| Server IP : 162.241.24.140 / Your IP : 216.73.216.251 Web Server : Apache System : Linux box5876.bluehost.com 5.14.0-687.12.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jun 7 14:39:27 EDT 2026 x86_64 User : ahfcompk ( 3063) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home2/ahfcompk/ |
Upload File : |
-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 18, 2022 at 09:01 AM
-- Server version: 10.0.38-MariaDB
-- PHP Version: 7.3.6
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
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: `ahfcom_db1`
--
-- --------------------------------------------------------
--
-- Table structure for table `ahf_commentmeta`
--
CREATE TABLE `ahf_commentmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `ahf_comments`
--
CREATE TABLE `ahf_comments` (
`comment_ID` bigint(20) UNSIGNED NOT NULL,
`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_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `ahf_comments`
--
INSERT INTO `ahf_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(2, 100, 'Alexandr', '7781@gmail.com', '', '113.160.180.106', '2021-09-05 19:08:25', '2021-09-05 19:08:25', '\"First Ever\" Complete In-Video Checkout System for WordPress - https://bit.ly/3l0fgwr', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', '', 0, 0),
(3, 100, 'Alexandr', '22470@gmail.com', '', '102.67.74.84', '2021-09-23 14:39:20', '2021-09-23 14:39:20', 'Get 450+ Extra Daily Visitors and 3X Your Profits\r\n\r\n\"How can I get more traffic to my site?\"\r\nPeople ask me this question all the time.\r\nTruth be told, ranking on Google is getting *harder*, \r\nbecause everyone and their grandma is targeting \r\nthe same keywords.\r\nMy friend George and his team just released a new \r\nSEO WordPress plugin that fixes this problem.\r\nIt ranks your site higher in Google, without you \r\ncreating more content or building backlinks.\r\nCheck it out here ==> https://bit.ly/39swbCx', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', '', 0, 0),
(4, 6, 'Generate Income', '74014@gmail.com', '', '190.210.3.211', '2021-12-11 04:43:53', '2021-12-11 04:43:53', 'Here’s How TOP 1% Of Marketers Make Profits\r\n\r\nHey,\r\n\r\nDid you know… that Online Learning is the quickest growing market in the education industry with a whopping 900% growth rate since 2000?\r\n\r\nYou’ve already left a lot of money on the table (and are leaving even more with each passing day) if you haven’t tapped into this market.\r\n\r\nClick here to see how the TOP MARKETERS are doing it. https://bit.ly/Generate_Income', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', '', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `ahf_layerslider`
--
CREATE TABLE `ahf_layerslider` (
`id` int(10) NOT NULL,
`author` int(10) NOT NULL DEFAULT '0',
`name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
`slug` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
`data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`date_c` int(10) NOT NULL,
`date_m` int(10) NOT NULL,
`schedule_start` int(10) NOT NULL DEFAULT '0',
`schedule_end` int(10) NOT NULL DEFAULT '0',
`flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
`flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
`flag_popup` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `ahf_layerslider`
--
INSERT INTO `ahf_layerslider` (`id`, `author`, `name`, `slug`, `data`, `date_c`, `date_m`, `schedule_start`, `schedule_end`, `flag_hidden`, `flag_deleted`, `flag_popup`) VALUES
(1, 1, 'home-1', '', '{\"properties\":{\"title\":\"home-1\",\"slug\":\"\",\"sliderVersion\":\"6.1.0\",\"status\":true,\"schedule_start\":\"\",\"schedule_end\":\"\",\"type\":\"responsive\",\"width\":1366,\"height\":563,\"maxwidth\":\"\",\"responsiveunder\":\"\",\"fullSizeMode\":\"normal\",\"fitScreenWidth\":true,\"allowFullscreen\":true,\"maxRatio\":\"\",\"insertMethod\":\"prependTo\",\"insertSelector\":\"\",\"clipSlideTransition\":\"disabled\",\"preventSliderClip\":true,\"hideunder\":\"\",\"hideover\":\"\",\"slideOnSwipe\":true,\"optimizeForMobile\":true,\"firstlayer\":\"1\",\"autostart\":true,\"startinviewport\":true,\"pauseonhover\":\"enabled\",\"keybnav\":true,\"touchnav\":true,\"playByScrollSpeed\":\"1\",\"loops\":\"0\",\"forceloopnum\":true,\"skin\":\"v6\",\"sliderfadeinduration\":\"350\",\"sliderstyle\":\"margin-bottom: 0px;\",\"backgroundcolor\":\"\",\"backgroundimageId\":\"\",\"backgroundimage\":\"\",\"globalBGRepeat\":\"no-repeat\",\"globalBGAttachment\":\"scroll\",\"globalBGPosition\":\"50% 50%\",\"globalBGSize\":\"auto\",\"navprevnext\":true,\"hoverprevnext\":true,\"circletimer\":true,\"thumb_nav\":\"hover\",\"thumb_container_width\":\"60%\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"autoplayvideos\":true,\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"yourlogoId\":\"\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: -10px; top: -10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"slideBGSize\":\"cover\",\"slideBGPosition\":\"50% 50%\",\"parallaxSensitivity\":\"10\",\"parallaxCenterLayers\":\"center\",\"parallaxCenterDegree\":\"40\",\"forceLayersOutDuration\":\"750\",\"useSrcset\":true,\"navstartstop\":false,\"navbuttons\":false,\"cbinit\":\"function(element) {\\r\\n\\r\\n}\",\"cbstart\":\"function(data) {\\r\\n\\r\\n}\",\"cbstop\":\"function(data) {\\r\\n\\r\\n}\",\"cbpause\":\"function(data) {\\r\\n\\r\\n}\",\"cbanimstart\":\"function(data) {\\r\\n\\r\\n}\",\"cbanimstop\":\"function(data) {\\r\\n\\r\\n}\",\"cbprev\":\"function(data) {\\r\\n\\r\\n}\",\"cbnext\":\"function(data) {\\r\\n\\r\\n}\"},\"layers\":[{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"all\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":647,\"background\":\"http:\\/\\/ahf.com.pk\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index.jpg\",\"bgsize\":\"inherit\",\"bgposition\":\"inherit\",\"bgcolor\":\"\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"7000\",\"timeshift\":\"-1000\",\"transitionduration\":\"\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"deeplink\":\"\",\"skip\":false,\"overflow\":false,\"kenburnszoom\":\"disabled\",\"kenburnsscale\":\"1.2\",\"kenburnsrotate\":\"\",\"parallaxtype\":\"2d\",\"parallaxevent\":\"cursor\",\"parallaxaxis\":\"both\",\"parallaxtransformorigin\":\"50% 50% 0\",\"parallaxdurationmove\":\"1500\",\"parallaxdurationleave\":\"1200\",\"parallaxdistance\":\"10\",\"parallaxrotate\":\"10\",\"parallaxtransformperspective\":\"500\",\"backgroundThumb\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index-150x150.jpg\",\"post_content\":false},\"sublayers\":[{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"50px\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeOutBack\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"130px\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"700\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"50%\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"70\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"DONATE & HELP\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-title\",\"title\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #1\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false},{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":true,\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"startatout\\\\\\\":\\\\\\\"slidechangeonly\\\\\\\",\\\\\\\"startatouttiming\\\\\\\":\\\\\\\"slidechangeonly\\\\\\\",\\\\\\\"startatoutoperator\\\\\\\":\\\\\\\"+\\\\\\\",\\\\\\\"startatoutvalue\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectiveout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"colorout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"220px\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"50%\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"26\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"African Children For\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-subtitle\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #2\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false},{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":true,\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"startatout\\\\\\\":\\\\\\\"slidechangeonly\\\\\\\",\\\\\\\"startatouttiming\\\\\\\":\\\\\\\"slidechangeonly\\\\\\\",\\\\\\\"startatoutoperator\\\\\\\":\\\\\\\"+\\\\\\\",\\\\\\\"startatoutvalue\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectiveout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"colorout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"270px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"50%\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"40\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Education\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-text\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #3\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false},{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":true,\\\\\\\"offsetxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyout\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotateout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyout\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"startatout\\\\\\\":\\\\\\\"slidechangeonly\\\\\\\",\\\\\\\"startatouttiming\\\\\\\":\\\\\\\"slidechangeonly\\\\\\\",\\\\\\\"startatoutoperator\\\\\\\":\\\\\\\"+\\\\\\\",\\\\\\\"startatoutvalue\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"durationout\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingout\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginout\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectiveout\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadeout\\\\\\\":true,\\\\\\\"colorout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterout\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"350px\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"50%\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"13\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"18px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"18px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"55px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"55px\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"CONTRIBUTE NOW\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/project\\/educate-to-change-the-world\\/\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-button\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #4\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false}],\"meta\":{\"activeLayers\":[0],\"undoStackIndex\":50},\"history\":[{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"font-weight\":\"400\"},\"redo\":{\"font-weight\":\"700\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"class\":\"ls-l slide-title\"},\"redo\":{\"class\":\"slide-title\"}}},{\"cmd\":\"slide.layers\",\"name\":\"New layer\",\"updateInfo\":[{\"itemIndex\":0,\"selectIndex\":0,\"undo\":{\"data\":[]},\"redo\":{\"data\":{\"transition\":{\"backgroundvideo\":false,\"autoplay\":\"inherit\",\"fillmode\":\"cover\",\"volume\":\"\",\"controls\":true,\"showinfo\":true,\"overlay\":\"disabled\",\"transitionin\":true,\"offsetxin\":\"0\",\"offsetyin\":\"0\",\"scalexin\":\"1\",\"scaleyin\":\"1\",\"widthin\":\"\",\"heightin\":\"\",\"rotatein\":\"0\",\"rotatexin\":\"0\",\"rotateyin\":\"0\",\"skewxin\":\"0\",\"skewyin\":\"0\",\"clipin\":\"\",\"delayin\":\"0\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"transformoriginin\":\"50% 50% 0\",\"transformperspectivein\":\"500\",\"fadein\":true,\"colorin\":\"\",\"bgcolorin\":\"\",\"radiusin\":\"\",\"filterin\":\"\",\"transitionout\":true,\"offsetxout\":\"0\",\"offsetyout\":\"0\",\"scalexout\":\"1\",\"scaleyout\":\"1\",\"widthout\":\"\",\"heightout\":\"\",\"rotateout\":\"0\",\"rotatexout\":\"0\",\"rotateyout\":\"0\",\"skewxout\":\"0\",\"skewyout\":\"0\",\"clipout\":\"\",\"startatout\":\"slidechangeonly\",\"startatouttiming\":\"slidechangeonly\",\"startatoutoperator\":\"+\",\"startatoutvalue\":\"0\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"transformoriginout\":\"50% 50% 0\",\"transformperspectiveout\":\"500\",\"fadeout\":true,\"colorout\":\"\",\"bgcolorout\":\"\",\"radiusout\":\"\",\"filterout\":\"\",\"position\":\"relative\",\"rotation\":\"0\",\"scaleX\":\"1\",\"rotationX\":\"0\",\"scaleY\":\"1\",\"rotationY\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"minfontsize\":\"\",\"minmobilefontsize\":\"\"},\"styles\":{\"top\":\"220px\",\"text-align\":\"initial\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"wordwrap\":false,\"opacity\":\"1\",\"left\":\"50%\",\"font-size\":\"26\"},\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"African Children For\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-subtitle\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #2\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false}}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer media\",\"updateInfo\":{\"itemIndex\":[0],\"undo\":{\"media\":\"img\"},\"redo\":{\"media\":\"html\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"html\":\"\"},\"redo\":{\"html\":\"African Children For\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"class\":\"\"},\"redo\":{\"class\":\"slide-subtitle\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"top\":\"10px\"},\"redo\":{\"top\":\"220px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"left\":\"10px\"},\"redo\":{\"left\":\"50%\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"font-size\":\"\"},\"redo\":{\"font-size\":\"26\"}}},{\"cmd\":\"slide.layers\",\"name\":\"New layer\",\"updateInfo\":[{\"itemIndex\":0,\"selectIndex\":0,\"undo\":{\"data\":[]},\"redo\":{\"data\":{\"transition\":{\"backgroundvideo\":false,\"autoplay\":\"inherit\",\"fillmode\":\"cover\",\"volume\":\"\",\"controls\":true,\"showinfo\":true,\"overlay\":\"disabled\",\"transitionin\":true,\"offsetxin\":\"0\",\"offsetyin\":\"0\",\"scalexin\":\"1\",\"scaleyin\":\"1\",\"widthin\":\"\",\"heightin\":\"\",\"rotatein\":\"0\",\"rotatexin\":\"0\",\"rotateyin\":\"0\",\"skewxin\":\"0\",\"skewyin\":\"0\",\"clipin\":\"\",\"delayin\":\"0\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"transformoriginin\":\"50% 50% 0\",\"transformperspectivein\":\"500\",\"fadein\":true,\"colorin\":\"\",\"bgcolorin\":\"\",\"radiusin\":\"\",\"filterin\":\"\",\"transitionout\":true,\"offsetxout\":\"0\",\"offsetyout\":\"0\",\"scalexout\":\"1\",\"scaleyout\":\"1\",\"widthout\":\"\",\"heightout\":\"\",\"rotateout\":\"0\",\"rotatexout\":\"0\",\"rotateyout\":\"0\",\"skewxout\":\"0\",\"skewyout\":\"0\",\"clipout\":\"\",\"startatout\":\"slidechangeonly\",\"startatouttiming\":\"slidechangeonly\",\"startatoutoperator\":\"+\",\"startatoutvalue\":\"0\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"transformoriginout\":\"50% 50% 0\",\"transformperspectiveout\":\"500\",\"fadeout\":true,\"colorout\":\"\",\"bgcolorout\":\"\",\"radiusout\":\"\",\"filterout\":\"\",\"position\":\"relative\",\"rotation\":\"0\",\"scaleX\":\"1\",\"rotationX\":\"0\",\"scaleY\":\"1\",\"rotationY\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"minfontsize\":\"\",\"minmobilefontsize\":\"\"},\"styles\":{\"top\":\"270px\",\"left\":\"50%\",\"text-align\":\"initial\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"wordwrap\":false,\"opacity\":\"1\",\"font-size\":\"40\"},\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Education\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-text\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #3\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false}}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer media\",\"updateInfo\":{\"itemIndex\":[0],\"undo\":{\"media\":\"img\"},\"redo\":{\"media\":\"html\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"html\":\"\"},\"redo\":{\"html\":\"Education\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer media\",\"updateInfo\":{\"itemIndex\":[0],\"undo\":{\"media\":\"html\"},\"redo\":{\"media\":\"text\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer media\",\"updateInfo\":{\"itemIndex\":[0],\"undo\":{\"media\":\"text\"},\"redo\":{\"media\":\"html\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"class\":\"\"},\"redo\":{\"class\":\"slide-text\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"top\":\"10px\"},\"redo\":{\"top\":\"270px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"left\":\"10px\"},\"redo\":{\"left\":\"50%\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"font-size\":\"\"},\"redo\":{\"font-size\":\"40\"}}},{\"cmd\":\"slide.layers\",\"name\":\"New layer\",\"updateInfo\":[{\"itemIndex\":0,\"selectIndex\":0,\"undo\":{\"data\":[]},\"redo\":{\"data\":{\"transition\":{\"backgroundvideo\":false,\"autoplay\":\"inherit\",\"fillmode\":\"cover\",\"volume\":\"\",\"controls\":true,\"showinfo\":true,\"overlay\":\"disabled\",\"transitionin\":true,\"offsetxin\":\"0\",\"offsetyin\":\"0\",\"scalexin\":\"1\",\"scaleyin\":\"1\",\"widthin\":\"\",\"heightin\":\"\",\"rotatein\":\"0\",\"rotatexin\":\"0\",\"rotateyin\":\"0\",\"skewxin\":\"0\",\"skewyin\":\"0\",\"clipin\":\"\",\"delayin\":\"0\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"transformoriginin\":\"50% 50% 0\",\"transformperspectivein\":\"500\",\"fadein\":true,\"colorin\":\"\",\"bgcolorin\":\"\",\"radiusin\":\"\",\"filterin\":\"\",\"transitionout\":true,\"offsetxout\":\"0\",\"offsetyout\":\"0\",\"scalexout\":\"1\",\"scaleyout\":\"1\",\"widthout\":\"\",\"heightout\":\"\",\"rotateout\":\"0\",\"rotatexout\":\"0\",\"rotateyout\":\"0\",\"skewxout\":\"0\",\"skewyout\":\"0\",\"clipout\":\"\",\"startatout\":\"slidechangeonly\",\"startatouttiming\":\"slidechangeonly\",\"startatoutoperator\":\"+\",\"startatoutvalue\":\"0\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"transformoriginout\":\"50% 50% 0\",\"transformperspectiveout\":\"500\",\"fadeout\":true,\"colorout\":\"\",\"bgcolorout\":\"\",\"radiusout\":\"\",\"filterout\":\"\",\"position\":\"relative\",\"rotation\":\"0\",\"scaleX\":\"1\",\"rotationX\":\"0\",\"scaleY\":\"1\",\"rotationY\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"minfontsize\":\"\",\"minmobilefontsize\":\"\"},\"styles\":{\"top\":\"350px\",\"text-align\":\"initial\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"wordwrap\":false,\"opacity\":\"1\",\"left\":\"50%\",\"font-size\":\"13\",\"padding-top\":\"18px\",\"padding-bottom\":\"18px\",\"padding-right\":\"55px\",\"padding-left\":\"55px\"},\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"CONTRIBUTE NOW\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/causes\\/the-old-need-our-support\\/\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-button\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #4\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false}}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer media\",\"updateInfo\":{\"itemIndex\":[0],\"undo\":{\"media\":\"img\"},\"redo\":{\"media\":\"html\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"html\":\"\"},\"redo\":{\"html\":\"CONTRIBUTE NOW\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"class\":\"\"},\"redo\":{\"class\":\"slide-button\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"url\":\"\"},\"redo\":{\"url\":\"#\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"top\":\"10px\"},\"redo\":{\"top\":\"350px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"left\":\"10px\"},\"redo\":{\"left\":\"50%\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"font-size\":\"\"},\"redo\":{\"font-size\":\"13\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"padding-top\":\"\"},\"redo\":{\"padding-top\":\"18px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"padding-bottom\":\"\"},\"redo\":{\"padding-bottom\":\"18px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"padding-right\":\"\"},\"redo\":{\"padding-right\":\"55px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"padding-left\":\"\"},\"redo\":{\"padding-left\":\"55px\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"transitionout\":true},\"redo\":{\"transitionout\":false}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"easingin\":\"easeInOutQuint\"},\"redo\":{\"easingin\":\"easeOutBack\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"offsetyin\":\"0\"},\"redo\":{\"offsetyin\":\"50px\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"950\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"900\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"950\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1000\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1050\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1100\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1150\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1200\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1250\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1300\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1350\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1400\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1450\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1500\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"delayin\":\"0\"},\"redo\":{\"delayin\":\"400\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"url\":\"#\"},\"redo\":{\"url\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/causes\\/the-old-need-our-support\\/\"}}},{\"cmd\":\"slide.general\",\"name\":\"Slide image\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"background\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/index.jpg\",\"backgroundId\":\"\",\"backgroundThumb\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/index-150x150.jpg\"},\"redo\":{\"background\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index.jpg\",\"backgroundId\":1196,\"backgroundThumb\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index.jpg\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"url\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/causes\\/the-old-need-our-support\\/\"},\"redo\":{\"url\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/project\\/educate-to-change-the-world\\/\"}}}]},{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"all\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":648,\"background\":\"http:\\/\\/ahf.com.pk\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index1.jpg\",\"bgsize\":\"inherit\",\"bgposition\":\"inherit\",\"bgcolor\":\"\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"7000\",\"timeshift\":\"-1000\",\"transitionduration\":\"\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"deeplink\":\"\",\"skip\":false,\"overflow\":false,\"kenburnszoom\":\"disabled\",\"kenburnsscale\":\"1.2\",\"kenburnsrotate\":\"\",\"parallaxtype\":\"2d\",\"parallaxevent\":\"cursor\",\"parallaxaxis\":\"both\",\"parallaxtransformorigin\":\"50% 50% 0\",\"parallaxdurationmove\":\"1500\",\"parallaxdurationleave\":\"1200\",\"parallaxdistance\":\"10\",\"parallaxrotate\":\"10\",\"parallaxtransformperspective\":\"500\",\"backgroundThumb\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index1-150x150.jpg\",\"post_content\":false},\"sublayers\":[{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"4000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInBack\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"90\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"140px\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"50%\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"58px\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"CONTRIBUTE FOR\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-text\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #1\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false},{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"800\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"4000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInBack\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"right 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"450\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"230px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"50%\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"35\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Homeless People\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-title\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #2\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false},{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"700\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"4000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInBack\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"left 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"450\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"320px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"50%\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"13\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"55\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"55\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"DONATE NOW\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-button\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #3\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false,\"url\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/project\\/educate-a-girl-change-world\\/\"}],\"meta\":{\"activeLayers\":[0],\"undoStackIndex\":47},\"history\":[{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1000\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1050\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1100\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1150\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1200\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"1250\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"\"},\"redo\":{\"durationin\":\"2300\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"2300\"},\"redo\":{\"durationin\":\"4000\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"delayin\":\"0\"},\"redo\":{\"delayin\":\"500\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"rotatexin\":\"0\"},\"redo\":{\"rotatexin\":\"500\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"transformoriginin\":\"50% 50% 0\"},\"redo\":{\"transformoriginin\":\"left 50% 0\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"easingin\":\"easeInOutQuint\"},\"redo\":{\"easingin\":\"easeInBack\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"rotateyin\":\"0\"},\"redo\":{\"rotateyin\":\"90\"}}},{\"cmd\":\"slide.layers\",\"name\":\"New layer\",\"updateInfo\":[{\"itemIndex\":0,\"selectIndex\":0,\"undo\":{\"data\":[]},\"redo\":{\"data\":{\"transition\":{\"backgroundvideo\":false,\"autoplay\":\"inherit\",\"fillmode\":\"cover\",\"volume\":\"\",\"controls\":true,\"showinfo\":true,\"overlay\":\"disabled\",\"transitionin\":true,\"offsetxin\":\"0\",\"offsetyin\":\"0\",\"scalexin\":\"1\",\"scaleyin\":\"1\",\"widthin\":\"\",\"heightin\":\"\",\"rotatein\":\"0\",\"skewxin\":\"0\",\"skewyin\":\"0\",\"clipin\":\"\",\"delayin\":\"800\",\"durationin\":\"4000\",\"easingin\":\"easeInBack\",\"transformoriginin\":\"right 50% 0\",\"transformperspectivein\":\"500\",\"fadein\":true,\"colorin\":\"\",\"bgcolorin\":\"\",\"radiusin\":\"\",\"filterin\":\"\",\"transitionout\":false,\"position\":\"relative\",\"rotation\":\"0\",\"scaleX\":\"1\",\"rotationX\":\"0\",\"scaleY\":\"1\",\"rotationY\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"minfontsize\":\"\",\"minmobilefontsize\":\"\",\"rotatexin\":\"450\"},\"styles\":{\"top\":\"230px\",\"left\":\"50%\",\"text-align\":\"initial\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"wordwrap\":false,\"opacity\":\"1\",\"font-size\":\"35\"},\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Homeless People\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-title\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #2\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false}}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer media\",\"updateInfo\":{\"itemIndex\":[0],\"undo\":{\"media\":\"img\"},\"redo\":{\"media\":\"html\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"html\":\"\"},\"redo\":{\"html\":\"Homeless People\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"class\":\"\"},\"redo\":{\"class\":\"slide-title\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"top\":\"10px\"},\"redo\":{\"top\":\"230px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"left\":\"10px\"},\"redo\":{\"left\":\"50%\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"font-size\":\"\"},\"redo\":{\"font-size\":\"35\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"transitionout\":true},\"redo\":{\"transitionout\":false}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1000\"},\"redo\":{\"durationin\":\"4000\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"delayin\":\"0\"},\"redo\":{\"delayin\":\"800\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"rotatexin\":\"0\"},\"redo\":{\"rotatexin\":\"450\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"transformoriginin\":\"50% 50% 0\"},\"redo\":{\"transformoriginin\":\"right 50% 0\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"easingin\":\"easeInOutQuint\"},\"redo\":{\"easingin\":\"easeInBack\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"rotateyin\":\"0\"},\"redo\":{\"rotateyin\":\"\"}}},{\"cmd\":\"slide.layers\",\"name\":\"New layer\",\"updateInfo\":[{\"itemIndex\":0,\"selectIndex\":0,\"undo\":{\"data\":[]},\"redo\":{\"data\":{\"transition\":{\"backgroundvideo\":false,\"autoplay\":\"inherit\",\"fillmode\":\"cover\",\"volume\":\"\",\"controls\":true,\"showinfo\":true,\"overlay\":\"disabled\",\"transitionin\":true,\"offsetxin\":\"0\",\"offsetyin\":\"0\",\"scalexin\":\"1\",\"scaleyin\":\"1\",\"widthin\":\"\",\"heightin\":\"\",\"rotatein\":\"0\",\"rotateyin\":\"0\",\"skewxin\":\"0\",\"skewyin\":\"0\",\"clipin\":\"\",\"delayin\":\"700\",\"durationin\":\"4000\",\"easingin\":\"easeInBack\",\"transformoriginin\":\"left 50% 0\",\"transformperspectivein\":\"500\",\"fadein\":true,\"colorin\":\"\",\"bgcolorin\":\"\",\"radiusin\":\"\",\"filterin\":\"\",\"transitionout\":false,\"position\":\"relative\",\"rotation\":\"0\",\"scaleX\":\"1\",\"rotationX\":\"0\",\"scaleY\":\"1\",\"rotationY\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"minfontsize\":\"\",\"minmobilefontsize\":\"\",\"rotatexin\":\"450\"},\"styles\":{\"top\":\"320px\",\"left\":\"50%\",\"text-align\":\"initial\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"wordwrap\":false,\"opacity\":\"1\",\"font-size\":\"13\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-right\":\"55\",\"padding-left\":\"55\"},\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"DONATE NOW\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/project\\/educate-a-girl-change-world\\/\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-button\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #3\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":{\"itemprop\":\"url\"},\"locked\":false,\"undefined\":true}}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer media\",\"updateInfo\":{\"itemIndex\":[0],\"undo\":{\"media\":\"img\"},\"redo\":{\"media\":\"html\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"html\":\"\"},\"redo\":{\"html\":\"DONATE NOW\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"class\":\"\"},\"redo\":{\"class\":\"slide-button\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"url\":\"\"},\"redo\":{\"url\":\"#\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"top\":\"10px\"},\"redo\":{\"top\":\"320px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"left\":\"10px\"},\"redo\":{\"left\":\"50%\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"font-size\":\"\"},\"redo\":{\"font-size\":\"13\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"padding-top\":\"\"},\"redo\":{\"padding-top\":\"18\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"padding-bottom\":\"\"},\"redo\":{\"padding-bottom\":\"18\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"padding-right\":\"\"},\"redo\":{\"padding-right\":\"55\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"padding-left\":\"\"},\"redo\":{\"padding-left\":\"55\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"transitionout\":true},\"redo\":{\"transitionout\":false}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1000\"},\"redo\":{\"durationin\":\"4000\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"delayin\":\"0\"},\"redo\":{\"delayin\":\"700\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"rotatexin\":\"0\"},\"redo\":{\"rotatexin\":\"450\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"transformoriginin\":\"50% 50% 0\"},\"redo\":{\"transformoriginin\":\"left 50% 0\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"easingin\":\"easeInOutQuint\"},\"redo\":{\"easingin\":\"easeInBack\"}}},{\"cmd\":\"slide.general\",\"name\":\"Slide settings\",\"updateInfo\":{\"itemIndex\":1,\"undo\":{\"slidedelay\":\"\"},\"redo\":{\"slidedelay\":\"7000\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"url\":\"#\"},\"redo\":{\"url\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/project\\/educate-a-girl-change-world\\/\"}}},{\"cmd\":\"slide.general\",\"name\":\"Slide image\",\"updateInfo\":{\"itemIndex\":1,\"undo\":{\"background\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/index1.jpg\",\"backgroundId\":\"\",\"backgroundThumb\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/index1-150x150.jpg\"},\"redo\":{\"background\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index1.jpg\",\"backgroundId\":1197,\"backgroundThumb\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index1.jpg\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":[{\"itemIndex\":0,\"undo\":{\"class\":\"slide-button\"},\"redo\":{\"class\":\"theme-btn call-popup donation-modal-box-caller\"}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":[{\"itemIndex\":0,\"undo\":{\"url\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/project\\/educate-a-girl-change-world\\/\"},\"redo\":{\"url\":\"\"}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":[{\"itemIndex\":0,\"undo\":{\"class\":\"theme-btn call-popup donation-modal-box-caller\"},\"redo\":{\"class\":\"theme-btn call-popup donation-modal-box-caller \"}}]}]},{\"properties\":{\"post_offset\":\"-1\",\"3d_transitions\":\"\",\"2d_transitions\":\"all\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"backgroundId\":649,\"background\":\"http:\\/\\/ahf.com.pk\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index2.jpg\",\"bgsize\":\"inherit\",\"bgposition\":\"inherit\",\"bgcolor\":\"\",\"thumbnailId\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"7000\",\"timeshift\":\"-1000\",\"transitionduration\":\"\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"deeplink\":\"\",\"skip\":false,\"overflow\":false,\"kenburnszoom\":\"disabled\",\"kenburnsscale\":\"1.2\",\"kenburnsrotate\":\"\",\"parallaxtype\":\"2d\",\"parallaxevent\":\"cursor\",\"parallaxaxis\":\"both\",\"parallaxtransformorigin\":\"50% 50% 0\",\"parallaxdurationmove\":\"1500\",\"parallaxdurationleave\":\"1200\",\"parallaxdistance\":\"10\",\"parallaxrotate\":\"10\",\"parallaxtransformperspective\":\"500\",\"backgroundThumb\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index2-150x150.jpg\",\"post_content\":false},\"sublayers\":[{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"transitionout\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"offsetxin\\\\\\\":\\\\\\\"-50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"160px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"230px\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"25\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Make FUTURES\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-subtitle\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #1\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false},{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"transitionout\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"offsetxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"900\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"2500\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"200px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"130px\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"600\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"60\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"OF CHILDREN\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-title\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #2\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false},{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1200\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"offsetxin\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"-60\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"280px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"100px\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"40\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"40\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Over <i>$1,25,000<\\/i> Raised, We Love\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"blackbox\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #3\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false},{\"transition\":\"{\\\\\\\"backgroundvideo\\\\\\\":false,\\\\\\\"autoplay\\\\\\\":\\\\\\\"inherit\\\\\\\",\\\\\\\"fillmode\\\\\\\":\\\\\\\"cover\\\\\\\",\\\\\\\"volume\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"controls\\\\\\\":true,\\\\\\\"showinfo\\\\\\\":true,\\\\\\\"overlay\\\\\\\":\\\\\\\"disabled\\\\\\\",\\\\\\\"transitionin\\\\\\\":true,\\\\\\\"offsetxin\\\\\\\":\\\\\\\"50\\\\\\\",\\\\\\\"offsetyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scalexin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"scaleyin\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"widthin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"heightin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"rotatein\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotatexin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"rotateyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewxin\\\\\\\":\\\\\\\"-60\\\\\\\",\\\\\\\"skewyin\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"clipin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"delayin\\\\\\\":\\\\\\\"1500\\\\\\\",\\\\\\\"durationin\\\\\\\":\\\\\\\"1000\\\\\\\",\\\\\\\"easingin\\\\\\\":\\\\\\\"easeInOutQuint\\\\\\\",\\\\\\\"transformoriginin\\\\\\\":\\\\\\\"50% 50% 0\\\\\\\",\\\\\\\"transformperspectivein\\\\\\\":\\\\\\\"500\\\\\\\",\\\\\\\"fadein\\\\\\\":true,\\\\\\\"colorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"bgcolorin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"radiusin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"filterin\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"transitionout\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"relative\\\\\\\",\\\\\\\"rotation\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleX\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"scaleY\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"rotationY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewX\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"skewY\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"minfontsize\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"minmobilefontsize\\\\\\\":\\\\\\\"\\\\\\\"}\",\"styles\":\"{\\\\\\\"top\\\\\\\":\\\\\\\"360px\\\\\\\",\\\\\\\"left\\\\\\\":\\\\\\\"185px\\\\\\\",\\\\\\\"text-align\\\\\\\":\\\\\\\"initial\\\\\\\",\\\\\\\"font-weight\\\\\\\":\\\\\\\"400\\\\\\\",\\\\\\\"font-style\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"text-decoration\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"wordwrap\\\\\\\":false,\\\\\\\"opacity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"35\\\\\\\"}\",\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Be Our <i>Supporter<\\/i>\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-subtitle\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #4\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false}],\"meta\":{\"activeLayers\":[0],\"undoStackIndex\":50},\"history\":[{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"delayin\":\"0\"},\"redo\":{\"delayin\":\"1200\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"50\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"100\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"150\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"200\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"250\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"300\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"350\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"400\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"450\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"500\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"550\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"600\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"650\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"700\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"750\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"800\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"850\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"900\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"950\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"1000\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"1050\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"1100\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"1050\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"1000\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"950\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"durationin\":\"1200\"},\"redo\":{\"durationin\":\"1000\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"skewxin\":\"0\"},\"redo\":{\"skewxin\":\"-60\"}}},{\"cmd\":\"slide.layers\",\"name\":\"New layer\",\"updateInfo\":[{\"itemIndex\":0,\"selectIndex\":0,\"undo\":{\"data\":[]},\"redo\":{\"data\":{\"transition\":{\"backgroundvideo\":false,\"autoplay\":\"inherit\",\"fillmode\":\"cover\",\"volume\":\"\",\"controls\":true,\"showinfo\":true,\"overlay\":\"disabled\",\"transitionin\":true,\"offsetxin\":\"50\",\"offsetyin\":\"0\",\"scalexin\":\"1\",\"scaleyin\":\"1\",\"widthin\":\"\",\"heightin\":\"\",\"rotatein\":\"0\",\"rotatexin\":\"0\",\"rotateyin\":\"0\",\"skewxin\":\"-60\",\"skewyin\":\"0\",\"clipin\":\"\",\"delayin\":\"1500\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"transformoriginin\":\"50% 50% 0\",\"transformperspectivein\":\"500\",\"fadein\":true,\"colorin\":\"\",\"bgcolorin\":\"\",\"radiusin\":\"\",\"filterin\":\"\",\"transitionout\":false,\"position\":\"relative\",\"rotation\":\"0\",\"scaleX\":\"1\",\"rotationX\":\"0\",\"scaleY\":\"1\",\"rotationY\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"minfontsize\":\"\",\"minmobilefontsize\":\"\"},\"styles\":{\"top\":\"360px\",\"left\":\"115px\",\"text-align\":\"initial\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"wordwrap\":false,\"opacity\":\"1\",\"font-size\":\"35\"},\"media\":\"html\",\"type\":\"p\",\"imageId\":\"\",\"image\":\"\",\"html\":\"Our <i>Supporters<\\/i>\",\"posterId\":\"\",\"poster\":\"\",\"post_text_length\":\"\",\"url\":\"\",\"target\":\"_self\",\"id\":\"\",\"class\":\"slide-subtitle\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\",\"style\":\"\",\"subtitle\":\"Layer #4\",\"hasTransforms\":false,\"meta\":[],\"innerAttributes\":[],\"outerAttributes\":[],\"locked\":false}}}]},{\"cmd\":\"layer.general\",\"name\":\"Layer media\",\"updateInfo\":{\"itemIndex\":[0],\"undo\":{\"media\":\"img\"},\"redo\":{\"media\":\"html\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"html\":\"\"},\"redo\":{\"html\":\"Our <i>Supporters<\\/i>\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"class\":\"\"},\"redo\":{\"class\":\"slide-subtitle\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"top\":\"10px\"},\"redo\":{\"top\":\"360px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"left\":\"10px\"},\"redo\":{\"left\":\"115px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"font-size\":\"\"},\"redo\":{\"font-size\":\"35\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"transitionout\":true},\"redo\":{\"transitionout\":false}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"offsetxin\":\"0\"},\"redo\":{\"offsetxin\":\"50\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"delayin\":\"0\"},\"redo\":{\"delayin\":\"1500\"}}},{\"cmd\":\"layer.transition\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"skewxin\":\"0\"},\"redo\":{\"skewxin\":\"-60\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":2,\"undo\":{\"left\":\"\"},\"redo\":{\"left\":\"280px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":1,\"undo\":{\"left\":\"\"},\"redo\":{\"left\":\"130px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"left\":\"\"},\"redo\":{\"left\":\"100px\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"left\":\"115px\"},\"redo\":{\"left\":\"215px\"}}},{\"cmd\":\"slide.general\",\"name\":\"Slide image\",\"updateInfo\":{\"itemIndex\":2,\"undo\":{\"background\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/index2.jpg\",\"backgroundId\":\"\",\"backgroundThumb\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/index2-150x150.jpg\"},\"redo\":{\"background\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index2.jpg\",\"backgroundId\":1198,\"backgroundThumb\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline2\\/wp-content\\/uploads\\/layerslider\\/home-1\\/wsi-imageoptim-index2.jpg\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":3,\"undo\":{\"html\":\"FUTURES\"},\"redo\":{\"html\":\"Make FUTURES\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":2,\"undo\":{\"html\":\"FOR CHILDREN\"},\"redo\":{\"html\":\"OF CHILDREN\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"html\":\"Our <i>Supporters<\\/i>\"},\"redo\":{\"html\":\"Be Our <i>Supporte<\\/i>\"}}},{\"cmd\":\"layer.general\",\"name\":\"Layer settings\",\"updateInfo\":{\"itemIndex\":0,\"undo\":{\"html\":\"Be Our <i>Supporte<\\/i>\"},\"redo\":{\"html\":\"Be Our <i>Supporter<\\/i>\"}}},{\"cmd\":\"layer.style\",\"name\":\"Layer position\",\"updateInfo\":[{\"itemIndex\":3,\"undo\":{\"left\":\"280px\",\"top\":\"160px\"},\"redo\":{\"left\":\"230px\",\"top\":\"160px\"}}]},{\"cmd\":\"layer.style\",\"name\":\"Layer position\",\"updateInfo\":[{\"itemIndex\":0,\"undo\":{\"left\":\"215px\",\"top\":\"360px\"},\"redo\":{\"left\":\"185px\",\"top\":\"360px\"}}]}]}]}', 1567412671, 1567412671, 0, 0, 0, 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `ahf_layerslider_revisions`
--
CREATE TABLE `ahf_layerslider_revisions` (
`id` int(10) NOT NULL,
`slider_id` int(10) NOT NULL,
`author` int(10) NOT NULL DEFAULT '0',
`data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`date_c` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `ahf_links`
--
CREATE TABLE `ahf_links` (
`link_id` bigint(20) UNSIGNED NOT NULL,
`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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `ahf_options`
--
CREATE TABLE `ahf_options` (
`option_id` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `ahf_options`
--
INSERT INTO `ahf_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://ahf.com.pk', 'yes'),
(2, 'home', 'http://ahf.com.pk', 'yes'),
(3, 'blogname', 'Alkhidmat Health Foundation', 'yes'),
(4, 'blogdescription', 'Servie Humanity with Integrity', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'web@alkhidmat.org', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:321:{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:14:\"team_member/?$\";s:31:\"index.php?post_type=team_member\";s:44:\"team_member/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=team_member&feed=$matches[1]\";s:39:\"team_member/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=team_member&feed=$matches[1]\";s:31:\"team_member/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=team_member&paged=$matches[1]\";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:59:\"testimonial_category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?testimonial_category=$matches[1]&feed=$matches[2]\";s:54:\"testimonial_category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?testimonial_category=$matches[1]&feed=$matches[2]\";s:35:\"testimonial_category/(.+?)/embed/?$\";s:53:\"index.php?testimonial_category=$matches[1]&embed=true\";s:47:\"testimonial_category/(.+?)/page/?([0-9]{1,})/?$\";s:60:\"index.php?testimonial_category=$matches[1]&paged=$matches[2]\";s:29:\"testimonial_category/(.+?)/?$\";s:42:\"index.php?testimonial_category=$matches[1]\";s:55:\"project_category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:50:\"project_category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:31:\"project_category/(.+?)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:43:\"project_category/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:25:\"project_category/(.+?)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:57:\"portfolio_category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:52:\"portfolio_category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:33:\"portfolio_category/(.+?)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:45:\"portfolio_category/(.+?)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:27:\"portfolio_category/(.+?)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:52:\"team_category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?team_category=$matches[1]&feed=$matches[2]\";s:47:\"team_category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?team_category=$matches[1]&feed=$matches[2]\";s:28:\"team_category/(.+?)/embed/?$\";s:46:\"index.php?team_category=$matches[1]&embed=true\";s:40:\"team_category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?team_category=$matches[1]&paged=$matches[2]\";s:22:\"team_category/(.+?)/?$\";s:35:\"index.php?team_category=$matches[1]\";s:55:\"gallery_category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?gallery_category=$matches[1]&feed=$matches[2]\";s:50:\"gallery_category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?gallery_category=$matches[1]&feed=$matches[2]\";s:31:\"gallery_category/(.+?)/embed/?$\";s:49:\"index.php?gallery_category=$matches[1]&embed=true\";s:43:\"gallery_category/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?gallery_category=$matches[1]&paged=$matches[2]\";s:25:\"gallery_category/(.+?)/?$\";s:38:\"index.php?gallery_category=$matches[1]\";s:53:\"event_category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?event_category=$matches[1]&feed=$matches[2]\";s:48:\"event_category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?event_category=$matches[1]&feed=$matches[2]\";s:29:\"event_category/(.+?)/embed/?$\";s:47:\"index.php?event_category=$matches[1]&embed=true\";s:41:\"event_category/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?event_category=$matches[1]&paged=$matches[2]\";s:23:\"event_category/(.+?)/?$\";s:36:\"index.php?event_category=$matches[1]\";s:54:\"causes_category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?causes_category=$matches[1]&feed=$matches[2]\";s:49:\"causes_category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?causes_category=$matches[1]&feed=$matches[2]\";s:30:\"causes_category/(.+?)/embed/?$\";s:48:\"index.php?causes_category=$matches[1]&embed=true\";s:42:\"causes_category/(.+?)/page/?([0-9]{1,})/?$\";s:55:\"index.php?causes_category=$matches[1]&paged=$matches[2]\";s:24:\"causes_category/(.+?)/?$\";s:37:\"index.php?causes_category=$matches[1]\";s:61:\"team_member_position/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?team_member_position=$matches[1]&feed=$matches[2]\";s:56:\"team_member_position/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?team_member_position=$matches[1]&feed=$matches[2]\";s:37:\"team_member_position/([^/]+)/embed/?$\";s:53:\"index.php?team_member_position=$matches[1]&embed=true\";s:49:\"team_member_position/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?team_member_position=$matches[1]&paged=$matches[2]\";s:31:\"team_member_position/([^/]+)/?$\";s:42:\"index.php?team_member_position=$matches[1]\";s:33:\"cause/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"cause/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"cause/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cause/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cause/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"cause/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"cause/([^/]+)/embed/?$\";s:44:\"index.php?dict_causes=$matches[1]&embed=true\";s:26:\"cause/([^/]+)/trackback/?$\";s:38:\"index.php?dict_causes=$matches[1]&tb=1\";s:34:\"cause/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?dict_causes=$matches[1]&paged=$matches[2]\";s:41:\"cause/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?dict_causes=$matches[1]&cpage=$matches[2]\";s:30:\"cause/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?dict_causes=$matches[1]&page=$matches[2]\";s:22:\"cause/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"cause/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"cause/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"cause/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"cause/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"cause/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"testimonail/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonail/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonail/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonail/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonail/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonail/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonail/([^/]+)/embed/?$\";s:50:\"index.php?dict_testimonials=$matches[1]&embed=true\";s:32:\"testimonail/([^/]+)/trackback/?$\";s:44:\"index.php?dict_testimonials=$matches[1]&tb=1\";s:40:\"testimonail/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?dict_testimonials=$matches[1]&paged=$matches[2]\";s:47:\"testimonail/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?dict_testimonials=$matches[1]&cpage=$matches[2]\";s:36:\"testimonail/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?dict_testimonials=$matches[1]&page=$matches[2]\";s:28:\"testimonail/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonail/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonail/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonail/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonail/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonail/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:45:\"index.php?dict_project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:39:\"index.php?dict_project=$matches[1]&tb=1\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?dict_project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?dict_project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?dict_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: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:43:\"index.php?dict_event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:37:\"index.php?dict_event=$matches[1]&tb=1\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?dict_event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?dict_event=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?dict_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:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:47:\"index.php?dict_portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:41:\"index.php?dict_portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?dict_portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?dict_portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?dict_portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"galleries/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"galleries/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"galleries/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"galleries/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"galleries/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"galleries/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"galleries/([^/]+)/embed/?$\";s:45:\"index.php?dict_gallery=$matches[1]&embed=true\";s:30:\"galleries/([^/]+)/trackback/?$\";s:39:\"index.php?dict_gallery=$matches[1]&tb=1\";s:38:\"galleries/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?dict_gallery=$matches[1]&paged=$matches[2]\";s:45:\"galleries/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?dict_gallery=$matches[1]&cpage=$matches[2]\";s:34:\"galleries/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?dict_gallery=$matches[1]&page=$matches[2]\";s:26:\"galleries/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"galleries/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"galleries/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"galleries/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"galleries/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"galleries/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:42:\"index.php?dict_team=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:36:\"index.php?dict_team=$matches[1]&tb=1\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?dict_team=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?dict_team=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?dict_team=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"dict_services/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"dict_services/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"dict_services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"dict_services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"dict_services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"dict_services/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"dict_services/([^/]+)/embed/?$\";s:46:\"index.php?dict_services=$matches[1]&embed=true\";s:34:\"dict_services/([^/]+)/trackback/?$\";s:40:\"index.php?dict_services=$matches[1]&tb=1\";s:42:\"dict_services/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?dict_services=$matches[1]&paged=$matches[2]\";s:49:\"dict_services/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?dict_services=$matches[1]&cpage=$matches[2]\";s:38:\"dict_services/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?dict_services=$matches[1]&page=$matches[2]\";s:30:\"dict_services/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"dict_services/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"dict_services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"dict_services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"dict_services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"dict_services/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:39:\"team_member/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"team_member/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"team_member/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"team_member/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"team_member/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"team_member/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"team_member/([^/]+)/embed/?$\";s:44:\"index.php?team_member=$matches[1]&embed=true\";s:32:\"team_member/([^/]+)/trackback/?$\";s:38:\"index.php?team_member=$matches[1]&tb=1\";s:52:\"team_member/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?team_member=$matches[1]&feed=$matches[2]\";s:47:\"team_member/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?team_member=$matches[1]&feed=$matches[2]\";s:40:\"team_member/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?team_member=$matches[1]&paged=$matches[2]\";s:47:\"team_member/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?team_member=$matches[1]&cpage=$matches[2]\";s:36:\"team_member/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?team_member=$matches[1]&page=$matches[2]\";s:28:\"team_member/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"team_member/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"team_member/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"team_member/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"team_member/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"team_member/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"popupbuilder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"popupbuilder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"popupbuilder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"popupbuilder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"popupbuilder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"popupbuilder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"popupbuilder/([^/]+)/embed/?$\";s:60:\"index.php?post_type=popupbuilder&name=$matches[1]&embed=true\";s:33:\"popupbuilder/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=popupbuilder&name=$matches[1]&tb=1\";s:41:\"popupbuilder/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=popupbuilder&name=$matches[1]&paged=$matches[2]\";s:48:\"popupbuilder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=popupbuilder&name=$matches[1]&cpage=$matches[2]\";s:37:\"popupbuilder/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=popupbuilder&name=$matches[1]&page=$matches[2]\";s:29:\"popupbuilder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"popupbuilder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"popupbuilder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"popupbuilder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"popupbuilder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"popupbuilder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=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=231&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'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:10:{i:0;s:33:\"classic-editor/classic-editor.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:32:\"duplicate-page/duplicatepage.php\";i:4;s:31:\"envato-market/envato-market.php\";i:5;s:27:\"js_composer/js_composer.php\";i:6;s:21:\"lifeline/lifeline.php\";i:7;s:33:\"our-team-enhanced/sc_our_team.php\";i:8;s:31:\"popup-builder/popup-builder.php\";i:9;s:23:\"revslider/revslider.php\";i:10;s:56:\"tf-numbers-number-counter-animaton/tf-random_numbers.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:3:{i:0;s:78:\"/home/ahfcom/public_html/wp-content/themes/lifeline-new/header-social-icon.php\";i:1;s:65:\"/home/ahfcom/public_html/wp-content/themes/lifeline-new/style.css\";i:2;s:0:\"\";}', 'no'),
(40, 'template', 'lifeline-new', 'yes'),
(41, 'stylesheet', 'lifeline-new', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '44719', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:6:{i:2;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday—Friday: 9:00AM–5:00PM\nSaturday & Sunday: 11:00AM–3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday—Friday: 9:00AM–5:00PM\nSaturday & Sunday: 11:00AM–3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:6;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:317:\"<iframe width=\"255px\" height=\"240px\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1702.2586456578506!2d74.250798!3d31.427422999999997!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xbb4816dd8aac5a18!2sAlKHIDMAT+Foundation+Pakistan!5e0!3m2!1sen!2sus!4v1542917580780\" frameborder=\"0\" allowfullscreen=\"\"></iframe>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:1:{s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '11', 'yes'),
(84, 'page_on_front', '231', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '16', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '0', 'yes'),
(93, 'initial_db_version', '38590', 'yes'),
(94, 'ahf_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:76:{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:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";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;}}}', 'yes'),
(95, 'fresh_site', '0', 'yes'),
(96, 'widget_search', 'a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:3;a:1:{s:5:\"title\";s:6:\"Search\";}i:4;a:1:{s:5:\"title\";s:6:\"Search\";}}', 'yes'),
(97, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:6:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:10:\"archives-2\";i:1;s:8:\"search-3\";i:2;s:8:\"search-4\";i:3;s:6:\"text-2\";i:4;s:6:\"text-3\";i:5;s:6:\"text-4\";i:6;s:6:\"text-5\";i:7;s:14:\"recent-posts-2\";i:8;s:17:\"recent-comments-2\";}s:15:\"default-sidebar\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"popularposts-2\";i:2;s:11:\"sh_flickr-2\";}s:12:\"blog-sidebar\";a:2:{i:0;s:14:\"popularposts-4\";i:1;s:11:\"sh_flickr-4\";}s:14:\"footer-sidebar\";a:4:{i:0;s:15:\"peoplereviews-2\";i:1;s:11:\"contactus-2\";i:2;s:6:\"text-6\";i:3;s:24:\"newslettersubscription-2\";}s:7:\"Gallery\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(102, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'cron', 'a:6:{i:1645247168;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:1645250726;a:1:{s:20:\"sgpbGetNotifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1645265412;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:1645268768;a:3:{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: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:1645268793;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;}}}s:7:\"version\";i:2;}', 'yes'),
(112, 'theme_mods_twentyseventeen', 'a:8:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:3:\"top\";i:2;s:6:\"social\";i:3;}s:7:\"panel_1\";i:12;s:7:\"panel_2\";i:9;s:7:\"panel_3\";i:11;s:7:\"panel_4\";i:10;s:11:\"custom_logo\";i:17;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1567412154;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-2\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-4\";}s:9:\"sidebar-3\";a:2:{i:0;s:6:\"text-5\";i:1;s:8:\"search-4\";}}}}', 'yes'),
(2381, 'team_group_children', 'a:0:{}', 'yes'),
(2382, 'team_member_slug', '', 'yes'),
(2383, 'team_member_meta_fields', '', 'yes'),
(227, 'current_theme', 'Lifeline', 'yes'),
(228, 'theme_mods_lifeline-new', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:9:\"main_menu\";i:24;s:15:\"responsive_menu\";i:24;s:11:\"footer_menu\";i:25;}s:18:\"custom_css_post_id\";i:663;}', 'yes'),
(148, 'coming_soon_page_mode', 'off', 'yes'),
(149, 'coming_soon_page_message_enable', '1', 'yes'),
(150, 'coming_soon_page_page_message', '<h3>We will be back soon.</h3>', 'yes'),
(152, 'coming_soon_page_page_logo', 'http://ahf.com.pk/wp-content/uploads/2019/08/AHF-Logo-200x200.png', 'yes'),
(153, 'coming_soon_page_logo_enable', '1', 'yes'),
(154, 'coming_soon_page_title_enable', '1', 'yes'),
(155, 'coming_soon_page_page_title', 'Alkhidmat Health Foundation', 'yes'),
(23924, 'db_upgraded', '', 'yes'),
(229, 'theme_switched', '', 'yes');
INSERT INTO `ahf_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(230, 'sh_google_fonts_array', 'a:2:{s:6:\"family\";a:653:{s:0:\"\";s:15:\"--Select Font--\";s:7:\"ABeeZee\";s:7:\"ABeeZee\";s:4:\"Abel\";s:4:\"Abel\";s:13:\"Abril Fatface\";s:13:\"Abril Fatface\";s:8:\"Aclonica\";s:8:\"Aclonica\";s:4:\"Acme\";s:4:\"Acme\";s:5:\"Actor\";s:5:\"Actor\";s:7:\"Adamina\";s:7:\"Adamina\";s:10:\"Advent Pro\";s:10:\"Advent Pro\";s:15:\"Aguafina Script\";s:15:\"Aguafina Script\";s:7:\"Akronim\";s:7:\"Akronim\";s:6:\"Aladin\";s:6:\"Aladin\";s:7:\"Aldrich\";s:7:\"Aldrich\";s:4:\"Alef\";s:4:\"Alef\";s:8:\"Alegreya\";s:8:\"Alegreya\";s:11:\"Alegreya SC\";s:11:\"Alegreya SC\";s:10:\"Alex Brush\";s:10:\"Alex Brush\";s:13:\"Alfa Slab One\";s:13:\"Alfa Slab One\";s:5:\"Alice\";s:5:\"Alice\";s:5:\"Alike\";s:5:\"Alike\";s:13:\"Alike Angular\";s:13:\"Alike Angular\";s:5:\"Allan\";s:5:\"Allan\";s:7:\"Allerta\";s:7:\"Allerta\";s:15:\"Allerta Stencil\";s:15:\"Allerta Stencil\";s:6:\"Allura\";s:6:\"Allura\";s:8:\"Almendra\";s:8:\"Almendra\";s:16:\"Almendra Display\";s:16:\"Almendra Display\";s:11:\"Almendra SC\";s:11:\"Almendra SC\";s:8:\"Amarante\";s:8:\"Amarante\";s:8:\"Amaranth\";s:8:\"Amaranth\";s:9:\"Amatic SC\";s:9:\"Amatic SC\";s:9:\"Amethysta\";s:9:\"Amethysta\";s:7:\"Anaheim\";s:7:\"Anaheim\";s:6:\"Andada\";s:6:\"Andada\";s:6:\"Andika\";s:6:\"Andika\";s:6:\"Angkor\";s:6:\"Angkor\";s:24:\"Annie Use Your Telescope\";s:24:\"Annie Use Your Telescope\";s:13:\"Anonymous Pro\";s:13:\"Anonymous Pro\";s:5:\"Antic\";s:5:\"Antic\";s:12:\"Antic Didone\";s:12:\"Antic Didone\";s:10:\"Antic Slab\";s:10:\"Antic Slab\";s:5:\"Anton\";s:5:\"Anton\";s:6:\"Arapey\";s:6:\"Arapey\";s:7:\"Arbutus\";s:7:\"Arbutus\";s:12:\"Arbutus Slab\";s:12:\"Arbutus Slab\";s:19:\"Architects Daughter\";s:19:\"Architects Daughter\";s:13:\"Archivo Black\";s:13:\"Archivo Black\";s:14:\"Archivo Narrow\";s:14:\"Archivo Narrow\";s:5:\"Arimo\";s:5:\"Arimo\";s:8:\"Arizonia\";s:8:\"Arizonia\";s:6:\"Armata\";s:6:\"Armata\";s:8:\"Artifika\";s:8:\"Artifika\";s:4:\"Arvo\";s:4:\"Arvo\";s:4:\"Asap\";s:4:\"Asap\";s:5:\"Asset\";s:5:\"Asset\";s:7:\"Astloch\";s:7:\"Astloch\";s:4:\"Asul\";s:4:\"Asul\";s:10:\"Atomic Age\";s:10:\"Atomic Age\";s:6:\"Aubrey\";s:6:\"Aubrey\";s:9:\"Audiowide\";s:9:\"Audiowide\";s:10:\"Autour One\";s:10:\"Autour One\";s:7:\"Average\";s:7:\"Average\";s:12:\"Average Sans\";s:12:\"Average Sans\";s:19:\"Averia Gruesa Libre\";s:19:\"Averia Gruesa Libre\";s:12:\"Averia Libre\";s:12:\"Averia Libre\";s:17:\"Averia Sans Libre\";s:17:\"Averia Sans Libre\";s:18:\"Averia Serif Libre\";s:18:\"Averia Serif Libre\";s:10:\"Bad Script\";s:10:\"Bad Script\";s:9:\"Balthazar\";s:9:\"Balthazar\";s:7:\"Bangers\";s:7:\"Bangers\";s:5:\"Basic\";s:5:\"Basic\";s:10:\"Battambang\";s:10:\"Battambang\";s:7:\"Baumans\";s:7:\"Baumans\";s:5:\"Bayon\";s:5:\"Bayon\";s:8:\"Belgrano\";s:8:\"Belgrano\";s:7:\"Belleza\";s:7:\"Belleza\";s:9:\"BenchNine\";s:9:\"BenchNine\";s:7:\"Bentham\";s:7:\"Bentham\";s:15:\"Berkshire Swash\";s:15:\"Berkshire Swash\";s:5:\"Bevan\";s:5:\"Bevan\";s:13:\"Bigelow Rules\";s:13:\"Bigelow Rules\";s:11:\"Bigshot One\";s:11:\"Bigshot One\";s:5:\"Bilbo\";s:5:\"Bilbo\";s:16:\"Bilbo Swash Caps\";s:16:\"Bilbo Swash Caps\";s:6:\"Bitter\";s:6:\"Bitter\";s:13:\"Black Ops One\";s:13:\"Black Ops One\";s:5:\"Bokor\";s:5:\"Bokor\";s:6:\"Bonbon\";s:6:\"Bonbon\";s:8:\"Boogaloo\";s:8:\"Boogaloo\";s:10:\"Bowlby One\";s:10:\"Bowlby One\";s:13:\"Bowlby One SC\";s:13:\"Bowlby One SC\";s:7:\"Brawler\";s:7:\"Brawler\";s:10:\"Bree Serif\";s:10:\"Bree Serif\";s:14:\"Bubblegum Sans\";s:14:\"Bubblegum Sans\";s:11:\"Bubbler One\";s:11:\"Bubbler One\";s:4:\"Buda\";s:4:\"Buda\";s:7:\"Buenard\";s:7:\"Buenard\";s:10:\"Butcherman\";s:10:\"Butcherman\";s:14:\"Butterfly Kids\";s:14:\"Butterfly Kids\";s:5:\"Cabin\";s:5:\"Cabin\";s:15:\"Cabin Condensed\";s:15:\"Cabin Condensed\";s:12:\"Cabin Sketch\";s:12:\"Cabin Sketch\";s:15:\"Caesar Dressing\";s:15:\"Caesar Dressing\";s:10:\"Cagliostro\";s:10:\"Cagliostro\";s:14:\"Calligraffitti\";s:14:\"Calligraffitti\";s:5:\"Cambo\";s:5:\"Cambo\";s:6:\"Candal\";s:6:\"Candal\";s:9:\"Cantarell\";s:9:\"Cantarell\";s:11:\"Cantata One\";s:11:\"Cantata One\";s:11:\"Cantora One\";s:11:\"Cantora One\";s:8:\"Capriola\";s:8:\"Capriola\";s:5:\"Cardo\";s:5:\"Cardo\";s:5:\"Carme\";s:5:\"Carme\";s:14:\"Carrois Gothic\";s:14:\"Carrois Gothic\";s:17:\"Carrois Gothic SC\";s:17:\"Carrois Gothic SC\";s:10:\"Carter One\";s:10:\"Carter One\";s:6:\"Caudex\";s:6:\"Caudex\";s:18:\"Cedarville Cursive\";s:18:\"Cedarville Cursive\";s:11:\"Ceviche One\";s:11:\"Ceviche One\";s:10:\"Changa One\";s:10:\"Changa One\";s:6:\"Chango\";s:6:\"Chango\";s:18:\"Chau Philomene One\";s:18:\"Chau Philomene One\";s:9:\"Chela One\";s:9:\"Chela One\";s:14:\"Chelsea Market\";s:14:\"Chelsea Market\";s:6:\"Chenla\";s:6:\"Chenla\";s:17:\"Cherry Cream Soda\";s:17:\"Cherry Cream Soda\";s:12:\"Cherry Swash\";s:12:\"Cherry Swash\";s:5:\"Chewy\";s:5:\"Chewy\";s:6:\"Chicle\";s:6:\"Chicle\";s:5:\"Chivo\";s:5:\"Chivo\";s:6:\"Cinzel\";s:6:\"Cinzel\";s:17:\"Cinzel Decorative\";s:17:\"Cinzel Decorative\";s:14:\"Clicker Script\";s:14:\"Clicker Script\";s:4:\"Coda\";s:4:\"Coda\";s:12:\"Coda Caption\";s:12:\"Coda Caption\";s:8:\"Codystar\";s:8:\"Codystar\";s:5:\"Combo\";s:5:\"Combo\";s:9:\"Comfortaa\";s:9:\"Comfortaa\";s:11:\"Coming Soon\";s:11:\"Coming Soon\";s:11:\"Concert One\";s:11:\"Concert One\";s:9:\"Condiment\";s:9:\"Condiment\";s:7:\"Content\";s:7:\"Content\";s:12:\"Contrail One\";s:12:\"Contrail One\";s:11:\"Convergence\";s:11:\"Convergence\";s:6:\"Cookie\";s:6:\"Cookie\";s:5:\"Copse\";s:5:\"Copse\";s:6:\"Corben\";s:6:\"Corben\";s:9:\"Courgette\";s:9:\"Courgette\";s:7:\"Cousine\";s:7:\"Cousine\";s:8:\"Coustard\";s:8:\"Coustard\";s:21:\"Covered By Your Grace\";s:21:\"Covered By Your Grace\";s:12:\"Crafty Girls\";s:12:\"Crafty Girls\";s:9:\"Creepster\";s:9:\"Creepster\";s:11:\"Crete Round\";s:11:\"Crete Round\";s:12:\"Crimson Text\";s:12:\"Crimson Text\";s:13:\"Croissant One\";s:13:\"Croissant One\";s:7:\"Crushed\";s:7:\"Crushed\";s:6:\"Cuprum\";s:6:\"Cuprum\";s:6:\"Cutive\";s:6:\"Cutive\";s:11:\"Cutive Mono\";s:11:\"Cutive Mono\";s:6:\"Damion\";s:6:\"Damion\";s:14:\"Dancing Script\";s:14:\"Dancing Script\";s:7:\"Dangrek\";s:7:\"Dangrek\";s:20:\"Dawning of a New Day\";s:20:\"Dawning of a New Day\";s:8:\"Days One\";s:8:\"Days One\";s:6:\"Delius\";s:6:\"Delius\";s:17:\"Delius Swash Caps\";s:17:\"Delius Swash Caps\";s:14:\"Delius Unicase\";s:14:\"Delius Unicase\";s:13:\"Della Respira\";s:13:\"Della Respira\";s:8:\"Denk One\";s:8:\"Denk One\";s:10:\"Devonshire\";s:10:\"Devonshire\";s:13:\"Didact Gothic\";s:13:\"Didact Gothic\";s:9:\"Diplomata\";s:9:\"Diplomata\";s:12:\"Diplomata SC\";s:12:\"Diplomata SC\";s:6:\"Domine\";s:6:\"Domine\";s:11:\"Donegal One\";s:11:\"Donegal One\";s:10:\"Doppio One\";s:10:\"Doppio One\";s:5:\"Dorsa\";s:5:\"Dorsa\";s:5:\"Dosis\";s:5:\"Dosis\";s:11:\"Dr Sugiyama\";s:11:\"Dr Sugiyama\";s:10:\"Droid Sans\";s:10:\"Droid Sans\";s:15:\"Droid Sans Mono\";s:15:\"Droid Sans Mono\";s:11:\"Droid Serif\";s:11:\"Droid Serif\";s:9:\"Duru Sans\";s:9:\"Duru Sans\";s:9:\"Dynalight\";s:9:\"Dynalight\";s:11:\"EB Garamond\";s:11:\"EB Garamond\";s:10:\"Eagle Lake\";s:10:\"Eagle Lake\";s:5:\"Eater\";s:5:\"Eater\";s:9:\"Economica\";s:9:\"Economica\";s:11:\"Electrolize\";s:11:\"Electrolize\";s:5:\"Elsie\";s:5:\"Elsie\";s:16:\"Elsie Swash Caps\";s:16:\"Elsie Swash Caps\";s:11:\"Emblema One\";s:11:\"Emblema One\";s:12:\"Emilys Candy\";s:12:\"Emilys Candy\";s:10:\"Engagement\";s:10:\"Engagement\";s:9:\"Englebert\";s:9:\"Englebert\";s:9:\"Enriqueta\";s:9:\"Enriqueta\";s:9:\"Erica One\";s:9:\"Erica One\";s:7:\"Esteban\";s:7:\"Esteban\";s:15:\"Euphoria Script\";s:15:\"Euphoria Script\";s:5:\"Ewert\";s:5:\"Ewert\";s:3:\"Exo\";s:3:\"Exo\";s:13:\"Expletus Sans\";s:13:\"Expletus Sans\";s:12:\"Fanwood Text\";s:12:\"Fanwood Text\";s:9:\"Fascinate\";s:9:\"Fascinate\";s:16:\"Fascinate Inline\";s:16:\"Fascinate Inline\";s:10:\"Faster One\";s:10:\"Faster One\";s:8:\"Fasthand\";s:8:\"Fasthand\";s:9:\"Fauna One\";s:9:\"Fauna One\";s:8:\"Federant\";s:8:\"Federant\";s:6:\"Federo\";s:6:\"Federo\";s:6:\"Felipa\";s:6:\"Felipa\";s:5:\"Fenix\";s:5:\"Fenix\";s:12:\"Finger Paint\";s:12:\"Finger Paint\";s:10:\"Fjalla One\";s:10:\"Fjalla One\";s:9:\"Fjord One\";s:9:\"Fjord One\";s:8:\"Flamenco\";s:8:\"Flamenco\";s:7:\"Flavors\";s:7:\"Flavors\";s:10:\"Fondamento\";s:10:\"Fondamento\";s:16:\"Fontdiner Swanky\";s:16:\"Fontdiner Swanky\";s:5:\"Forum\";s:5:\"Forum\";s:12:\"Francois One\";s:12:\"Francois One\";s:12:\"Freckle Face\";s:12:\"Freckle Face\";s:20:\"Fredericka the Great\";s:20:\"Fredericka the Great\";s:11:\"Fredoka One\";s:11:\"Fredoka One\";s:8:\"Freehand\";s:8:\"Freehand\";s:6:\"Fresca\";s:6:\"Fresca\";s:7:\"Frijole\";s:7:\"Frijole\";s:7:\"Fruktur\";s:7:\"Fruktur\";s:9:\"Fugaz One\";s:9:\"Fugaz One\";s:9:\"GFS Didot\";s:9:\"GFS Didot\";s:15:\"GFS Neohellenic\";s:15:\"GFS Neohellenic\";s:8:\"Gabriela\";s:8:\"Gabriela\";s:6:\"Gafata\";s:6:\"Gafata\";s:8:\"Galdeano\";s:8:\"Galdeano\";s:7:\"Galindo\";s:7:\"Galindo\";s:13:\"Gentium Basic\";s:13:\"Gentium Basic\";s:18:\"Gentium Book Basic\";s:18:\"Gentium Book Basic\";s:3:\"Geo\";s:3:\"Geo\";s:7:\"Geostar\";s:7:\"Geostar\";s:12:\"Geostar Fill\";s:12:\"Geostar Fill\";s:12:\"Germania One\";s:12:\"Germania One\";s:13:\"Gilda Display\";s:13:\"Gilda Display\";s:14:\"Give You Glory\";s:14:\"Give You Glory\";s:13:\"Glass Antiqua\";s:13:\"Glass Antiqua\";s:6:\"Glegoo\";s:6:\"Glegoo\";s:17:\"Gloria Hallelujah\";s:17:\"Gloria Hallelujah\";s:10:\"Goblin One\";s:10:\"Goblin One\";s:10:\"Gochi Hand\";s:10:\"Gochi Hand\";s:8:\"Gorditas\";s:8:\"Gorditas\";s:21:\"Goudy Bookletter 1911\";s:21:\"Goudy Bookletter 1911\";s:8:\"Graduate\";s:8:\"Graduate\";s:11:\"Grand Hotel\";s:11:\"Grand Hotel\";s:12:\"Gravitas One\";s:12:\"Gravitas One\";s:11:\"Great Vibes\";s:11:\"Great Vibes\";s:6:\"Griffy\";s:6:\"Griffy\";s:6:\"Gruppo\";s:6:\"Gruppo\";s:5:\"Gudea\";s:5:\"Gudea\";s:6:\"Habibi\";s:6:\"Habibi\";s:15:\"Hammersmith One\";s:15:\"Hammersmith One\";s:7:\"Hanalei\";s:7:\"Hanalei\";s:12:\"Hanalei Fill\";s:12:\"Hanalei Fill\";s:7:\"Handlee\";s:7:\"Handlee\";s:7:\"Hanuman\";s:7:\"Hanuman\";s:12:\"Happy Monkey\";s:12:\"Happy Monkey\";s:12:\"Headland One\";s:12:\"Headland One\";s:11:\"Henny Penny\";s:11:\"Henny Penny\";s:20:\"Herr Von Muellerhoff\";s:20:\"Herr Von Muellerhoff\";s:15:\"Holtwood One SC\";s:15:\"Holtwood One SC\";s:14:\"Homemade Apple\";s:14:\"Homemade Apple\";s:8:\"Homenaje\";s:8:\"Homenaje\";s:15:\"IM Fell DW Pica\";s:15:\"IM Fell DW Pica\";s:18:\"IM Fell DW Pica SC\";s:18:\"IM Fell DW Pica SC\";s:19:\"IM Fell Double Pica\";s:19:\"IM Fell Double Pica\";s:22:\"IM Fell Double Pica SC\";s:22:\"IM Fell Double Pica SC\";s:15:\"IM Fell English\";s:15:\"IM Fell English\";s:18:\"IM Fell English SC\";s:18:\"IM Fell English SC\";s:20:\"IM Fell French Canon\";s:20:\"IM Fell French Canon\";s:23:\"IM Fell French Canon SC\";s:23:\"IM Fell French Canon SC\";s:20:\"IM Fell Great Primer\";s:20:\"IM Fell Great Primer\";s:23:\"IM Fell Great Primer SC\";s:23:\"IM Fell Great Primer SC\";s:7:\"Iceberg\";s:7:\"Iceberg\";s:7:\"Iceland\";s:7:\"Iceland\";s:7:\"Imprima\";s:7:\"Imprima\";s:11:\"Inconsolata\";s:11:\"Inconsolata\";s:5:\"Inder\";s:5:\"Inder\";s:12:\"Indie Flower\";s:12:\"Indie Flower\";s:5:\"Inika\";s:5:\"Inika\";s:12:\"Irish Grover\";s:12:\"Irish Grover\";s:9:\"Istok Web\";s:9:\"Istok Web\";s:8:\"Italiana\";s:8:\"Italiana\";s:9:\"Italianno\";s:9:\"Italianno\";s:16:\"Jacques Francois\";s:16:\"Jacques Francois\";s:23:\"Jacques Francois Shadow\";s:23:\"Jacques Francois Shadow\";s:14:\"Jim Nightshade\";s:14:\"Jim Nightshade\";s:10:\"Jockey One\";s:10:\"Jockey One\";s:12:\"Jolly Lodger\";s:12:\"Jolly Lodger\";s:12:\"Josefin Sans\";s:12:\"Josefin Sans\";s:12:\"Josefin Slab\";s:12:\"Josefin Slab\";s:8:\"Joti One\";s:8:\"Joti One\";s:6:\"Judson\";s:6:\"Judson\";s:5:\"Julee\";s:5:\"Julee\";s:15:\"Julius Sans One\";s:15:\"Julius Sans One\";s:5:\"Junge\";s:5:\"Junge\";s:4:\"Jura\";s:4:\"Jura\";s:17:\"Just Another Hand\";s:17:\"Just Another Hand\";s:23:\"Just Me Again Down Here\";s:23:\"Just Me Again Down Here\";s:7:\"Kameron\";s:7:\"Kameron\";s:5:\"Karla\";s:5:\"Karla\";s:14:\"Kaushan Script\";s:14:\"Kaushan Script\";s:6:\"Kavoon\";s:6:\"Kavoon\";s:10:\"Keania One\";s:10:\"Keania One\";s:10:\"Kelly Slab\";s:10:\"Kelly Slab\";s:5:\"Kenia\";s:5:\"Kenia\";s:5:\"Khmer\";s:5:\"Khmer\";s:8:\"Kite One\";s:8:\"Kite One\";s:7:\"Knewave\";s:7:\"Knewave\";s:9:\"Kotta One\";s:9:\"Kotta One\";s:6:\"Koulen\";s:6:\"Koulen\";s:6:\"Kranky\";s:6:\"Kranky\";s:5:\"Kreon\";s:5:\"Kreon\";s:6:\"Kristi\";s:6:\"Kristi\";s:9:\"Krona One\";s:9:\"Krona One\";s:15:\"La Belle Aurore\";s:15:\"La Belle Aurore\";s:8:\"Lancelot\";s:8:\"Lancelot\";s:4:\"Lato\";s:4:\"Lato\";s:13:\"League Script\";s:13:\"League Script\";s:12:\"Leckerli One\";s:12:\"Leckerli One\";s:6:\"Ledger\";s:6:\"Ledger\";s:6:\"Lekton\";s:6:\"Lekton\";s:5:\"Lemon\";s:5:\"Lemon\";s:17:\"Libre Baskerville\";s:17:\"Libre Baskerville\";s:11:\"Life Savers\";s:11:\"Life Savers\";s:10:\"Lilita One\";s:10:\"Lilita One\";s:15:\"Lily Script One\";s:15:\"Lily Script One\";s:9:\"Limelight\";s:9:\"Limelight\";s:11:\"Linden Hill\";s:11:\"Linden Hill\";s:7:\"Lobster\";s:7:\"Lobster\";s:11:\"Lobster Two\";s:11:\"Lobster Two\";s:16:\"Londrina Outline\";s:16:\"Londrina Outline\";s:15:\"Londrina Shadow\";s:15:\"Londrina Shadow\";s:15:\"Londrina Sketch\";s:15:\"Londrina Sketch\";s:14:\"Londrina Solid\";s:14:\"Londrina Solid\";s:4:\"Lora\";s:4:\"Lora\";s:21:\"Love Ya Like A Sister\";s:21:\"Love Ya Like A Sister\";s:17:\"Loved by the King\";s:17:\"Loved by the King\";s:14:\"Lovers Quarrel\";s:14:\"Lovers Quarrel\";s:12:\"Luckiest Guy\";s:12:\"Luckiest Guy\";s:8:\"Lusitana\";s:8:\"Lusitana\";s:7:\"Lustria\";s:7:\"Lustria\";s:7:\"Macondo\";s:7:\"Macondo\";s:18:\"Macondo Swash Caps\";s:18:\"Macondo Swash Caps\";s:5:\"Magra\";s:5:\"Magra\";s:13:\"Maiden Orange\";s:13:\"Maiden Orange\";s:4:\"Mako\";s:4:\"Mako\";s:9:\"Marcellus\";s:9:\"Marcellus\";s:12:\"Marcellus SC\";s:12:\"Marcellus SC\";s:12:\"Marck Script\";s:12:\"Marck Script\";s:9:\"Margarine\";s:9:\"Margarine\";s:9:\"Marko One\";s:9:\"Marko One\";s:8:\"Marmelad\";s:8:\"Marmelad\";s:6:\"Marvel\";s:6:\"Marvel\";s:4:\"Mate\";s:4:\"Mate\";s:7:\"Mate SC\";s:7:\"Mate SC\";s:9:\"Maven Pro\";s:9:\"Maven Pro\";s:7:\"McLaren\";s:7:\"McLaren\";s:6:\"Meddon\";s:6:\"Meddon\";s:13:\"MedievalSharp\";s:13:\"MedievalSharp\";s:10:\"Medula One\";s:10:\"Medula One\";s:6:\"Megrim\";s:6:\"Megrim\";s:11:\"Meie Script\";s:11:\"Meie Script\";s:8:\"Merienda\";s:8:\"Merienda\";s:12:\"Merienda One\";s:12:\"Merienda One\";s:12:\"Merriweather\";s:12:\"Merriweather\";s:17:\"Merriweather Sans\";s:17:\"Merriweather Sans\";s:5:\"Metal\";s:5:\"Metal\";s:11:\"Metal Mania\";s:11:\"Metal Mania\";s:12:\"Metamorphous\";s:12:\"Metamorphous\";s:11:\"Metrophobic\";s:11:\"Metrophobic\";s:8:\"Michroma\";s:8:\"Michroma\";s:7:\"Milonga\";s:7:\"Milonga\";s:9:\"Miltonian\";s:9:\"Miltonian\";s:16:\"Miltonian Tattoo\";s:16:\"Miltonian Tattoo\";s:7:\"Miniver\";s:7:\"Miniver\";s:14:\"Miss Fajardose\";s:14:\"Miss Fajardose\";s:14:\"Modern Antiqua\";s:14:\"Modern Antiqua\";s:7:\"Molengo\";s:7:\"Molengo\";s:5:\"Molle\";s:5:\"Molle\";s:5:\"Monda\";s:5:\"Monda\";s:8:\"Monofett\";s:8:\"Monofett\";s:7:\"Monoton\";s:7:\"Monoton\";s:20:\"Monsieur La Doulaise\";s:20:\"Monsieur La Doulaise\";s:7:\"Montaga\";s:7:\"Montaga\";s:6:\"Montez\";s:6:\"Montez\";s:10:\"Montserrat\";s:10:\"Montserrat\";s:21:\"Montserrat Alternates\";s:21:\"Montserrat Alternates\";s:20:\"Montserrat Subrayada\";s:20:\"Montserrat Subrayada\";s:4:\"Moul\";s:4:\"Moul\";s:8:\"Moulpali\";s:8:\"Moulpali\";s:22:\"Mountains of Christmas\";s:22:\"Mountains of Christmas\";s:13:\"Mouse Memoirs\";s:13:\"Mouse Memoirs\";s:10:\"Mr Bedfort\";s:10:\"Mr Bedfort\";s:8:\"Mr Dafoe\";s:8:\"Mr Dafoe\";s:14:\"Mr De Haviland\";s:14:\"Mr De Haviland\";s:19:\"Mrs Saint Delafield\";s:19:\"Mrs Saint Delafield\";s:13:\"Mrs Sheppards\";s:13:\"Mrs Sheppards\";s:4:\"Muli\";s:4:\"Muli\";s:13:\"Mystery Quest\";s:13:\"Mystery Quest\";s:6:\"Neucha\";s:6:\"Neucha\";s:6:\"Neuton\";s:6:\"Neuton\";s:10:\"New Rocker\";s:10:\"New Rocker\";s:10:\"News Cycle\";s:10:\"News Cycle\";s:7:\"Niconne\";s:7:\"Niconne\";s:9:\"Nixie One\";s:9:\"Nixie One\";s:6:\"Nobile\";s:6:\"Nobile\";s:6:\"Nokora\";s:6:\"Nokora\";s:7:\"Norican\";s:7:\"Norican\";s:7:\"Nosifer\";s:7:\"Nosifer\";s:20:\"Nothing You Could Do\";s:20:\"Nothing You Could Do\";s:12:\"Noticia Text\";s:12:\"Noticia Text\";s:9:\"Noto Sans\";s:9:\"Noto Sans\";s:10:\"Noto Serif\";s:10:\"Noto Serif\";s:8:\"Nova Cut\";s:8:\"Nova Cut\";s:9:\"Nova Flat\";s:9:\"Nova Flat\";s:9:\"Nova Mono\";s:9:\"Nova Mono\";s:9:\"Nova Oval\";s:9:\"Nova Oval\";s:10:\"Nova Round\";s:10:\"Nova Round\";s:11:\"Nova Script\";s:11:\"Nova Script\";s:9:\"Nova Slim\";s:9:\"Nova Slim\";s:11:\"Nova Square\";s:11:\"Nova Square\";s:6:\"Numans\";s:6:\"Numans\";s:6:\"Nunito\";s:6:\"Nunito\";s:14:\"Odor Mean Chey\";s:14:\"Odor Mean Chey\";s:7:\"Offside\";s:7:\"Offside\";s:15:\"Old Standard TT\";s:15:\"Old Standard TT\";s:9:\"Oldenburg\";s:9:\"Oldenburg\";s:11:\"Oleo Script\";s:11:\"Oleo Script\";s:22:\"Oleo Script Swash Caps\";s:22:\"Oleo Script Swash Caps\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:19:\"Open Sans Condensed\";s:19:\"Open Sans Condensed\";s:11:\"Oranienbaum\";s:11:\"Oranienbaum\";s:8:\"Orbitron\";s:8:\"Orbitron\";s:7:\"Oregano\";s:7:\"Oregano\";s:7:\"Orienta\";s:7:\"Orienta\";s:15:\"Original Surfer\";s:15:\"Original Surfer\";s:6:\"Oswald\";s:6:\"Oswald\";s:16:\"Over the Rainbow\";s:16:\"Over the Rainbow\";s:8:\"Overlock\";s:8:\"Overlock\";s:11:\"Overlock SC\";s:11:\"Overlock SC\";s:3:\"Ovo\";s:3:\"Ovo\";s:6:\"Oxygen\";s:6:\"Oxygen\";s:11:\"Oxygen Mono\";s:11:\"Oxygen Mono\";s:7:\"PT Mono\";s:7:\"PT Mono\";s:7:\"PT Sans\";s:7:\"PT Sans\";s:15:\"PT Sans Caption\";s:15:\"PT Sans Caption\";s:14:\"PT Sans Narrow\";s:14:\"PT Sans Narrow\";s:8:\"PT Serif\";s:8:\"PT Serif\";s:16:\"PT Serif Caption\";s:16:\"PT Serif Caption\";s:8:\"Pacifico\";s:8:\"Pacifico\";s:7:\"Paprika\";s:7:\"Paprika\";s:10:\"Parisienne\";s:10:\"Parisienne\";s:11:\"Passero One\";s:11:\"Passero One\";s:11:\"Passion One\";s:11:\"Passion One\";s:18:\"Pathway Gothic One\";s:18:\"Pathway Gothic One\";s:12:\"Patrick Hand\";s:12:\"Patrick Hand\";s:15:\"Patrick Hand SC\";s:15:\"Patrick Hand SC\";s:9:\"Patua One\";s:9:\"Patua One\";s:11:\"Paytone One\";s:11:\"Paytone One\";s:7:\"Peralta\";s:7:\"Peralta\";s:16:\"Permanent Marker\";s:16:\"Permanent Marker\";s:19:\"Petit Formal Script\";s:19:\"Petit Formal Script\";s:7:\"Petrona\";s:7:\"Petrona\";s:11:\"Philosopher\";s:11:\"Philosopher\";s:6:\"Piedra\";s:6:\"Piedra\";s:13:\"Pinyon Script\";s:13:\"Pinyon Script\";s:10:\"Pirata One\";s:10:\"Pirata One\";s:7:\"Plaster\";s:7:\"Plaster\";s:4:\"Play\";s:4:\"Play\";s:8:\"Playball\";s:8:\"Playball\";s:16:\"Playfair Display\";s:16:\"Playfair Display\";s:19:\"Playfair Display SC\";s:19:\"Playfair Display SC\";s:7:\"Podkova\";s:7:\"Podkova\";s:10:\"Poiret One\";s:10:\"Poiret One\";s:10:\"Poller One\";s:10:\"Poller One\";s:4:\"Poly\";s:4:\"Poly\";s:8:\"Pompiere\";s:8:\"Pompiere\";s:12:\"Pontano Sans\";s:12:\"Pontano Sans\";s:16:\"Port Lligat Sans\";s:16:\"Port Lligat Sans\";s:16:\"Port Lligat Slab\";s:16:\"Port Lligat Slab\";s:5:\"Prata\";s:5:\"Prata\";s:11:\"Preahvihear\";s:11:\"Preahvihear\";s:14:\"Press Start 2P\";s:14:\"Press Start 2P\";s:14:\"Princess Sofia\";s:14:\"Princess Sofia\";s:8:\"Prociono\";s:8:\"Prociono\";s:10:\"Prosto One\";s:10:\"Prosto One\";s:7:\"Puritan\";s:7:\"Puritan\";s:12:\"Purple Purse\";s:12:\"Purple Purse\";s:6:\"Quando\";s:6:\"Quando\";s:8:\"Quantico\";s:8:\"Quantico\";s:12:\"Quattrocento\";s:12:\"Quattrocento\";s:17:\"Quattrocento Sans\";s:17:\"Quattrocento Sans\";s:9:\"Questrial\";s:9:\"Questrial\";s:9:\"Quicksand\";s:9:\"Quicksand\";s:14:\"Quintessential\";s:14:\"Quintessential\";s:7:\"Qwigley\";s:7:\"Qwigley\";s:15:\"Racing Sans One\";s:15:\"Racing Sans One\";s:6:\"Radley\";s:6:\"Radley\";s:7:\"Raleway\";s:7:\"Raleway\";s:12:\"Raleway Dots\";s:12:\"Raleway Dots\";s:6:\"Rambla\";s:6:\"Rambla\";s:12:\"Rammetto One\";s:12:\"Rammetto One\";s:8:\"Ranchers\";s:8:\"Ranchers\";s:6:\"Rancho\";s:6:\"Rancho\";s:9:\"Rationale\";s:9:\"Rationale\";s:9:\"Redressed\";s:9:\"Redressed\";s:13:\"Reenie Beanie\";s:13:\"Reenie Beanie\";s:7:\"Revalia\";s:7:\"Revalia\";s:6:\"Ribeye\";s:6:\"Ribeye\";s:13:\"Ribeye Marrow\";s:13:\"Ribeye Marrow\";s:9:\"Righteous\";s:9:\"Righteous\";s:6:\"Risque\";s:6:\"Risque\";s:6:\"Roboto\";s:6:\"Roboto\";s:16:\"Roboto Condensed\";s:16:\"Roboto Condensed\";s:11:\"Roboto Slab\";s:11:\"Roboto Slab\";s:9:\"Rochester\";s:9:\"Rochester\";s:9:\"Rock Salt\";s:9:\"Rock Salt\";s:7:\"Rokkitt\";s:7:\"Rokkitt\";s:9:\"Romanesco\";s:9:\"Romanesco\";s:9:\"Ropa Sans\";s:9:\"Ropa Sans\";s:7:\"Rosario\";s:7:\"Rosario\";s:8:\"Rosarivo\";s:8:\"Rosarivo\";s:12:\"Rouge Script\";s:12:\"Rouge Script\";s:4:\"Ruda\";s:4:\"Ruda\";s:6:\"Rufina\";s:6:\"Rufina\";s:11:\"Ruge Boogie\";s:11:\"Ruge Boogie\";s:6:\"Ruluko\";s:6:\"Ruluko\";s:10:\"Rum Raisin\";s:10:\"Rum Raisin\";s:14:\"Ruslan Display\";s:14:\"Ruslan Display\";s:9:\"Russo One\";s:9:\"Russo One\";s:6:\"Ruthie\";s:6:\"Ruthie\";s:3:\"Rye\";s:3:\"Rye\";s:10:\"Sacramento\";s:10:\"Sacramento\";s:4:\"Sail\";s:4:\"Sail\";s:5:\"Salsa\";s:5:\"Salsa\";s:7:\"Sanchez\";s:7:\"Sanchez\";s:8:\"Sancreek\";s:8:\"Sancreek\";s:11:\"Sansita One\";s:11:\"Sansita One\";s:6:\"Sarina\";s:6:\"Sarina\";s:7:\"Satisfy\";s:7:\"Satisfy\";s:5:\"Scada\";s:5:\"Scada\";s:10:\"Schoolbell\";s:10:\"Schoolbell\";s:14:\"Seaweed Script\";s:14:\"Seaweed Script\";s:9:\"Sevillana\";s:9:\"Sevillana\";s:11:\"Seymour One\";s:11:\"Seymour One\";s:18:\"Shadows Into Light\";s:18:\"Shadows Into Light\";s:22:\"Shadows Into Light Two\";s:22:\"Shadows Into Light Two\";s:6:\"Shanti\";s:6:\"Shanti\";s:5:\"Share\";s:5:\"Share\";s:10:\"Share Tech\";s:10:\"Share Tech\";s:15:\"Share Tech Mono\";s:15:\"Share Tech Mono\";s:9:\"Shojumaru\";s:9:\"Shojumaru\";s:11:\"Short Stack\";s:11:\"Short Stack\";s:8:\"Siemreap\";s:8:\"Siemreap\";s:10:\"Sigmar One\";s:10:\"Sigmar One\";s:7:\"Signika\";s:7:\"Signika\";s:16:\"Signika Negative\";s:16:\"Signika Negative\";s:9:\"Simonetta\";s:9:\"Simonetta\";s:7:\"Sintony\";s:7:\"Sintony\";s:13:\"Sirin Stencil\";s:13:\"Sirin Stencil\";s:8:\"Six Caps\";s:8:\"Six Caps\";s:7:\"Skranji\";s:7:\"Skranji\";s:7:\"Slackey\";s:7:\"Slackey\";s:6:\"Smokum\";s:6:\"Smokum\";s:6:\"Smythe\";s:6:\"Smythe\";s:7:\"Sniglet\";s:7:\"Sniglet\";s:7:\"Snippet\";s:7:\"Snippet\";s:13:\"Snowburst One\";s:13:\"Snowburst One\";s:10:\"Sofadi One\";s:10:\"Sofadi One\";s:5:\"Sofia\";s:5:\"Sofia\";s:10:\"Sonsie One\";s:10:\"Sonsie One\";s:16:\"Sorts Mill Goudy\";s:16:\"Sorts Mill Goudy\";s:15:\"Source Code Pro\";s:15:\"Source Code Pro\";s:15:\"Source Sans Pro\";s:15:\"Source Sans Pro\";s:13:\"Special Elite\";s:13:\"Special Elite\";s:10:\"Spicy Rice\";s:10:\"Spicy Rice\";s:9:\"Spinnaker\";s:9:\"Spinnaker\";s:6:\"Spirax\";s:6:\"Spirax\";s:10:\"Squada One\";s:10:\"Squada One\";s:9:\"Stalemate\";s:9:\"Stalemate\";s:13:\"Stalinist One\";s:13:\"Stalinist One\";s:15:\"Stardos Stencil\";s:15:\"Stardos Stencil\";s:21:\"Stint Ultra Condensed\";s:21:\"Stint Ultra Condensed\";s:20:\"Stint Ultra Expanded\";s:20:\"Stint Ultra Expanded\";s:5:\"Stoke\";s:5:\"Stoke\";s:6:\"Strait\";s:6:\"Strait\";s:19:\"Sue Ellen Francisco\";s:19:\"Sue Ellen Francisco\";s:9:\"Sunshiney\";s:9:\"Sunshiney\";s:16:\"Supermercado One\";s:16:\"Supermercado One\";s:11:\"Suwannaphum\";s:11:\"Suwannaphum\";s:18:\"Swanky and Moo Moo\";s:18:\"Swanky and Moo Moo\";s:9:\"Syncopate\";s:9:\"Syncopate\";s:9:\"Tangerine\";s:9:\"Tangerine\";s:6:\"Taprom\";s:6:\"Taprom\";s:5:\"Tauri\";s:5:\"Tauri\";s:5:\"Telex\";s:5:\"Telex\";s:10:\"Tenor Sans\";s:10:\"Tenor Sans\";s:11:\"Text Me One\";s:11:\"Text Me One\";s:18:\"The Girl Next Door\";s:18:\"The Girl Next Door\";s:6:\"Tienne\";s:6:\"Tienne\";s:5:\"Tinos\";s:5:\"Tinos\";s:9:\"Titan One\";s:9:\"Titan One\";s:13:\"Titillium Web\";s:13:\"Titillium Web\";s:11:\"Trade Winds\";s:11:\"Trade Winds\";s:7:\"Trocchi\";s:7:\"Trocchi\";s:7:\"Trochut\";s:7:\"Trochut\";s:7:\"Trykker\";s:7:\"Trykker\";s:10:\"Tulpen One\";s:10:\"Tulpen One\";s:6:\"Ubuntu\";s:6:\"Ubuntu\";s:16:\"Ubuntu Condensed\";s:16:\"Ubuntu Condensed\";s:11:\"Ubuntu Mono\";s:11:\"Ubuntu Mono\";s:5:\"Ultra\";s:5:\"Ultra\";s:14:\"Uncial Antiqua\";s:14:\"Uncial Antiqua\";s:8:\"Underdog\";s:8:\"Underdog\";s:9:\"Unica One\";s:9:\"Unica One\";s:14:\"UnifrakturCook\";s:14:\"UnifrakturCook\";s:18:\"UnifrakturMaguntia\";s:18:\"UnifrakturMaguntia\";s:7:\"Unkempt\";s:7:\"Unkempt\";s:6:\"Unlock\";s:6:\"Unlock\";s:4:\"Unna\";s:4:\"Unna\";s:5:\"VT323\";s:5:\"VT323\";s:11:\"Vampiro One\";s:11:\"Vampiro One\";s:6:\"Varela\";s:6:\"Varela\";s:12:\"Varela Round\";s:12:\"Varela Round\";s:11:\"Vast Shadow\";s:11:\"Vast Shadow\";s:5:\"Vibur\";s:5:\"Vibur\";s:8:\"Vidaloka\";s:8:\"Vidaloka\";s:4:\"Viga\";s:4:\"Viga\";s:5:\"Voces\";s:5:\"Voces\";s:7:\"Volkhov\";s:7:\"Volkhov\";s:8:\"Vollkorn\";s:8:\"Vollkorn\";s:8:\"Voltaire\";s:8:\"Voltaire\";s:23:\"Waiting for the Sunrise\";s:23:\"Waiting for the Sunrise\";s:8:\"Wallpoet\";s:8:\"Wallpoet\";s:15:\"Walter Turncoat\";s:15:\"Walter Turncoat\";s:6:\"Warnes\";s:6:\"Warnes\";s:9:\"Wellfleet\";s:9:\"Wellfleet\";s:9:\"Wendy One\";s:9:\"Wendy One\";s:8:\"Wire One\";s:8:\"Wire One\";s:17:\"Yanone Kaffeesatz\";s:17:\"Yanone Kaffeesatz\";s:10:\"Yellowtail\";s:10:\"Yellowtail\";s:10:\"Yeseva One\";s:10:\"Yeseva One\";s:10:\"Yesteryear\";s:10:\"Yesteryear\";s:6:\"Zeyada\";s:6:\"Zeyada\";}s:5:\"style\";a:18:{s:7:\"regular\";s:7:\"regular\";s:6:\"italic\";s:6:\"italic\";i:100;s:3:\"100\";i:200;s:3:\"200\";i:300;s:3:\"300\";i:500;s:3:\"500\";i:600;s:3:\"600\";i:700;s:3:\"700\";s:9:\"700italic\";s:9:\"700italic\";i:900;s:3:\"900\";s:9:\"900italic\";s:9:\"900italic\";s:9:\"300italic\";s:9:\"300italic\";s:9:\"500italic\";s:9:\"500italic\";s:9:\"600italic\";s:9:\"600italic\";i:800;s:3:\"800\";s:9:\"100italic\";s:9:\"100italic\";s:9:\"200italic\";s:9:\"200italic\";s:9:\"800italic\";s:9:\"800italic\";}}', 'yes'),
(15441, 'temp_donation_recuring29b4tuhnbqnntsli2dv10uncg3', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"882\";s:8:\"redirect\";s:50:\"http://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(17290, 'temp_donation_recuringeqhvj71u22093oa8h13hb9tro7', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:50:\"http://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(23929, 'can_compress_scripts', '1', 'no'),
(24307, 'temp_donation_recuringlerh7fc6gieuvoak6mb4tol184', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:4:\"1051\";s:8:\"redirect\";s:45:\"http://ahf.com.pk/cause/appeal-for-ambulance/\";}', 'yes'),
(24325, 'temp_donation_recuringhkhb871ssj4jn375jn3pnrb1l0', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:4:\"1070\";s:8:\"redirect\";s:45:\"https://ahf.com.pk/cause/appeal-for-eye-camp/\";}', 'yes'),
(24333, 'temp_donation_recuringac0qaald68j3akervl4bg95o61', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:85:\"http://ahf.com.pk/2021/06/16/exness-provided-the-corona-special-care-unit-equipments/\";}', 'yes'),
(24421, 'temp_donation_recuringvqornlohu50mo9dshqkvteovc1', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"360\";s:8:\"redirect\";s:38:\"http://ahf.com.pk/project/blood-banks/\";}', 'yes'),
(26143, 'temp_donation_recuringavak1kafoca453u7m6qi00ear3', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(26400, 'temp_donation_recuring8mjlclb0ev0qfnvobg37vfmcj1', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(2268, 'wpb_team_member_category_children', 'a:0:{}', 'yes'),
(3871, 'temp_donation_recuring0v8f1gk2acp4t2djjfmmme3b53', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:29:\"http://ahf.com.pk/contact-us/\";}', 'yes'),
(1946, 'ls-p-url', 'https://layerslider.kreaturamedia.com/pricing/', 'yes'),
(143, 'recently_activated', 'a:1:{s:32:\"coming-soon-page/coming_soon.php\";i:1640773291;}', 'yes'),
(31363, '_site_transient_timeout_theme_roots', '1645227424', 'no'),
(31364, '_site_transient_theme_roots', 'a:3:{s:12:\"lifeline-new\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";}', 'no'),
(31365, '_site_transient_timeout_envato_market_themes', '1645229224', 'no'),
(31366, '_site_transient_envato_market_themes', 'a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}', 'no'),
(31367, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1645225624;s:7:\"checked\";a:3:{s:12:\"lifeline-new\";s:5:\"5.7.1\";s:14:\"twentynineteen\";s:3:\"1.3\";s:15:\"twentyseventeen\";s:3:\"1.7\";}s:8:\"response\";a:2:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.2.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(31368, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1645225625;s:7:\"checked\";a:13:{s:19:\"akismet/akismet.php\";s:5:\"4.2.1\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.5\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.4.7\";s:31:\"envato-market/envato-market.php\";s:5:\"2.0.6\";s:21:\"hello-dolly/hello.php\";s:5:\"1.7.2\";s:27:\"LayerSlider/layerslider.php\";s:5:\"6.8.4\";s:21:\"lifeline/lifeline.php\";s:3:\"2.0\";s:33:\"our-team-enhanced/sc_our_team.php\";s:4:\"2.42\";s:31:\"popup-builder/popup-builder.php\";s:5:\"4.0.6\";s:23:\"revslider/revslider.php\";s:5:\"6.0.5\";s:56:\"tf-numbers-number-counter-animaton/tf-random_numbers.php\";s:3:\"1.8\";s:27:\"js_composer/js_composer.php\";s:5:\"6.0.5\";}s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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:5:\"4.2.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.4.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"popup-builder/popup-builder.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/popup-builder\";s:4:\"slug\";s:13:\"popup-builder\";s:6:\"plugin\";s:31:\"popup-builder/popup-builder.php\";s:11:\"new_version\";s:5:\"4.1.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/popup-builder/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/popup-builder.4.1.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/popup-builder/assets/icon-128x128.gif?rev=2289412\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/popup-builder/assets/banner-772x250.jpg?rev=1908745\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:5:\"5.3.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"6.8.0\";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:4:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{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.5.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.5.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";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:\"5.7\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:21:\"hello-dolly/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:21:\"hello-dolly/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.2.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:56:\"tf-numbers-number-counter-animaton/tf-random_numbers.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:48:\"w.org/plugins/tf-numbers-number-counter-animaton\";s:4:\"slug\";s:34:\"tf-numbers-number-counter-animaton\";s:6:\"plugin\";s:56:\"tf-numbers-number-counter-animaton/tf-random_numbers.php\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/tf-numbers-number-counter-animaton/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/tf-numbers-number-counter-animaton.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/tf-numbers-number-counter-animaton/assets/icon-256x256.jpg?rev=2100064\";s:2:\"1x\";s:87:\"https://ps.w.org/tf-numbers-number-counter-animaton/assets/icon-128x128.jpg?rev=2100064\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:89:\"https://ps.w.org/tf-numbers-number-counter-animaton/assets/banner-772x250.gif?rev=2509031\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.4.0\";}}}', 'no'),
(8824, 'temp_donation_recuringb4apika4oo4ui32toe3daoni05', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:46:\"http://ahf.com.pk/central-board-of-management/\";}', 'yes'),
(19775, 'temp_donation_recuring8ua3d3dlvdqks7mv1ccb9mpla4', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(13157, 'temp_donation_recuringe562siqe45s1qrl9cgtao9uh32', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:4:\"1070\";s:8:\"redirect\";s:44:\"http://ahf.com.pk/cause/appeal-for-eye-camp/\";}', 'yes'),
(13216, 'temp_donation_recurings69g9c6mg3pibv8b7kub15vu44', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(13382, 'temp_donation_recuringnn3so1u03q7mv0jru24his6ar7', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"882\";s:8:\"redirect\";s:50:\"http://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(13665, 'temp_donation_recuringkrafev4bs3u0ubtgmrfbvmlgu2', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(263, 'revslider_servers', 'a:7:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:16:\"themepunch.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}', 'yes'),
(264, 'revslider_server_refresh', '1647515901', 'yes'),
(265, 'revslider-update-check-short', '1645440039', 'yes'),
(266, 'revslider-connection', '1', 'yes'),
(267, 'revslider-update-hash', 'eb5682de904d04e1b0c4d0d78b1273e4', 'yes'),
(268, 'revslider-latest-version', '6.5.16', 'yes'),
(269, 'revslider-stable-version', '4.2.0', 'yes'),
(270, 'revslider-notices', 'a:1:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:546:\"<div style=\"display: block; background: #fff;text-align: center; height: 250px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 960px; height: 250px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"https://sliderrevolution.com/wp-content/uploads/2021/07/adminpremiumvid4.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-01\";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 `ahf_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(271, 'revslider-addons', 'O:8:\"stdClass\":29:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"60\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";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.1.0\";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:\"2020-08-13\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.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\":15:{s:2:\"id\";s:2:\"74\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.0.0\";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.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-10-30\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.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\":15:{s:2:\"id\";s:2:\"68\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";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:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.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\":15:{s:2:\"id\";s:2:\"56\";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.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.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\":15:{s:2:\"id\";s:2:\"67\";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.2\";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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.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\":15:{s:2:\"id\";s:2:\"72\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";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.0.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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.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\":15:{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-b.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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.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\":15:{s:2:\"id\";s:2:\"76\";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.3\";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-07-16\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.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\":15:{s:2:\"id\";s:2:\"52\";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.1.0\";s:10:\"background\";s:81:\"//updates.themepunch-ext-b.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:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.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\":15:{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:\"2020-02-19\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.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\":15:{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:\"2021-06-12\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.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\":15:{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.2\";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:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.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\":15:{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:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.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\":15:{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:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.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\":15:{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:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}', 'yes'),
(156, 'coming_soon_page_socialis_enable', '1', 'yes'),
(157, 'coming_soon_page_open_new_tabe', '0', 'yes'),
(158, 'coming_soon_page_facebook', 'https://www.facebook.com/ahfpofficial/', 'yes'),
(159, 'social_facbook_bacground_image', '', 'yes'),
(160, 'coming_soon_page_twitter', '', 'yes'),
(161, 'social_twiter_bacground_image', '', 'yes'),
(162, 'coming_soon_page_google_plus', '', 'yes'),
(163, 'social_google_bacground_image', '', 'yes'),
(164, 'coming_soon_page_youtube', '', 'yes'),
(165, 'social_youtobe_bacground_image', '', 'yes'),
(166, 'coming_soon_page_instagram', '', 'yes'),
(167, 'social_instagram_bacground_image', '', 'yes'),
(168, 'coming_soon_page_page_seo_title', 'Alkhidmat Health Foundation', 'yes'),
(169, 'coming_soon_page_enable_search_robots', '1', 'yes'),
(170, 'coming_soon_page_meta_keywords', '', 'yes'),
(171, 'coming_soon_page_meta_description', '', 'yes'),
(172, 'coming_soon_page_showed_ips', '{}', 'yes'),
(173, 'coming_soon_page_radio_backroun', 'back_imge', 'yes'),
(174, 'coming_soon_page_background_color', '#cacaca', 'yes'),
(175, 'coming_soon_page_background_img', 'http://ahf.com.pk/wp-content/plugins/coming-soon-page/images/template1/background.jpg', 'yes'),
(176, 'nav_menu_options', 'a:1:{s:8:\"auto_add\";a:0:{}}', 'yes'),
(231, 'wp_registered_sidebars', 'a:4:{s:15:\"default-sidebar\";a:8:{s:4:\"name\";s:15:\"Default Sidebar\";s:2:\"id\";s:15:\"default-sidebar\";s:11:\"description\";s:58:\"Widgets in this area will be shown on the right-hand side.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:43:\"<div id=\"%1$s\" class=\"sidebar-widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:31:\"<div class=\"sidebar-title\"><h4>\";s:11:\"after_title\";s:11:\"</h4></div>\";}s:12:\"blog-sidebar\";a:8:{s:4:\"name\";s:12:\"Blog Listing\";s:2:\"id\";s:12:\"blog-sidebar\";s:11:\"description\";s:58:\"Widgets in this area will be shown on the right-hand side.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:43:\"<div id=\"%1$s\" class=\"sidebar-widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:31:\"<div class=\"sidebar-title\"><h4>\";s:11:\"after_title\";s:11:\"</h4></div>\";}s:14:\"footer-sidebar\";a:8:{s:4:\"name\";s:14:\"Footer Sidebar\";s:2:\"id\";s:14:\"footer-sidebar\";s:11:\"description\";s:58:\"Widgets in this area will be shown on the right-hand side.\";s:5:\"class\";s:10:\"quick-menu\";s:13:\"before_widget\";s:21:\"<div class= col-md-3>\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:37:\"<div class=\"footer-widget-title\"><h4>\";s:11:\"after_title\";s:11:\"</h4></div>\";}s:7:\"Gallery\";a:8:{s:4:\"name\";s:7:\"Gallery\";s:2:\"id\";s:7:\"Gallery\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:43:\"<div id=\"%1$s\" class=\"sidebar-widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:31:\"<div class=\"sidebar-title\"><h4>\";s:11:\"after_title\";s:11:\"</h4></div>\";}}', 'yes'),
(232, 'widget_peoplereviews', 'a:2:{s:12:\"_multiwidget\";i:1;i:2;a:3:{s:5:\"title\";s:6:\"People\";s:9:\"sub_title\";s:7:\"Reviews\";s:17:\"number_of_reviews\";s:1:\"2\";}}', 'yes'),
(233, 'widget_sh_flickr', 'a:3:{i:2;a:4:{s:5:\"title\";s:7:\"Flicker\";s:9:\"sub_title\";s:4:\"Feed\";s:9:\"flickr_id\";s:13:\"129396376@N08\";s:6:\"number\";s:1:\"9\";}i:4;a:4:{s:5:\"title\";s:7:\"Flicker\";s:9:\"sub_title\";s:4:\"Feed\";s:9:\"flickr_id\";s:0:\"\";s:6:\"number\";s:1:\"6\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(234, 'widget_contactus', 'a:2:{i:2;a:6:{s:5:\"title\";s:7:\"Contact\";s:9:\"sub_title\";s:2:\"Us\";s:7:\"address\";s:67:\"Alkhidmat Complex, 3KM Khayaban-E-Jinnah, Lahore, Punjab, Pakistan.\";s:8:\"phone_no\";s:12:\"0800 44 44 8\";s:8:\"email_id\";s:15:\"info@ahf.com.pk\";s:11:\"web_address\";s:17:\"http://ahf.com.pk\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(235, 'widget_newslettersubscription', 'a:2:{i:2;a:13:{s:5:\"title\";s:6:\"SIGNUP\";s:9:\"sub_title\";s:10:\"NEWSLETTER\";s:4:\"text\";s:40:\" Subscribe now to get our news & updates\";s:9:\"form_type\";s:9:\"mailchimp\";s:8:\"rss_link\";s:0:\"\";s:13:\"facebook_link\";s:38:\"https://www.facebook.com/ahfpofficial/\";s:10:\"gplus_link\";s:0:\"\";s:12:\"twitter_link\";s:0:\"\";s:13:\"pinteres_link\";s:0:\"\";s:2:\"ID\";s:0:\"\";s:12:\"youtube_link\";s:0:\"\";s:14:\"instagram_link\";s:0:\"\";s:13:\"linkedin_link\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(236, 'widget_galleries', 'a:2:{s:12:\"_multiwidget\";i:1;i:2;a:3:{s:5:\"title\";s:15:\"Popular Gallery\";s:9:\"sub_title\";s:0:\"\";s:6:\"number\";s:1:\"9\";}}', 'yes'),
(237, 'widget_popularposts', 'a:4:{s:12:\"_multiwidget\";i:1;i:2;a:3:{s:5:\"title\";s:7:\"Popular\";s:9:\"sub_title\";s:5:\"Posts\";s:6:\"number\";s:1:\"3\";}i:3;a:3:{s:5:\"title\";s:7:\"Popular\";s:9:\"sub_title\";s:5:\"Posts\";s:6:\"number\";s:1:\"2\";}i:4;a:3:{s:5:\"title\";s:7:\"Popular\";s:9:\"sub_title\";s:5:\"Posts\";s:6:\"number\";s:1:\"2\";}}', 'yes'),
(238, 'widget_recentevents', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(239, 'widget_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(240, 'widget_donateus', 'a:2:{s:12:\"_multiwidget\";i:1;i:2;a:5:{s:5:\"title\";s:6:\"Donate\";s:9:\"sub_title\";s:2:\"Us\";s:9:\"contactno\";s:15:\"+00 035 835 282\";s:8:\"currency\";s:1:\"$\";s:17:\"collecteddonation\";s:4:\"2500\";}}', 'yes'),
(241, 'widget_sh_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(242, 'widget_instagram', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2659, 'widget_smartcat_team_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2660, 'team_member_position_children', 'a:0:{}', 'yes'),
(323, 'ls-google-fonts', 'a:0:{}', 'yes'),
(324, 'envato_setup_complete', '1567412993', 'yes'),
(325, 'dtbwp_update_notice', '1640608028', 'yes'),
(246, 'envato_market', 'a:2:{s:16:\"is_plugin_active\";s:1:\"1\";s:17:\"installed_version\";s:5:\"2.0.1\";}', 'yes'),
(247, 'envato_market_state', 'activated', 'yes'),
(245, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.1.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1573724981;s:7:\"version\";s:5:\"5.1.5\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(254, 'ls-plugin-version', '6.8.4', 'yes'),
(255, 'ls-db-version', '6.5.5', 'yes'),
(256, 'ls-installed', '1', 'yes'),
(257, 'ls-date-installed', '1567412177', 'yes'),
(260, 'layerslider_update_info', 'O:8:\"stdClass\":5:{s:5:\"basic\";O:8:\"stdClass\":10:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"6.9.4\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:3:\"5.3\";s:14:\"upgrade_notice\";s:134:\"This release improves compatibility with WordPress 5.3 and is strongly recommended for everyone using the latest version of WordPress.\";s:11:\"new_version\";s:5:\"6.9.4\";}s:4:\"full\";O:8:\"stdClass\":20:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:72:\"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:5:\"p_url\";s:46:\"https://layerslider.kreaturamedia.com/pricing/\";s:7:\"version\";s:5:\"6.9.4\";s:12:\"last_updated\";s:10:\"2019-11-19\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"5.3\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3147;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:134:\"This release improves compatibility with WordPress 5.3 and is strongly recommended for everyone using the latest version of WordPress.\";s:4:\"beta\";s:134:\"This release improves compatibility with WordPress 5.3 and is strongly recommended for everyone using the latest version of WordPress.\";s:4:\"edge\";s:134:\"This release improves compatibility with WordPress 5.3 and is strongly recommended for everyone using the latest version of WordPress.\";}s:6:\"author\";s:80:\"<a href=\"http://codecanyon.net/user/kreatura\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:343:\"<p style=\"text-align: justify;\">\n <a href=\"https://layerslider.kreaturamedia.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>\";s:12:\"installation\";s:563:\"<p style=\"text-align: justify;\">\n Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href=\"https://layerslider.kreaturamedia.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\n If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>\";s:3:\"faq\";s:607:\"<p style=\"text-align: justify;\">\n Please visit our <a href=\"https://layerslider.kreaturamedia.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"https://layerslider.kreaturamedia.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"https://layerslider.kreaturamedia.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"https://layerslider.kreaturamedia.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"https://layerslider.kreaturamedia.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"6.9.4\";s:14:\"_not_activated\";b:1;s:7:\"checked\";i:1574662644;}', 'yes'),
(259, 'widget_layerslider_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(284, 'vc_version', '6.0.5', 'yes'),
(272, 'revslider-library-check', '1645188022', 'yes'),
(273, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes');
INSERT INTO `ahf_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(274, '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 `ahf_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(17929, 'temp_donation_recuringbfvgqm0tv96enaf9kd9ubjmv71', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(275, 'revslider-templates-check', '1645440039', 'yes'),
(276, 'revslider-templates-hash', 'f5bf73b32487641fcb078636dd2aafc6', 'yes'),
(277, 'rs-templates-new', '', 'no'),
(279, 'revslider_table_version', '1.0.8', 'yes'),
(280, 'revslider_update_version', '6.0', 'yes'),
(281, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(286, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(25982, 'temp_donation_recuringasm37s9cjf0mnc2i5m358vvse4', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"882\";s:8:\"redirect\";s:50:\"http://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(22186, 'temp_donation_recuring40eiup7be7me3uk87cflueath3', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:4:\"1051\";s:8:\"redirect\";s:46:\"https://ahf.com.pk/cause/appeal-for-ambulance/\";}', 'yes'),
(22560, 'temp_donation_recuringtbqt98ku6novr18ggqs2n89f44', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"357\";s:8:\"redirect\";s:37:\"https://ahf.com.pk/project/hospitals/\";}', 'yes'),
(22684, 'temp_donation_recuring5f17cblmf5nf9rqe42srdseke0', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:29:\"http://ahf.com.pk/contact-us/\";}', 'yes'),
(23051, 'temp_donation_recuring8768jm27b84i0qp5raovh65df1', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"882\";s:8:\"redirect\";s:50:\"http://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(23126, 'temp_donation_recuringm3lrimuesr13mtnchfojosl3q6', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(23230, 'temp_donation_recuringhmieinrqla9j6cijfi1b40ika6', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:42:\"http://ahf.com.pk/medical-centers-clinics/\";}', 'yes'),
(12100, 'temp_donation_recurings8lmilkdan2hbclr00jrhgvgo0', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(18803, 'temp_donation_recuringt5t43sjlmf5m7558u2qmlihpt6', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"882\";s:8:\"redirect\";s:50:\"http://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(18938, 'temp_donation_recuring4gbq94nb7t187h4buvc1hk4on4', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(19167, 'temp_donation_recuringetp7c3pub6jscammvqki5mjr34', 'a:3:{s:4:\"type\";s:7:\"project\";s:2:\"id\";s:3:\"359\";s:8:\"redirect\";s:46:\"http://ahf.com.pk/project/diagnostic-services/\";}', 'yes'),
(15188, 'temp_donation_recuring3ta1dd7j5r1eo13av5na8d1sd1', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"882\";s:8:\"redirect\";s:50:\"http://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(27549, 'category_children', 'a:0:{}', 'yes'),
(7652, 'temp_donation_recuringenakuov2rujrgis351mglnvtc3', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"882\";s:8:\"redirect\";s:50:\"http://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(7800, 'temp_donation_recuringj1h2skiqgvbmkbgdnntggr0ph0', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(8769, 'temp_donation_recuring3vdrshbgb3f2san6q7sc9ek8o1', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(3568, 'project_category_children', 'a:0:{}', 'yes'),
(307, 'event_category_children', 'a:0:{}', 'yes'),
(308, 'portfolio_category_children', 'a:0:{}', 'yes'),
(312, 'gallery_category_children', 'a:0:{}', 'yes'),
(314, 'team_category_children', 'a:0:{}', 'yes'),
(3637, 'causes_category_children', 'a:0:{}', 'yes'),
(2658, 'smartcat_team_options', 'a:13:{s:8:\"template\";s:4:\"grid\";s:7:\"columns\";s:1:\"4\";s:6:\"margin\";s:1:\"5\";s:6:\"social\";s:2:\"no\";s:11:\"social_link\";s:3:\"new\";s:4:\"name\";s:3:\"yes\";s:5:\"title\";s:3:\"yes\";s:4:\"slug\";s:0:\"\";s:12:\"member_count\";s:2:\"-1\";s:10:\"text_color\";s:6:\"1F7DCF\";s:15:\"single_template\";s:15:\"Select Template\";s:13:\"single_social\";s:2:\"no\";s:8:\"redirect\";s:0:\"\";}', 'yes'),
(2380, 'team_member_social_field', 'a:4:{s:6:\"mobile\";a:4:{s:4:\"name\";s:6:\"Mobile\";s:8:\"meta_key\";s:6:\"mobile\";s:4:\"icon\";s:0:\"\";s:10:\"can_remove\";s:2:\"no\";}s:7:\"website\";a:4:{s:4:\"name\";s:7:\"Website\";s:8:\"meta_key\";s:7:\"website\";s:4:\"icon\";s:0:\"\";s:10:\"can_remove\";s:2:\"no\";}s:5:\"email\";a:4:{s:4:\"name\";s:5:\"Email\";s:8:\"meta_key\";s:5:\"email\";s:4:\"icon\";s:0:\"\";s:10:\"can_remove\";s:2:\"no\";}s:5:\"skype\";a:4:{s:4:\"name\";s:5:\"Skype\";s:8:\"meta_key\";s:5:\"skype\";s:4:\"icon\";s:0:\"\";s:10:\"can_remove\";s:2:\"no\";}}', 'yes'),
(3638, 'temp_donation_recuringq8ph3ummrpm7k9iltpoqj37ai5', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:4:\"1051\";s:8:\"redirect\";s:45:\"http://ahf.com.pk/cause/appeal-for-ambulance/\";}', 'yes'),
(447, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:17:\"web@alkhidmat.org\";s:7:\"version\";s:6:\"5.1.12\";s:9:\"timestamp\";i:1641504365;}', 'no'),
(23790, 'temp_donation_recuringfrsm5r4fs02e5klg4nc0c6v7u5', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(333, 'ls-latest-version', '6.9.4', 'yes'),
(316, 'dbem_credits', '0', 'yes'),
(317, 'woocommerce_cart_redirect_after_add', 'yes', 'yes'),
(318, 'woocommerce_enable_ajax_add_to_cart', 'no', 'yes'),
(319, 'woocommerce_shop_page_id', '312', 'yes'),
(320, 'woocommerce_cart_page_id', '274', 'yes'),
(321, 'woocommerce_checkout_page_id', '260', 'yes'),
(322, 'woocommerce_myaccount_page_id', '226', 'yes'),
(315, 'lifeline', 'a:227:{s:9:\"dep_radio\";s:4:\"opt1\";s:26:\"theme_general_color_scheme\";s:7:\"#0467B1\";s:18:\"theme_color_scheme\";s:9:\"sea-green\";s:6:\"sh_rtl\";s:5:\"false\";s:13:\"sh_seo_status\";s:4:\"true\";s:17:\"sh_post_types_seo\";a:3:{i:0;s:4:\"page\";i:1;s:17:\"dict_testimonials\";i:2;s:11:\"dict_causes\";}s:19:\"homepage_meta_title\";s:27:\"Alkhidmat Health Foundation\";s:18:\"homepage_meta_desc\";s:0:\"\";s:22:\"homepage_meta_keywords\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:9:\"seperator\";s:1:\"|\";s:13:\"title_setting\";s:4:\"name\";s:24:\"sh_topbar_custom_setting\";s:4:\"true\";s:19:\"topbar_color_scheme\";s:7:\"#111111\";s:24:\"topbar_font_color_scheme\";s:7:\"#ffffff\";s:16:\"topbar_font_size\";s:4:\"12px\";s:23:\"topbar_text_font_family\";s:7:\"ABeeZee\";s:14:\"header_address\";s:67:\"Alkhidmat Complex, 3KM Khayaban-E-Jinnah, Lahore, Punjab, Pakistan.\";s:19:\"header_phone_number\";s:12:\"0800 44 44 8\";s:24:\"header_phone_number_link\";s:13:\"tel:080044448\";s:20:\"header_email_address\";s:15:\"info@ahf.com.pk\";s:17:\"header_email_link\";s:20:\"mail:info@ahf.com.pk\";s:13:\"custom_header\";s:11:\"social-icon\";s:22:\"sh_custom_stickey_menu\";s:4:\"true\";s:17:\"sh_enable_overlap\";s:0:\"\";s:20:\"sh_show_soical_icons\";s:4:\"true\";s:18:\"sh_show_donate_btn\";s:4:\"true\";s:22:\"sh_show_donate_btn_txt\";s:10:\"DONATE NOW\";s:18:\"sh_donate_btn_link\";s:0:\"\";s:12:\"sh_serch_box\";s:4:\"true\";s:21:\"sh_show_event_counter\";s:4:\"true\";s:15:\"sh_counter_post\";s:3:\"394\";s:12:\"site_favicon\";s:63:\"http://ahf.com.pk/wp-content/uploads/2019/08/FavIcon512x512.png\";s:19:\"header_color_scheme\";s:0:\"\";s:16:\"logo_text_status\";s:5:\"false\";s:9:\"logo_text\";s:0:\"\";s:15:\"logo_text_color\";s:7:\"#000000\";s:19:\"logo_text_font_size\";s:1:\"2\";s:21:\"logo_text_font_family\";s:7:\"ABeeZee\";s:20:\"logo_text_font_style\";s:7:\"regular\";s:12:\"site_salogan\";s:0:\"\";s:17:\"salogan_font_size\";s:1:\"2\";s:19:\"salogan_font_family\";s:7:\"ABeeZee\";s:18:\"salogan_font_style\";s:7:\"regular\";s:10:\"logo_image\";s:64:\"http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Logo-207x70.png\";s:10:\"logo_width\";s:3:\"270\";s:11:\"logo_height\";s:2:\"70\";s:28:\"sh_responsive_header_top_bar\";s:4:\"true\";s:25:\"responsive_header_address\";s:0:\"\";s:30:\"responsive_header_phone_number\";s:12:\"0800 44 44 8\";s:31:\"responsive_header_email_address\";s:15:\"info@ahf.com.pk\";s:31:\"sh_show_responsive_soical_icons\";s:4:\"true\";s:29:\"sh_show_responsive_donate_btn\";s:4:\"true\";s:33:\"sh_show_responsive_donate_btn_txt\";s:10:\"DONATE NOW\";s:27:\"responsive_logo_text_status\";s:0:\"\";s:20:\"responsive_logo_text\";s:0:\"\";s:26:\"responsive_logo_text_color\";s:0:\"\";s:30:\"responsive_logo_text_font_size\";s:1:\"2\";s:32:\"responsive_logo_text_font_family\";s:7:\"ABeeZee\";s:31:\"responsive_logo_text_font_style\";s:7:\"regular\";s:23:\"responsive_site_salogan\";s:0:\"\";s:28:\"responsive_salogan_font_size\";s:1:\"2\";s:30:\"responsive_salogan_font_family\";s:7:\"ABeeZee\";s:29:\"responsive_salogan_font_style\";s:7:\"regular\";s:21:\"responsive_logo_image\";s:64:\"http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Logo-207x70.png\";s:21:\"responsive_logo_width\";s:0:\"\";s:22:\"responsive_logo_height\";s:0:\"\";s:11:\"show_footer\";s:4:\"true\";s:13:\"sticky_footer\";s:0:\"\";s:11:\"column_type\";s:8:\"col-md-3\";s:12:\"footer_light\";s:5:\"false\";s:9:\"footer_bg\";s:70:\"http://ahf.com.pk/wp-content/themes/lifeline-new//images/footer-bg.png\";s:19:\"footer_color_scheme\";s:0:\"\";s:16:\"footer_copyright\";s:82:\"All Rights Reserved By <b style=\\\"color:#ffffff;\\\">Alkhidmat Health Foundation</b>\";s:16:\"footer_analytics\";s:0:\"\";s:15:\"youtube_api_key\";s:39:\"AIzaSyBJhHvfltBxpMIV1tY3vwKK9rO3ms1H4hM\";s:17:\"mailchimp_list_id\";s:10:\"1342939e9a\";s:17:\"mailchimp_api_key\";s:37:\"07a2ceac3da0c69a0f86962846537372-us13\";s:13:\"contact_email\";s:15:\"info@ahf.com.pk\";s:15:\"success_message\";s:0:\"\";s:14:\"captcha_status\";s:5:\"false\";s:11:\"captcha_api\";s:41:\"6Lfuue4SAAAAAGWIK-ksFkrFlVD1tjtpfbZ_CAzU \";s:18:\"captcha_secret_key\";s:41:\"6Lfuue4SAAAAAPNQ0VKFS_Sa3deoyhEdhjFBkLYD \";s:15:\"google_map_code\";s:309:\"<iframe src=\\\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1702.2586456578506!2d74.250798!3d31.427422999999997!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xbb4816dd8aac5a18!2sAlKHIDMAT+Foundation+Pakistan!5e0!3m2!1sen!2sus!4v1542917580780\\\" frameborder=\\\"0\\\" style=\\\"border:0\\\" allowfullscreen></iframe>\";s:20:\"contact_page_address\";s:67:\"Alkhidmat Complex, 3KM Khayaban-E-Jinnah, Lahore, Punjab, Pakistan.\";s:18:\"contact_page_phone\";s:32:\"0800 44 44 8 / +92 304 111 4 222\";s:23:\"contact_page_phone_link\";s:15:\"tel:03041114222\";s:16:\"contact_page_fax\";s:0:\"\";s:18:\"contact_page_email\";s:15:\"info@ahf.com.pk\";s:23:\"contact_page_email_link\";s:20:\"mail:info@ahf.com.pk\";s:20:\"contact_page_website\";s:21:\"http://www.ahf.com.pk\";s:17:\"contact_page_text\";s:0:\"\";s:19:\"contact_text_status\";s:5:\"false\";s:20:\"social_section_title\";s:10:\"Follow Us \";s:11:\"contact_rss\";s:0:\"\";s:16:\"contact_facebook\";s:38:\"https://www.facebook.com/ahfpofficial/\";s:15:\"contact_twitter\";s:0:\"\";s:16:\"contact_linkedin\";s:0:\"\";s:13:\"contact_gplus\";s:0:\"\";s:16:\"contact_pintrest\";s:0:\"\";s:17:\"contact_instagram\";s:0:\"\";s:15:\"contact_youtube\";s:0:\"\";s:20:\"contact_text_counter\";s:5:\"false\";s:21:\"country_section_title\";s:26:\"We Work in Different Areas\";s:20:\"country_section_text\";s:143:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed laoreet massia at dui aliquet scelerie. Fiusce ai neque arcu, tempor congue dolor.\";s:17:\"contact_countries\";a:1:{s:2:\"%s\";a:1:{s:19:\"contact_country_img\";s:0:\"\";}}s:11:\"event_order\";s:4:\"DESC\";s:14:\"event_order_by\";s:4:\"date\";s:19:\"sh_use_custom_fonts\";s:0:\"\";s:15:\"h1_color_scheme\";s:0:\"\";s:14:\"h1_font_family\";s:7:\"ABeeZee\";s:12:\"h1_font_size\";s:4:\"30px\";s:15:\"h2_color_scheme\";s:0:\"\";s:14:\"h2_font_family\";s:7:\"ABeeZee\";s:12:\"h2_font_size\";s:4:\"26px\";s:15:\"h3_color_scheme\";s:0:\"\";s:14:\"h3_font_family\";s:7:\"ABeeZee\";s:12:\"h3_font_size\";s:4:\"20px\";s:15:\"h4_color_scheme\";s:0:\"\";s:14:\"h4_font_family\";s:7:\"ABeeZee\";s:12:\"h4_font_size\";s:4:\"19px\";s:15:\"h5_color_scheme\";s:0:\"\";s:14:\"h5_font_family\";s:7:\"ABeeZee\";s:12:\"h5_font_size\";s:4:\"17px\";s:15:\"h6_color_scheme\";s:0:\"\";s:14:\"h6_font_family\";s:7:\"ABeeZee\";s:12:\"h6_font_size\";s:4:\"15px\";s:17:\"body_color_scheme\";s:0:\"\";s:16:\"body_font_family\";s:7:\"ABeeZee\";s:14:\"body_font_size\";s:4:\"12px\";s:21:\"grey_area_font_family\";s:7:\"ABeeZee\";s:18:\"footer_font_family\";s:7:\"ABeeZee\";s:13:\"enable_paypal\";s:4:\"true\";s:11:\"paypal_type\";s:7:\"sandbox\";s:13:\"donate_method\";s:4:\"true\";s:12:\"donation_bar\";s:4:\"true\";s:12:\"paypal_title\";s:9:\"Donate Us\";s:13:\"currency_code\";s:3:\"AUD\";s:15:\"paypal_currency\";s:1:\"$\";s:13:\"paypal_raised\";s:5:\"3,025\";s:13:\"paypal_target\";s:6:\"25,000\";s:14:\"paypal_contact\";s:16:\"* 123 (456) 9999\";s:15:\"paypal_username\";s:20:\"webinaneff@gmail.com\";s:19:\"paypal_api_username\";s:16:\"PTRHG9VDPFKFSLBE\";s:19:\"paypal_api_password\";s:16:\"PTRHG9VDPFKFSLBE\";s:20:\"paypal_api_signature\";s:56:\"AFcWxV21C7fd0v3bYYYRCpSSRl31AS0h.TMhuVqnBknr2gp9SxwLQjC-\";s:11:\"paypal_note\";s:0:\"\";s:13:\"enable_stripe\";s:5:\"false\";s:22:\"credit_card_secret_key\";s:33:\"sk_test_UjRasLL9ON0DH1i2ch4SoSZl \";s:23:\"credit_card_publish_key\";s:41:\"pk_test_hURAJ7KiWqXSuLRDtP3h7RoM Roll Key\";s:16:\"enable_checkout2\";s:5:\"false\";s:14:\"checkout2_mode\";s:5:\"false\";s:24:\"checkout2_account_number\";s:0:\"\";s:21:\"checkout2_publish_key\";s:0:\"\";s:21:\"checkout2_private_key\";s:0:\"\";s:16:\"enable_braintree\";s:5:\"false\";s:14:\"braintree_mode\";s:4:\"live\";s:21:\"braintree_merchant_id\";s:0:\"\";s:21:\"braintree_publish_key\";s:0:\"\";s:21:\"braintree_private_key\";s:0:\"\";s:16:\"enable_payumoney\";s:0:\"\";s:14:\"payumoney_mode\";s:4:\"live\";s:13:\"payumoney_key\";s:0:\"\";s:14:\"payumoney_salt\";s:0:\"\";s:15:\"enable_quickpay\";s:0:\"\";s:13:\"quickpay_mode\";s:4:\"live\";s:20:\"quickpay_merchant_id\";s:0:\"\";s:18:\"quickpay_agreement\";s:0:\"\";s:12:\"quickpay_api\";s:0:\"\";s:20:\"quickpay_continueurl\";s:0:\"\";s:18:\"quickpay_cancelurl\";s:0:\"\";s:20:\"quickpay_callbackurl\";s:0:\"\";s:19:\"transactions_detail\";a:4:{i:0;s:8:\"One Time\";i:1;s:5:\"daily\";i:2;s:6:\"weekly\";i:3;s:11:\"fortnightly\";}s:16:\"pop_up_1st_value\";s:2:\"10\";s:16:\"pop_up_2nd_value\";s:2:\"50\";s:16:\"pop_up_3rd_value\";s:3:\"100\";s:16:\"pop_up_4th_value\";s:3:\"500\";s:16:\"pop_up_5th_value\";s:5:\"1,000\";s:16:\"pop_up_6th_value\";s:5:\"5,000\";s:16:\"pop_up_7th_value\";s:6:\"10,000\";s:16:\"dynamic_sidebars\";a:1:{i:0;s:7:\"Gallery\";}s:15:\"show_blog_title\";s:4:\"true\";s:17:\"blog_page_heading\";s:4:\"News\";s:21:\"blog_page_sub_heading\";s:0:\"\";s:17:\"show_blog_comment\";s:0:\"\";s:22:\"show_blog_comment_tags\";s:0:\"\";s:15:\"show_shop_title\";s:5:\"false\";s:17:\"shop_page_heading\";s:12:\"Our Services\";s:14:\"404_page_image\";s:0:\"\";s:16:\"404_page_heading\";s:5:\"Error\";s:20:\"404_page_sub_heading\";s:3:\"404\";s:27:\"404_page_main_title_colored\";s:3:\"404\";s:18:\"404_page_sub_title\";s:20:\"Uh-oh! nothing found\";s:25:\"404_page_contents_heading\";s:27:\"The page could not be found\";s:16:\"404_page_content\";s:77:\"Sorry the page you are looking for doesn\\\'t exist or another error occurred. \";s:20:\"page_comments_status\";s:4:\"true\";s:17:\"search_page_image\";s:0:\"\";s:19:\"search_page_heading\";s:14:\"Search Results\";s:23:\"search_page_sidebar_pos\";s:4:\"left\";s:19:\"search_page_sidebar\";s:15:\"default-sidebar\";s:19:\"category_page_image\";s:0:\"\";s:21:\"category_page_heading\";s:13:\"Category Page\";s:25:\"category_page_sidebar_pos\";s:4:\"left\";s:21:\"category_page_sidebar\";s:15:\"default-sidebar\";s:14:\"tag_page_image\";s:0:\"\";s:16:\"tag_page_heading\";s:3:\"Tag\";s:20:\"tag_page_sub_heading\";s:0:\"\";s:20:\"tag_page_sidebar_pos\";s:4:\"left\";s:16:\"tag_page_sidebar\";s:15:\"default-sidebar\";s:17:\"author_page_image\";s:0:\"\";s:19:\"author_page_heading\";s:6:\"Author\";s:23:\"author_page_sub_heading\";s:0:\"\";s:23:\"author_page_sidebar_pos\";s:4:\"left\";s:19:\"author_page_sidebar\";s:15:\"default-sidebar\";s:18:\"archive_page_image\";s:0:\"\";s:24:\"archive_page_sidebar_pos\";s:4:\"left\";s:20:\"archive_page_sidebar\";s:15:\"default-sidebar\";s:25:\"layout_responsive_options\";s:4:\"true\";s:19:\"boxed_layout_status\";s:0:\"\";s:23:\"layout_responsive_width\";s:0:\"\";s:21:\"layout_sidebar_patron\";s:8:\"bg-body1\";s:19:\"layout_patron_image\";s:0:\"\";s:9:\"top_image\";s:0:\"\";s:10:\"team_title\";s:22:\"Want To Join Our Team?\";s:9:\"team_text\";s:0:\"\";s:9:\"team_link\";s:29:\"http://ahf.com.pk/contact-us/\";s:14:\"qoutation_text\";a:5:{i:0;s:112:\"A Collection Of Good Stuff Yours. This Change Every Thing. A Volunteer Trip Abroad With Solution Will Change You\";i:1;s:112:\"A Collection Of Good Stuff Yours. This Change Every Thing. A Volunteer Trip Abroad With Solution Will Change You\";i:2;s:112:\"A Collection Of Good Stuff Yours. This Change Every Thing. A Volunteer Trip Abroad With Solution Will Change You\";i:3;s:112:\"A Collection Of Good Stuff Yours. This Change Every Thing. A Volunteer Trip Abroad With Solution Will Change You\";i:4;s:112:\"A Collection Of Good Stuff Yours. This Change Every Thing. A Volunteer Trip Abroad With Solution Will Change You\";}}', 'yes'),
(9660, 'temp_donation_recuringfbl8tjsj2b0op2dkhi5696vih1', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:46:\"http://ahf.com.pk/central-board-of-management/\";}', 'yes'),
(10175, 'temp_donation_recuringis5b5e8vgn535abcrprr99jrp5', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(11297, 'temp_donation_recuringqt432fdm1esa95hva3rel5sld1', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:33:\"http://ahf.com.pk/privacy-policy/\";}', 'yes'),
(19402, 'temp_donation_recuring055kcbndr5b89in944tld4nph6', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(435, 'revslider_update_revision_current', '6.0.0', 'yes'),
(19299, 'temp_donation_recuringcp9flr1edsd4fsh7615c0gstb1', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(22343, 'temp_donation_recuringsubdkcc4h8kqmjfce8fchnvc47', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:30:\"https://ahf.com.pk/contact-us/\";}', 'yes');
INSERT INTO `ahf_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(278, 'rs-templates', 'a:3:{s:4:\"hash\";s:32:\"f5bf73b32487641fcb078636dd2aafc6\";s:6:\"slider\";a:594:{i:0;a:22:{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: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-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{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: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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{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:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr 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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{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: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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{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.1\";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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";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:2:\"60\";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: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:\"Website Builder\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";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: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:\"Website Builder\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";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:\"120\";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: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:\"Website Builder\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";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:\"558\";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: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:\"Website Builder\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";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:\"955\";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: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:\"Website Builder\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";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:\"500\";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: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:\"Website Builder\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";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:\"960\";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: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:\"Website Builder\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";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:\"600\";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: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:\"Website Builder\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";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:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</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:\"Website Builder\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{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:11:\"setup_notes\";s:171:\"<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:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{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:11:\"setup_notes\";s:171:\"<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:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{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:11:\"setup_notes\";s:171:\"<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:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{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:11:\"setup_notes\";s:171:\"<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:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{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:343:\"[{\"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 Add-On\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{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:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{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.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: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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{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:32:\"modern-portfolio-website-package\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{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.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:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{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.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:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{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.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: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:11:\"setup_notes\";s:171:\"<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-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{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:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{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:31:\"brutal-website-template-package\";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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{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:11:\"setup_notes\";s:171:\"<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\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{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:11:\"setup_notes\";s:171:\"<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\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{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:54:\"https://revolution.themepunch.com/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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{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:11:\"setup_notes\";s:171:\"<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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{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.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: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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{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:11:\"setup_notes\";s:171:\"<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\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:22:{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:11:\"setup_notes\";s:171:\"<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:370:\"[{\"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 Add-On\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:483;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:22:{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:187:\"<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:11:\"setup_notes\";s:171:\"<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:544:\"[{\"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 Add-On\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:22:{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:187:\"<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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:499;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:502;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:503;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:504;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:505;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:506;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:507;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:508;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:509;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:510;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:511;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:512;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:513;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:514;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:515;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:516;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:517;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:519;a:22:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:522;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:523;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:524;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:525;a:22:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:526;a:22:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:527;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:528;a:22:{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:11:\"setup_notes\";s:171:\"<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:4:\"hero\";}s:14:\"plugin_require\";s:697:\"[{\"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\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:529;a:22:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:355:\"[{\"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\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:530;a:22:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"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\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:531;a:22:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:532;a:22:{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:11:\"setup_notes\";s:171:\"<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:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"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\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:533;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:534;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:535;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:536;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:537;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:538;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:539;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:540;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:541;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:542;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:543;a:25:{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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:544;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:545;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:546;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:547;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:548;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:549;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:550;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:551;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:552;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:553;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:554;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:555;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:556;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:557;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:558;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:559;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:560;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:561;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:562;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:563;a:22:{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:34:\"https://revolution.themepunch.com/\";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:11:\"setup_notes\";s:171:\"<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:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"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\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:564;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:565;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:350:\"[{\"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\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:566;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:567;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:568;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:569;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:350:\"[{\"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\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:570;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:571;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:572;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:573;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:574;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:20:\"style=\"z-index:300;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:575;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:18:\"style=\"z-index:0;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:576;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:20:\"style=\"z-index:300;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:577;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:18:\"style=\"z-index:0;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:578;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:579;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:20:\"style=\"z-index:300;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:580;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:581;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:582;a:25:{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:11:\"setup_notes\";s:171:\"<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:\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:583;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:509:\"[{\"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\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:584;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:509:\"[{\"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\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:585;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:335:\"[{\"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\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:586;a:22:{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:11:\"setup_notes\";s:171:\"<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:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:587;a:22:{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:11:\"setup_notes\";s:171:\"<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:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:588;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:589;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:590;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:591;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:592;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:593;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:594;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:595;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:596;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:597;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:598;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:599;a:25:{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:11:\"setup_notes\";s:171:\"<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:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:600;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:601;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:602;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:603;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:604;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:605;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:606;a:25:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:607;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:608;a:22:{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.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: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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:609;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:610;a:22:{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:11:\"setup_notes\";s:171:\"<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:4:\"hero\";}s:14:\"plugin_require\";s:360:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:611;a:22:{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:11:\"setup_notes\";s:171:\"<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: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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:589:{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: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\";}}}}', 'no');
INSERT INTO `ahf_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(27214, 'temp_donation_recuring3ooq8frt7uoqo3g6mdjsq0q350', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:19:\"https://ahf.com.pk/\";}', 'yes'),
(27538, 'WPLANG', '', 'yes'),
(27539, 'new_admin_email', 'web@alkhidmat.org', 'yes'),
(27719, 'temp_donation_recuringk84sbhbrqjn85bjmpdik3mioe5', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(27847, 'temp_donation_recuring5j31v7qkrnn0930j8fhgp2f3j6', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:18:\"http://ahf.com.pk/\";}', 'yes'),
(27630, 'temp_donation_recuring1q8ibbfd39v9s2ubakl41rd1d7', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:33:\"http://ahf.com.pk/announcement-2/\";}', 'yes'),
(31361, '_site_transient_timeout_envato_market_plugins', '1645229225', 'no'),
(31362, '_site_transient_envato_market_plugins', 'a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}', 'no'),
(28862, 'duplicate_page_options', 'a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}', 'yes'),
(28900, 'temp_donation_recuringmamno0ak1ngj03ibeklb27ohe4', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:28:\"http://ahf.com.pk/hospitals/\";}', 'yes'),
(28911, 'sgpb-dont-delete-data', '1', 'yes'),
(28912, 'sgpbUnsubscribeColumnFixed', '1', 'yes'),
(28913, 'SGPBUsageDays', '0', 'yes'),
(28914, 'SGPBInstallDate', '1640671526', 'yes'),
(28915, 'SGPBOpenNextTime', '1643263526', 'yes'),
(28916, 'SGPBMaxOpenCount', '80', 'yes'),
(28917, 'sgpbPopupBuilderRegisteredPlugins', '{\"popup-builder\\/popup-builder.php\":{\"classPath\":\"popup-builder\\/com\\/classes\\/extension\\/SgpbPopupExtension.php\",\"className\":\"SgpbPopupExtension\",\"options\":[]}}', 'yes'),
(28918, 'SGPB_INACTIVE_EXTENSIONS', 'inactive', 'yes'),
(28926, 'sgpb-unnecessary-scripts-removed-1', '1', 'yes'),
(31377, '_transient_timeout_sgpbGetPostsAllCategories', '1648120705', 'no'),
(31378, '_transient_sgpbGetPostsAllCategories', 'a:46:{i:0;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:45;s:4:\"name\";s:16:\"Alkhidmat Health\";s:4:\"slug\";s:16:\"alkhidmat-health\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:45;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:39;s:4:\"name\";s:9:\"Ambulance\";s:4:\"slug\";s:9:\"ambulance\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:39;s:8:\"taxonomy\";s:15:\"causes_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:34;s:4:\"name\";s:9:\"Ambulance\";s:4:\"slug\";s:9:\"ambulance\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:34;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:36;s:4:\"name\";s:9:\"Ambulance\";s:4:\"slug\";s:9:\"ambulance\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:36;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:46;s:4:\"name\";s:12:\"Announcement\";s:4:\"slug\";s:12:\"announcement\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:46;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:5;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:4;s:4:\"name\";s:18:\"Arts & Culture\";s:4:\"slug\";s:12:\"arts-culture\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:4;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:6;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:33;s:4:\"name\";s:11:\"Blood Banks\";s:4:\"slug\";s:11:\"blood-banks\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:33;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:7;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:23;s:4:\"name\";s:12:\"Category One\";s:4:\"slug\";s:12:\"category-one\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:23;s:8:\"taxonomy\";s:13:\"team_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:7;s:6:\"filter\";s:3:\"raw\";}i:8;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:17;s:4:\"name\";s:12:\"Category Two\";s:4:\"slug\";s:12:\"category-two\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:17;s:8:\"taxonomy\";s:18:\"portfolio_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:28;s:6:\"filter\";s:3:\"raw\";}i:9;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:27;s:4:\"name\";s:3:\"CBM\";s:4:\"slug\";s:3:\"cbm\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:27;s:8:\"taxonomy\";s:10:\"team_group\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}i:10;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:28;s:4:\"name\";s:3:\"CBM\";s:4:\"slug\";s:3:\"cbm\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:28;s:8:\"taxonomy\";s:20:\"team_member_position\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:15;s:6:\"filter\";s:3:\"raw\";}i:11;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:16;s:4:\"name\";s:7:\"Charity\";s:4:\"slug\";s:7:\"charity\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:16;s:8:\"taxonomy\";s:14:\"event_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:31;s:6:\"filter\";s:3:\"raw\";}i:12;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:11;s:4:\"name\";s:12:\"Civil Rights\";s:4:\"slug\";s:12:\"civil-rights\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:11;s:8:\"taxonomy\";s:15:\"causes_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:13;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:12;s:4:\"name\";s:9:\"Community\";s:4:\"slug\";s:9:\"community\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:12;s:8:\"taxonomy\";s:15:\"causes_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:14;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:42;s:4:\"name\";s:11:\"Coronavirus\";s:4:\"slug\";s:11:\"coronavirus\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:42;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:15;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:43;s:4:\"name\";s:16:\"Coronavirus Test\";s:4:\"slug\";s:16:\"coronavirus-test\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:43;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:16;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:41;s:4:\"name\";s:8:\"COVID-19\";s:4:\"slug\";s:8:\"covid-19\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:41;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:17;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:40;s:4:\"name\";s:15:\"Diagnostic Labs\";s:4:\"slug\";s:15:\"diagnostic-labs\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:40;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:18;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:44;s:4:\"name\";s:15:\"Diagnostic Labs\";s:4:\"slug\";s:15:\"diagnostic-labs\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:44;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:19;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:32;s:4:\"name\";s:19:\"Diagnostic Services\";s:4:\"slug\";s:19:\"diagnostic-services\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:32;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:20;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:8;s:4:\"name\";s:9:\"Donations\";s:4:\"slug\";s:9:\"donations\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:8;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:21;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:5;s:4:\"name\";s:9:\"Education\";s:4:\"slug\";s:9:\"education\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:5;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:22;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:13;s:4:\"name\";s:11:\"Environment\";s:4:\"slug\";s:11:\"environment\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:13;s:8:\"taxonomy\";s:15:\"causes_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:23;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:6;s:4:\"name\";s:13:\"Environmental\";s:4:\"slug\";s:13:\"environmental\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:6;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:24;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:18;s:4:\"name\";s:6:\"Events\";s:4:\"slug\";s:6:\"events\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:18;s:8:\"taxonomy\";s:16:\"gallery_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}i:25;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:20;s:4:\"name\";s:8:\"Featured\";s:4:\"slug\";s:8:\"featured\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:20;s:8:\"taxonomy\";s:16:\"gallery_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";}i:26;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:25;s:4:\"name\";s:17:\"Footer Extra Menu\";s:4:\"slug\";s:17:\"footer-extra-menu\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:25;s:8:\"taxonomy\";s:8:\"nav_menu\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}i:27;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:9;s:4:\"name\";s:11:\"Fundraising\";s:4:\"slug\";s:11:\"fundraising\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:9;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:28;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"Health\";s:4:\"slug\";s:6:\"health\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}i:29;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:14;s:4:\"name\";s:6:\"Health\";s:4:\"slug\";s:6:\"health\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:14;s:8:\"taxonomy\";s:15:\"causes_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:30;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:30;s:4:\"name\";s:9:\"Hospitals\";s:4:\"slug\";s:9:\"hospitals\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:30;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:31;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:29;s:4:\"name\";s:9:\"Hospitals\";s:4:\"slug\";s:9:\"hospitals\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:29;s:8:\"taxonomy\";s:15:\"causes_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:32;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:38;s:4:\"name\";s:13:\"International\";s:4:\"slug\";s:13:\"international\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:38;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}i:33;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:24;s:4:\"name\";s:9:\"main menu\";s:4:\"slug\";s:9:\"main-menu\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:24;s:8:\"taxonomy\";s:8:\"nav_menu\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:15;s:6:\"filter\";s:3:\"raw\";}i:34;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:31;s:4:\"name\";s:4:\"MCHC\";s:4:\"slug\";s:4:\"mchc\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:31;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:35;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:35;s:4:\"name\";s:23:\"Medical Centers/Clinics\";s:4:\"slug\";s:23:\"medical-centers-clinics\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:35;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:36;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:37;s:4:\"name\";s:7:\"Meeting\";s:4:\"slug\";s:7:\"meeting\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:37;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}i:37;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:26;s:4:\"name\";s:7:\"Members\";s:4:\"slug\";s:7:\"members\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:26;s:8:\"taxonomy\";s:24:\"wpb_team_member_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}i:38;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:19;s:4:\"name\";s:6:\"People\";s:4:\"slug\";s:6:\"people\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:19;s:8:\"taxonomy\";s:16:\"gallery_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}i:39;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:15;s:4:\"name\";s:7:\"Schools\";s:4:\"slug\";s:7:\"schools\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:15;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:40;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:3;s:4:\"name\";s:17:\"Social Links Menu\";s:4:\"slug\";s:17:\"social-links-menu\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:3;s:8:\"taxonomy\";s:8:\"nav_menu\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}i:41;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:10;s:4:\"name\";s:11:\"Sponsorship\";s:4:\"slug\";s:11:\"sponsorship\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:10;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:42;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:2;s:4:\"name\";s:8:\"Top Menu\";s:4:\"slug\";s:8:\"top-menu\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:2;s:8:\"taxonomy\";s:8:\"nav_menu\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}i:43;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:1;s:4:\"name\";s:13:\"Uncategorized\";s:4:\"slug\";s:13:\"uncategorized\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:44;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:22;s:4:\"name\";s:10:\"Volunteers\";s:4:\"slug\";s:10:\"volunteers\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22;s:8:\"taxonomy\";s:13:\"team_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";}i:45;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:21;s:4:\"name\";s:7:\"Workers\";s:4:\"slug\";s:7:\"workers\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:21;s:8:\"taxonomy\";s:16:\"gallery_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}}', 'no'),
(28922, 'sgpb-all-notifications-data', '[{\"priority\":1,\"type\":1,\"id\":\"sgpbMainRateUsNotification\",\"message\":\"\\t\\t<style>\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press{\\r\\n\\t\\t\\t\\tbox-sizing:border-box;\\r\\n\\t\\t\\t\\tcursor:pointer;\\r\\n\\t\\t\\t\\tdisplay:inline-block;\\r\\n\\t\\t\\t\\tfont-size:1em;\\r\\n\\t\\t\\t\\tmargin:0;\\r\\n\\t\\t\\t\\tpadding:0.5em 0.75em;\\r\\n\\t\\t\\t\\ttext-decoration:none;\\r\\n\\t\\t\\t\\ttransition:background 0.15s linear\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press-grey {\\r\\n\\t\\t\\t\\tbackground-color:#9E9E9E;\\r\\n\\t\\t\\t\\tborder:2px solid #9E9E9E;\\r\\n\\t\\t\\t\\tcolor: #FFF;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press-lightblue {\\r\\n\\t\\t\\t\\tbackground-color:#03A9F4;\\r\\n\\t\\t\\t\\tborder:2px solid #03A9F4;\\r\\n\\t\\t\\t\\tcolor: #FFF;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper {\\r\\n\\t\\t\\t\\ttext-align: center;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-wrapper{\\r\\n\\t\\t\\t\\ttext-align: center;\\r\\n\\t\\t\\t\\tpadding: 20px;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-wrapper p {\\r\\n\\t\\t\\t\\tcolor: black;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-h1 {\\r\\n\\t\\t\\t\\tfont-size: 22px;\\r\\n\\t\\t\\t\\tfont-weight: normal;\\r\\n\\t\\t\\t\\tline-height: 1.384;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-h2{\\r\\n\\t\\t\\t\\tfont-size: 20px;\\r\\n\\t\\t\\t\\tfont-weight: normal;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t:root {\\r\\n\\t\\t\\t\\t--main-bg-color: #1ac6ff;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-strong{\\r\\n\\t\\t\\t\\tcolor: var(--main-bg-color);\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-mt20{\\r\\n\\t\\t\\t\\tmargin-top: 20px\\r\\n\\t\\t\\t}\\r\\n\\t\\t<\\/style>\\r\\n\\t\\t<div class=\\\"sgpb-review-wrapper\\\">\\r\\n\\t\\t\\t<div class=\\\"sgpb-review-description\\\">\\r\\n\\t\\t\\t\\t<h1 class=\\\"sgpb-review-h1\\\"><strong class=\\\"sgrb-review-strong\\\">Awesome news!<\\/strong> <b>Popup Builder<\\/b> plugin helped you to share your message via <strong class=\\\"sgrb-review-strong\\\">popup front<\\/strong> popup with your visitors for <strong class=\\\"sgrb-review-strong\\\">266 times!<\\/strong><\\/h1>\\t\\t\\t\\t<h2 class=\\\"sgrb-review-h2\\\">This is really great for your website score.<\\/h2>\\r\\n\\t\\t\\t\\t<p class=\\\"sgrb-review-mt20\\\">Have your input in the development of our plugin, and we\\u2019ll provide better conversions for your site!<br \\/> Leave your 5-star positive review and help us go further to the perfection!<\\/p>\\r\\n\\t\\t\\t<\\/div>\\r\\n\\t\\t\\t<div class=\\\"sgpb-buttons-wrapper\\\">\\r\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-1 sgpb-close-promo-notification\\\" data-action=\\\"sg-already-did-review\\\">I already did<\\/button>\\r\\n\\t\\t\\t\\t<button class=\\\"press press-lightblue sgpb-button-3 sgpb-close-promo-notification\\\" data-action=\\\"sg-you-worth-it\\\">You worth it!<\\/button>\\r\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-2 sgpb-close-promo-notification\\\" data-action=\\\"sg-show-popup-period\\\" data-message-type=\\\"count\\\">Maybe later<\\/button><\\/div>\\r\\n\\t\\t\\t<div>\\u00a0<\\/div>\\r\\n\\t\\t<\\/div>\\r\\n\\t\\t\"},{\"id\":\"sgpbMainSupportBanner\",\"priority\":1,\"type\":1,\"message\":\"<div class=\\\"sgpb-support-notification-wrapper sgpb-wrapper\\\"><h4 class=\\\"sgpb-support-notification-title\\\">Need some help?<\\/h4><h4 class=\\\"sgpb-support-notification-title\\\">Let us know what you think.<\\/h4><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\/reviews\\/\\\"><span class=\\\"dashicons sgpb-dashicons-heart sgpb-info-text-white\\\"><\\/span><span class=\\\"sg-info-text\\\">Rate Us<\\/span><\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/help.popup-builder.com\\\"><span class=\\\"dashicons sgpb-dashicons-megaphone sgpb-info-text-white\\\"><\\/span>Support Potal<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\\"><span class=\\\"dashicons sgpb-dashicons-admin-plugins sgpb-info-text-white\\\"><\\/span>Support Forum<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/popup-builder.com\\/\\\"><span class=\\\"dashicons sgpb-dashicons-editor-help sgpb-info-text-white\\\"><\\/span>LIVE chat<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"mailto:support@popup-builder.com?subject=Hello\\\"><span class=\\\"dashicons sgpb-dashicons-email-alt sgpb-info-text-white\\\"><\\/span>Email<\\/a><\\/div><div class=\\\"sgpb-support-notification-dont-show\\\">Bored of this?<a class=\\\"sgpb-dont-show-again-support-notification\\\" href=\\\"javascript:void(0)\\\"> Press here <\\/a>and we will not show it again!<\\/div>\"}]', 'yes'),
(28923, 'sgpbModifiedRegisteredPluginsPaths2', '1', 'yes'),
(28924, 'sgpb-all-removed-notifications', '{\"pb-notif-22-12-2021\":\"pb-notif-22-12-2021\"}', 'yes'),
(28935, 'SgpbCounter', 'a:2:{i:1462;i:1;i:1464;i:273;}', 'yes'),
(28947, 'temp_donation_recuringjvdlfhl5l05ediipm3jn23b551', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"882\";s:8:\"redirect\";s:51:\"https://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(28950, 'temp_donation_recuring61770f1682af1d9f228a8171e902103d', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:36:\"http://ahf.com.pk/chairmans-message/\";}', 'yes'),
(28407, 'temp_donation_recuringmpnebdbau9obq4r2oat1kst9l5', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:28:\"http://ahf.com.pk/hospitals/\";}', 'yes'),
(28464, 'temp_donation_recuringn8if5de6lhpekn3iq20mg5sjo5', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"882\";s:8:\"redirect\";s:50:\"http://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(29043, 'temp_donation_recuringqsnmf1uu4v9v1sh4dj7fk2eit4', 'a:3:{s:4:\"type\";s:4:\"post\";s:2:\"id\";s:3:\"882\";s:8:\"redirect\";s:51:\"https://ahf.com.pk/cause/alkhidmat-hospital-multan/\";}', 'yes'),
(29164, 'temp_donation_recuringhierni6ak6hqkl0j4s6risvph4', 'a:3:{s:4:\"type\";s:0:\"\";s:2:\"id\";s:0:\"\";s:8:\"redirect\";s:19:\"https://ahf.com.pk/\";}', 'yes'),
(29474, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:9:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.9\";s:7:\"version\";s:3:\"5.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.9\";s:7:\"version\";s:3:\"5.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.3.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-5.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.3\";s:7:\"version\";s:5:\"5.8.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.5.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-5.7.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.5\";s:7:\"version\";s:5:\"5.7.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.7.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-5.6.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.7\";s:7:\"version\";s:5:\"5.6.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.8.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-5.5.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.8\";s:7:\"version\";s:5:\"5.5.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.9.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-5.4.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.9\";s:7:\"version\";s:5:\"5.4.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.11\";s:7:\"version\";s:6:\"5.3.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.14\";s:7:\"version\";s:6:\"5.2.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1645225624;s:15:\"version_checked\";s:6:\"5.1.12\";s:12:\"translations\";a:0:{}}', 'no'),
(31374, '_transient_doing_cron', '1647607917.1408150196075439453125', 'yes');
-- --------------------------------------------------------
--
-- Table structure for table `ahf_postmeta`
--
CREATE TABLE `ahf_postmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `ahf_postmeta`
--
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3, 5, '_wp_attached_file', '2019/08/espresso.jpg'),
(4, 5, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2019/08/espresso.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"espresso-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"espresso-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"espresso-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"espresso-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:20:\"espresso-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5, 5, '_starter_content_theme', 'twentyseventeen'),
(7, 6, '_wp_attached_file', '2019/08/sandwich.jpg'),
(8, 6, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2019/08/sandwich.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sandwich-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"sandwich-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sandwich-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"sandwich-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:20:\"sandwich-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(9, 6, '_starter_content_theme', 'twentyseventeen'),
(48, 23, '_menu_item_xfn', ''),
(11, 7, '_wp_attached_file', '2019/08/coffee.jpg'),
(12, 7, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:18:\"2019/08/coffee.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"coffee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"coffee-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"coffee-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"coffee-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:18:\"coffee-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(13, 7, '_starter_content_theme', 'twentyseventeen'),
(47, 23, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(46, 23, '_menu_item_target', ''),
(17, 9, '_thumbnail_id', '6'),
(45, 23, '_menu_item_object', 'custom'),
(19, 9, '_customize_changeset_uuid', '21c3d740-9039-44b9-b0e1-2ae40c858f62'),
(20, 10, '_thumbnail_id', '5'),
(44, 23, '_menu_item_object_id', '23'),
(22, 10, '_customize_changeset_uuid', '21c3d740-9039-44b9-b0e1-2ae40c858f62'),
(5549, 11, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:53:\"http://ahf.com.pk/wp-content/uploads/2020/01/News.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:4:\"News\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(43, 23, '_menu_item_menu_item_parent', '0'),
(25, 11, '_customize_changeset_uuid', '21c3d740-9039-44b9-b0e1-2ae40c858f62'),
(42, 23, '_menu_item_type', 'custom'),
(29, 14, '_wp_attached_file', '2019/08/AHF-Logo-200x200.png'),
(30, 14, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2019/08/AHF-Logo-200x200.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"AHF-Logo-200x200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:28:\"AHF-Logo-200x200-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:{}}}'),
(31, 14, '_wp_attachment_image_alt', 'Alkhidmat Health Foundation'),
(33, 15, '_wp_attached_file', '2019/08/FavIcon512x512.png'),
(34, 15, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2019/08/FavIcon512x512.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FavIcon512x512-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"FavIcon512x512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:26:\"FavIcon512x512-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:{}}}'),
(35, 15, '_wp_attachment_image_alt', 'Alkhidmat Health Foundation'),
(36, 16, '_wp_attached_file', '2019/08/cropped-FavIcon512x512.png'),
(37, 16, '_wp_attachment_context', 'site-icon'),
(38, 16, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2019/08/cropped-FavIcon512x512.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-FavIcon512x512-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cropped-FavIcon512x512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:34:\"cropped-FavIcon512x512-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:34:\"cropped-FavIcon512x512-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:34:\"cropped-FavIcon512x512-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:34:\"cropped-FavIcon512x512-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:32:\"cropped-FavIcon512x512-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),
(39, 17, '_wp_attached_file', '2019/08/cropped-AHF-Logo-200x200.png'),
(40, 17, '_wp_attachment_context', 'custom-logo'),
(41, 17, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:36:\"2019/08/cropped-AHF-Logo-200x200.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-AHF-Logo-200x200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:36:\"cropped-AHF-Logo-200x200-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:{}}}'),
(49, 23, '_menu_item_url', 'http://ahf.com.pk/'),
(50, 24, '_menu_item_type', 'post_type'),
(51, 24, '_menu_item_menu_item_parent', '0'),
(52, 24, '_menu_item_object_id', '9'),
(53, 24, '_menu_item_object', 'page'),
(54, 24, '_menu_item_target', ''),
(55, 24, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(56, 24, '_menu_item_xfn', ''),
(57, 24, '_menu_item_url', ''),
(58, 25, '_menu_item_type', 'post_type'),
(59, 25, '_menu_item_menu_item_parent', '0'),
(60, 25, '_menu_item_object_id', '11'),
(61, 25, '_menu_item_object', 'page'),
(62, 25, '_menu_item_target', ''),
(63, 25, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(64, 25, '_menu_item_xfn', ''),
(65, 25, '_menu_item_url', ''),
(66, 26, '_menu_item_type', 'post_type'),
(67, 26, '_menu_item_menu_item_parent', '0'),
(68, 26, '_menu_item_object_id', '10'),
(69, 26, '_menu_item_object', 'page'),
(70, 26, '_menu_item_target', ''),
(71, 26, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(72, 26, '_menu_item_xfn', ''),
(73, 26, '_menu_item_url', ''),
(74, 27, '_menu_item_type', 'custom'),
(75, 27, '_menu_item_menu_item_parent', '0'),
(76, 27, '_menu_item_object_id', '27'),
(77, 27, '_menu_item_object', 'custom'),
(78, 27, '_menu_item_target', ''),
(79, 27, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(80, 27, '_menu_item_xfn', ''),
(81, 27, '_menu_item_url', 'https://www.yelp.com'),
(82, 28, '_menu_item_type', 'custom'),
(83, 28, '_menu_item_menu_item_parent', '0'),
(84, 28, '_menu_item_object_id', '28'),
(85, 28, '_menu_item_object', 'custom'),
(86, 28, '_menu_item_target', ''),
(87, 28, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(88, 28, '_menu_item_xfn', ''),
(89, 28, '_menu_item_url', 'https://www.facebook.com/wordpress'),
(90, 29, '_menu_item_type', 'custom'),
(91, 29, '_menu_item_menu_item_parent', '0'),
(92, 29, '_menu_item_object_id', '29'),
(93, 29, '_menu_item_object', 'custom'),
(94, 29, '_menu_item_target', ''),
(95, 29, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(96, 29, '_menu_item_xfn', ''),
(97, 29, '_menu_item_url', 'https://twitter.com/wordpress'),
(98, 30, '_menu_item_type', 'custom'),
(99, 30, '_menu_item_menu_item_parent', '0'),
(100, 30, '_menu_item_object_id', '30'),
(101, 30, '_menu_item_object', 'custom'),
(102, 30, '_menu_item_target', ''),
(103, 30, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(104, 30, '_menu_item_xfn', ''),
(105, 30, '_menu_item_url', 'https://www.instagram.com/explore/tags/wordcamp/'),
(106, 31, '_menu_item_type', 'custom'),
(107, 31, '_menu_item_menu_item_parent', '0'),
(108, 31, '_menu_item_object_id', '31'),
(109, 31, '_menu_item_object', 'custom'),
(110, 31, '_menu_item_target', ''),
(111, 31, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(112, 31, '_menu_item_xfn', ''),
(113, 31, '_menu_item_url', 'mailto:wordpress@example.com'),
(118, 33, '_form', '<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),
(119, 33, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:44:\"Alkhidmat Health Foundation \"[your-subject]\"\";s:6:\"sender\";s:50:\"Alkhidmat Health Foundation <wordpress@ahf.com.pk>\";s:9:\"recipient\";s:15:\"info@ahf.com.pk\";s:4:\"body\";s:183:\"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 Alkhidmat Health Foundation (http://ahf.com.pk)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(120, 33, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:44:\"Alkhidmat Health Foundation \"[your-subject]\"\";s:6:\"sender\";s:50:\"Alkhidmat Health Foundation <wordpress@ahf.com.pk>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:125:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Alkhidmat Health Foundation (http://ahf.com.pk)\";s:18:\"additional_headers\";s:27:\"Reply-To: web@alkhidmat.org\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(121, 33, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";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: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: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: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.\";}'),
(122, 33, '_additional_settings', ''),
(123, 33, '_locale', 'en_US'),
(124, 34, '_wp_attached_file', '2017/06/9.jpg'),
(125, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2017/06/9.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"9-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"9-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"9-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"9-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"9-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"9-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"9-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"9-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"9-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:11:\"9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"9-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"9-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(126, 35, '_wp_attached_file', '2017/06/8.jpg'),
(127, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2017/06/8.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"8-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"8-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"8-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"8-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"8-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"8-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"8-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"8-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"8-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:11:\"8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"8-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"8-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(128, 36, '_wp_attached_file', '2017/06/7.jpg'),
(129, 36, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2017/06/7.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"7-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"7-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"7-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"7-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"7-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"7-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"7-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"7-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"7-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:11:\"7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"7-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"7-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(130, 37, '_wp_attached_file', '2017/06/6.jpg'),
(131, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2017/06/6.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"6-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"6-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"6-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"6-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"6-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"6-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"6-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"6-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:11:\"6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"6-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"6-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(132, 38, '_wp_attached_file', '2017/06/5.jpg'),
(133, 38, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2017/06/5.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"5-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"5-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"5-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"5-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"5-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"5-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"5-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:11:\"5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"5-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"5-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(134, 39, '_wp_attached_file', '2017/06/4.jpg'),
(135, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2017/06/4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"4-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:11:\"4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(136, 40, '_wp_attached_file', '2017/06/3.jpg'),
(137, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2017/06/3.jpg\";s:5:\"sizes\";a:15:{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:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"3-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";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:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"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:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(138, 41, '_wp_attached_file', '2017/06/2.jpg'),
(139, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2017/06/2.jpg\";s:5:\"sizes\";a:15:{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:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"2-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";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:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"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:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(140, 42, '_wp_attached_file', '2017/06/1.jpg'),
(141, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2017/06/1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"1-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:11:\"1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(142, 43, '_wp_attached_file', '2017/06/urgent-cause.jpg'),
(143, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:270;s:6:\"height\";i:529;s:4:\"file\";s:24:\"2017/06/urgent-cause.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"urgent-cause-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"urgent-cause-153x300.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:24:\"urgent-cause-270x491.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:24:\"urgent-cause-270x455.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:24:\"urgent-cause-270x252.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:24:\"urgent-cause-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:24:\"urgent-cause-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:24:\"urgent-cause-270x184.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:24:\"urgent-cause-270x312.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:22:\"urgent-cause-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:24:\"urgent-cause-270x318.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:24:\"urgent-cause-270x353.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(144, 44, '_wp_attached_file', '2017/09/slider6.jpg'),
(145, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2017/09/slider6.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider6-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider6-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider6-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"slider6-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"slider6-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"slider6-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"slider6-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"slider6-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:19:\"slider6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"slider6-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"slider6-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:17:\"slider6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"slider6-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"slider6-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(146, 45, '_wp_attached_file', '2017/09/slider5.jpg'),
(147, 45, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2017/09/slider5.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider5-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider5-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider5-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"slider5-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"slider5-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"slider5-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"slider5-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"slider5-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:19:\"slider5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"slider5-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"slider5-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:17:\"slider5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"slider5-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"slider5-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(148, 46, '_wp_attached_file', '2017/09/slider1-img2.png'),
(149, 46, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:53;s:6:\"height\";i:57;s:4:\"file\";s:24:\"2017/09/slider1-img2.png\";s:5:\"sizes\";a:0:{}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:{}}}'),
(150, 47, '_wp_attached_file', '2017/09/slider5-bg.png'),
(151, 47, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:732;s:6:\"height\";i:228;s:4:\"file\";s:22:\"2017/09/slider5-bg.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slider5-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider5-bg-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:22:\"slider5-bg-370x228.png\";s:5:\"width\";i:370;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:22:\"slider5-bg-370x228.png\";s:5:\"width\";i:370;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:22:\"slider5-bg-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:22:\"slider5-bg-570x228.png\";s:5:\"width\";i:570;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:22:\"slider5-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:22:\"slider5-bg-570x184.png\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:20:\"slider5-bg-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:22:\"slider5-bg-470x228.png\";s:5:\"width\";i:470;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:22:\"slider5-bg-570x228.png\";s:5:\"width\";i:570;s:6:\"height\";i:228;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:{}}}'),
(152, 48, '_wp_attached_file', '2017/08/logo1.png');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(153, 48, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:198;s:6:\"height\";i:61;s:4:\"file\";s:17:\"2017/08/logo1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo1-150x61.png\";s:5:\"width\";i:150;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:16:\"logo1-150x61.png\";s:5:\"width\";i:150;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:15:\"logo1-80x61.png\";s:5:\"width\";i:80;s:6:\"height\";i:61;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:{}}}'),
(154, 49, '_wp_attached_file', '2017/08/slider5-1.jpg'),
(155, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2017/08/slider5-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider5-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider5-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider5-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"slider5-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"slider5-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"slider5-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"slider5-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"slider5-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"slider5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"slider5-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"slider5-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"slider5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"slider5-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"slider5-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(156, 50, '_wp_attached_file', '2017/08/slider3.jpg'),
(157, 50, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2017/08/slider3.jpg\";s:5:\"sizes\";a:15:{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:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider3-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider3-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"slider3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"slider3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"slider3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"slider3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"slider3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";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:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"slider3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"slider3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"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:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"slider3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"slider3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(158, 51, '_wp_attached_file', '2017/08/slider4.jpg'),
(159, 51, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2017/08/slider4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider4-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider4-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider4-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"slider4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"slider4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"slider4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"slider4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"slider4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:19:\"slider4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"slider4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"slider4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:17:\"slider4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"slider4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"slider4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(160, 52, '_wp_attached_file', '2017/08/slider1.jpg'),
(161, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2017/08/slider1.jpg\";s:5:\"sizes\";a:15:{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:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"slider1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"slider1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"slider1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"slider1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"slider1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";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:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"slider1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"slider1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"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:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"slider1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"slider1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(162, 53, '_wp_attached_file', '2017/08/slider2.jpg'),
(163, 53, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2017/08/slider2.jpg\";s:5:\"sizes\";a:15:{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:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slider2-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider2-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"slider2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"slider2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"slider2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"slider2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"slider2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";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:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"slider2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"slider2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"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:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"slider2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"slider2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(164, 54, '_wp_attached_file', '2017/08/slider4-1.jpg'),
(165, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2017/08/slider4-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider4-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider4-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider4-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"slider4-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"slider4-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"slider4-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"slider4-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"slider4-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"slider4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"slider4-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"slider4-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"slider4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"slider4-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"slider4-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(166, 55, '_wp_attached_file', '2017/08/slider5-1-1.jpg'),
(167, 55, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2017/08/slider5-1-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"slider5-1-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:24:\"slider5-1-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:24:\"slider5-1-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:21:\"slider5-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:23:\"slider5-1-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(168, 56, '_wp_attached_file', '2017/08/slider3-1.jpg'),
(169, 56, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2017/08/slider3-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider3-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider3-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider3-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"slider3-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"slider3-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"slider3-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"slider3-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"slider3-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"slider3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"slider3-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"slider3-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"slider3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"slider3-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"slider3-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(170, 57, '_wp_attached_file', '2017/08/slider1-1.jpg'),
(171, 57, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2017/08/slider1-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider1-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider1-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider1-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"slider1-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"slider1-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"slider1-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"slider1-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"slider1-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"slider1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"slider1-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"slider1-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"slider1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"slider1-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"slider1-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(172, 58, '_wp_attached_file', '2017/08/slider2-1.jpg'),
(173, 58, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2017/08/slider2-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider2-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider2-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider2-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"slider2-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"slider2-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"slider2-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"slider2-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"slider2-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"slider2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"slider2-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"slider2-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"slider2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"slider2-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"slider2-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(174, 59, '_wp_attached_file', '2017/06/wsi-imageoptim-urgent-cause-1.jpg'),
(175, 59, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:270;s:6:\"height\";i:529;s:4:\"file\";s:41:\"2017/06/wsi-imageoptim-urgent-cause-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-153x300.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-270x491.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-270x455.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-270x252.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-270x184.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-270x312.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:39:\"wsi-imageoptim-urgent-cause-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-270x318.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-urgent-cause-1-270x353.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:353;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:{}}}'),
(179, 60, '_wp_attached_file', '2017/06/wsi-imageoptim-mission4.jpg'),
(180, 60, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:373;s:6:\"height\";i:198;s:4:\"file\";s:35:\"2017/06/wsi-imageoptim-mission4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-mission4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-mission4-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-mission4-370x198.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-mission4-370x198.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-mission4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-mission4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-mission4-373x184.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-mission4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(176, 59, '_wsi_photonized', '1'),
(177, 59, '_wsi_engine', 'imageoptim'),
(178, 59, '_wsi_original_filesize', '236647'),
(184, 61, '_wp_attached_file', '2017/06/wsi-imageoptim-donate-msg.jpg'),
(185, 61, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:269;s:6:\"height\";i:155;s:4:\"file\";s:37:\"2017/06/wsi-imageoptim-donate-msg.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-donate-msg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-donate-msg-269x155.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-donate-msg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-donate-msg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(181, 60, '_wsi_photonized', '1'),
(182, 60, '_wsi_engine', 'imageoptim'),
(183, 60, '_wsi_original_filesize', '75371'),
(189, 62, '_wp_attached_file', '2017/06/wsi-imageoptim-9-4.jpg'),
(190, 62, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-9-4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(186, 61, '_wsi_photonized', '1'),
(187, 61, '_wsi_engine', 'imageoptim'),
(188, 61, '_wsi_original_filesize', '140485'),
(191, 63, '_wp_attached_file', '2017/06/wsi-imageoptim-8-4.jpg'),
(192, 63, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-8-4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(193, 64, '_wp_attached_file', '2017/06/wsi-imageoptim-7-4.jpg'),
(194, 64, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-7-4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(195, 65, '_wp_attached_file', '2017/06/wsi-imageoptim-6-4.jpg'),
(196, 65, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-6-4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(197, 66, '_wp_attached_file', '2017/06/wsi-imageoptim-5-5.jpg'),
(198, 66, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-5-5.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-5-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(199, 67, '_wp_attached_file', '2017/06/wsi-imageoptim-4-5.jpg'),
(200, 67, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-4-5.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-5-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(201, 68, '_wp_attached_file', '2017/06/wsi-imageoptim-3-5.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(202, 68, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-3-5.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-5-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(203, 69, '_wp_attached_file', '2014/02/2.jpg'),
(204, 69, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2014/02/2.jpg\";s:5:\"sizes\";a:13:{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:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:13:\"2-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";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:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:13:\"2-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"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:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(205, 70, '_wp_attached_file', '2017/06/wsi-imageoptim-1-4.jpg'),
(206, 70, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-1-4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(207, 71, '_wp_attached_file', '2017/06/wsi-imageoptim-parallax-1.jpg'),
(208, 71, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:197;s:6:\"height\";i:205;s:4:\"file\";s:37:\"2017/06/wsi-imageoptim-parallax-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-parallax-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-parallax-1-197x155.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-parallax-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-parallax-1-197x184.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-parallax-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(212, 72, '_wp_attached_file', '2017/06/wsi-imageoptim-slider4.jpg'),
(213, 72, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2017/06/wsi-imageoptim-slider4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider4-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-slider4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(209, 71, '_wsi_photonized', '1'),
(210, 71, '_wsi_engine', 'imageoptim'),
(211, 71, '_wsi_original_filesize', '3905'),
(217, 73, '_wp_attached_file', '2017/06/wsi-imageoptim-slider5-1.jpg'),
(218, 73, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2017/06/wsi-imageoptim-slider5-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider5-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider5-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider5-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(214, 72, '_wsi_photonized', '1'),
(215, 72, '_wsi_original_filesize', '507151'),
(216, 72, '_wsi_engine', 'imageoptim'),
(222, 74, '_wp_attached_file', '2017/06/wsi-imageoptim-slider3.jpg'),
(223, 74, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2017/06/wsi-imageoptim-slider3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider3-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-slider3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(219, 73, '_wsi_photonized', '1'),
(220, 73, '_wsi_original_filesize', '819735'),
(221, 73, '_wsi_engine', 'imageoptim'),
(227, 75, '_wp_attached_file', '2017/06/wsi-imageoptim-slider2.jpg'),
(228, 75, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2017/06/wsi-imageoptim-slider2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider2-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-slider2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(224, 74, '_wsi_photonized', '1'),
(225, 74, '_wsi_original_filesize', '519928'),
(226, 74, '_wsi_engine', 'imageoptim'),
(232, 76, '_wp_attached_file', '2017/06/wsi-imageoptim-slider1.jpg'),
(233, 76, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2017/06/wsi-imageoptim-slider1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-slider1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(229, 75, '_wsi_photonized', '1'),
(230, 75, '_wsi_original_filesize', '495141'),
(231, 75, '_wsi_engine', 'imageoptim'),
(237, 77, '_wp_attached_file', '2017/06/wsi-imageoptim-slider5-1-1.jpg'),
(238, 77, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:38:\"2017/06/wsi-imageoptim-slider5-1-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"wsi-imageoptim-slider5-1-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:39:\"wsi-imageoptim-slider5-1-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:39:\"wsi-imageoptim-slider5-1-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider5-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-slider5-1-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(234, 76, '_wsi_photonized', '1'),
(235, 76, '_wsi_original_filesize', '790731'),
(236, 76, '_wsi_engine', 'imageoptim'),
(242, 78, '_wp_attached_file', '2017/06/wsi-imageoptim-slider3-1.jpg'),
(243, 78, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2017/06/wsi-imageoptim-slider3-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider3-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider3-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider3-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider3-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(239, 77, '_wsi_photonized', '1'),
(240, 77, '_wsi_original_filesize', '819735'),
(241, 77, '_wsi_engine', 'imageoptim'),
(247, 79, '_wp_attached_file', '2017/06/wsi-imageoptim-slider4-1.jpg'),
(248, 79, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2017/06/wsi-imageoptim-slider4-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider4-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider4-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider4-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider4-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(244, 78, '_wsi_photonized', '1'),
(245, 78, '_wsi_original_filesize', '519928'),
(246, 78, '_wsi_engine', 'imageoptim'),
(252, 80, '_wp_attached_file', '2017/06/wsi-imageoptim-slider2-1.jpg'),
(253, 80, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2017/06/wsi-imageoptim-slider2-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider2-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider2-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider2-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider2-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(249, 79, '_wsi_photonized', '1'),
(250, 79, '_wsi_original_filesize', '507151'),
(251, 79, '_wsi_engine', 'imageoptim'),
(257, 81, '_wp_attached_file', '2017/06/wsi-imageoptim-slider1-1.jpg'),
(258, 81, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2017/06/wsi-imageoptim-slider1-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider1-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider1-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-slider1-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-slider1-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(254, 80, '_wsi_photonized', '1'),
(255, 80, '_wsi_original_filesize', '495141'),
(256, 80, '_wsi_engine', 'imageoptim'),
(262, 82, '_wp_attached_file', '2017/06/wsi-imageoptim-slider5.jpg'),
(263, 82, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2017/06/wsi-imageoptim-slider5.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider5-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider5-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider5-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-slider5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider5-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(259, 81, '_wsi_photonized', '1'),
(260, 81, '_wsi_original_filesize', '790731'),
(261, 81, '_wsi_engine', 'imageoptim'),
(267, 83, '_wp_attached_file', '2017/06/wsi-imageoptim-slider6.jpg'),
(268, 83, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2017/06/wsi-imageoptim-slider6.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider6-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider6-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-slider6-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-slider6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-slider6-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(264, 82, '_wsi_photonized', '1'),
(265, 82, '_wsi_original_filesize', '819735'),
(266, 82, '_wsi_engine', 'imageoptim'),
(272, 84, '_wp_attached_file', '2017/06/wsi-imageoptim-service4-1.png'),
(273, 84, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:141;s:6:\"height\";i:139;s:4:\"file\";s:37:\"2017/06/wsi-imageoptim-service4-1.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-service4-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(269, 83, '_wsi_photonized', '1'),
(270, 83, '_wsi_original_filesize', '995790'),
(271, 83, '_wsi_engine', 'imageoptim'),
(274, 84, '_wsi_photonized', '1'),
(275, 84, '_wsi_engine', 'imageoptim'),
(276, 84, '_wsi_original_filesize', '14601'),
(277, 85, '_wp_attached_file', '2017/06/wsi-imageoptim-service3-1.png'),
(278, 85, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:141;s:6:\"height\";i:139;s:4:\"file\";s:37:\"2017/06/wsi-imageoptim-service3-1.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-service3-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(279, 85, '_wsi_photonized', '1'),
(280, 85, '_wsi_engine', 'imageoptim'),
(281, 85, '_wsi_original_filesize', '6645'),
(282, 86, '_wp_attached_file', '2017/06/wsi-imageoptim-service2-1.png'),
(283, 86, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:141;s:6:\"height\";i:139;s:4:\"file\";s:37:\"2017/06/wsi-imageoptim-service2-1.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-service2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(284, 86, '_wsi_photonized', '1'),
(285, 86, '_wsi_engine', 'imageoptim'),
(286, 86, '_wsi_original_filesize', '22654'),
(287, 87, '_wp_attached_file', '2017/06/wsi-imageoptim-service1-1.png'),
(288, 87, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:141;s:6:\"height\";i:139;s:4:\"file\";s:37:\"2017/06/wsi-imageoptim-service1-1.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-service1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(289, 87, '_wsi_photonized', '1'),
(290, 87, '_wsi_engine', 'imageoptim'),
(291, 87, '_wsi_original_filesize', '34980'),
(292, 88, '_wp_attached_file', '2017/06/wsi-imageoptim-12-3.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(293, 88, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-12-3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(297, 89, '_wp_attached_file', '2017/06/wsi-imageoptim-10-3.jpg'),
(298, 89, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-10-3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(294, 88, '_wsi_photonized', '1'),
(295, 88, '_wsi_engine', 'imageoptim'),
(296, 88, '_wsi_original_filesize', '19016'),
(302, 90, '_wp_attached_file', '2017/06/wsi-imageoptim-9-3.jpg'),
(303, 90, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-9-3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(299, 89, '_wsi_photonized', '1'),
(300, 89, '_wsi_engine', 'imageoptim'),
(301, 89, '_wsi_original_filesize', '21767'),
(307, 91, '_wp_attached_file', '2017/06/wsi-imageoptim-8-3.jpg'),
(308, 91, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-8-3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(304, 90, '_wsi_photonized', '1'),
(305, 90, '_wsi_engine', 'imageoptim'),
(306, 90, '_wsi_original_filesize', '55415'),
(312, 92, '_wp_attached_file', '2017/06/wsi-imageoptim-7-3.jpg'),
(313, 92, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-7-3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(309, 91, '_wsi_photonized', '1'),
(310, 91, '_wsi_engine', 'imageoptim'),
(311, 91, '_wsi_original_filesize', '49222'),
(317, 93, '_wp_attached_file', '2017/06/wsi-imageoptim-6-3.jpg'),
(318, 93, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-6-3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(314, 92, '_wsi_photonized', '1'),
(315, 92, '_wsi_engine', 'imageoptim'),
(316, 92, '_wsi_original_filesize', '17682'),
(322, 94, '_wp_attached_file', '2017/06/wsi-imageoptim-5-4.jpg'),
(323, 94, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-5-4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(319, 93, '_wsi_photonized', '1'),
(320, 93, '_wsi_engine', 'imageoptim'),
(321, 93, '_wsi_original_filesize', '22685'),
(327, 95, '_wp_attached_file', '2017/06/wsi-imageoptim-4-4.jpg'),
(328, 95, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-4-4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(324, 94, '_wsi_photonized', '1'),
(325, 94, '_wsi_engine', 'imageoptim'),
(326, 94, '_wsi_original_filesize', '46627'),
(332, 96, '_wp_attached_file', '2017/06/wsi-imageoptim-3-4.jpg'),
(333, 96, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-3-4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(329, 95, '_wsi_photonized', '1'),
(330, 95, '_wsi_engine', 'imageoptim'),
(331, 95, '_wsi_original_filesize', '16819'),
(337, 97, '_wp_attached_file', '2017/06/wsi-imageoptim-2-4.jpg'),
(338, 97, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-2-4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(334, 96, '_wsi_photonized', '1'),
(335, 96, '_wsi_engine', 'imageoptim'),
(336, 96, '_wsi_original_filesize', '22212'),
(342, 98, '_wp_attached_file', '2017/06/wsi-imageoptim-1-3.jpg'),
(343, 98, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-1-3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(339, 97, '_wsi_photonized', '1'),
(340, 97, '_wsi_engine', 'imageoptim'),
(341, 97, '_wsi_original_filesize', '33924'),
(347, 99, '_wp_attached_file', '2017/06/wsi-imageoptim-20-3.jpg'),
(348, 99, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-20-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-20-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-20-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-20-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-20-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(344, 98, '_wsi_photonized', '1'),
(345, 98, '_wsi_engine', 'imageoptim'),
(346, 98, '_wsi_original_filesize', '49791'),
(352, 100, '_wp_attached_file', '2017/06/wsi-imageoptim-19-3.jpg'),
(353, 100, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-19-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-19-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-19-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-19-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-19-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(349, 99, '_wsi_photonized', '1'),
(350, 99, '_wsi_engine', 'imageoptim'),
(351, 99, '_wsi_original_filesize', '498967'),
(357, 101, '_wp_attached_file', '2017/06/wsi-imageoptim-18-4.jpg'),
(358, 101, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-18-4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-4-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-18-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(354, 100, '_wsi_photonized', '1'),
(355, 100, '_wsi_engine', 'imageoptim'),
(356, 100, '_wsi_original_filesize', '76413'),
(362, 102, '_wp_attached_file', '2017/06/wsi-imageoptim-17-4.jpg'),
(363, 102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-17-4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-4-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-17-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(359, 101, '_wsi_photonized', '1'),
(360, 101, '_wsi_engine', 'imageoptim'),
(361, 101, '_wsi_original_filesize', '161957'),
(367, 103, '_wp_attached_file', '2017/06/wsi-imageoptim-16-4.jpg'),
(368, 103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-16-4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-4-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-16-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(364, 102, '_wsi_photonized', '1'),
(365, 102, '_wsi_engine', 'imageoptim'),
(366, 102, '_wsi_original_filesize', '70999'),
(372, 104, '_wp_attached_file', '2017/06/wsi-imageoptim-15-4.jpg'),
(373, 104, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-15-4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-4-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-15-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(369, 103, '_wsi_photonized', '1'),
(370, 103, '_wsi_engine', 'imageoptim'),
(371, 103, '_wsi_original_filesize', '360068'),
(377, 105, '_wp_attached_file', '2017/06/wsi-imageoptim-14-4.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(378, 105, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-14-4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-4-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-14-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(374, 104, '_wsi_photonized', '1'),
(375, 104, '_wsi_engine', 'imageoptim'),
(376, 104, '_wsi_original_filesize', '167959'),
(382, 106, '_wp_attached_file', '2017/06/wsi-imageoptim-13-3.jpg'),
(383, 106, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-13-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-13-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-13-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-13-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(379, 105, '_wsi_photonized', '1'),
(380, 105, '_wsi_engine', 'imageoptim'),
(381, 105, '_wsi_original_filesize', '390112'),
(387, 107, '_wp_attached_file', '2017/06/wsi-imageoptim-12-2.jpg'),
(388, 107, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-12-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-12-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-12-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-12-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(384, 106, '_wsi_photonized', '1'),
(385, 106, '_wsi_engine', 'imageoptim'),
(386, 106, '_wsi_original_filesize', '74871'),
(392, 108, '_wp_attached_file', '2017/06/wsi-imageoptim-11-3.jpg'),
(393, 108, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-11-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-11-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-11-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-11-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(389, 107, '_wsi_photonized', '1'),
(390, 107, '_wsi_engine', 'imageoptim'),
(391, 107, '_wsi_original_filesize', '89866'),
(397, 109, '_wp_attached_file', '2017/06/wsi-imageoptim-10-2.jpg'),
(398, 109, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-10-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-10-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-10-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-10-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(394, 108, '_wsi_photonized', '1'),
(395, 108, '_wsi_engine', 'imageoptim'),
(396, 108, '_wsi_original_filesize', '151840'),
(402, 110, '_wp_attached_file', '2017/06/wsi-imageoptim-9-2.jpg'),
(403, 110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-9-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-9-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-9-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-9-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(399, 109, '_wsi_photonized', '1'),
(400, 109, '_wsi_engine', 'imageoptim'),
(401, 109, '_wsi_original_filesize', '250867'),
(407, 111, '_wp_attached_file', '2017/06/wsi-imageoptim-8-2.jpg'),
(408, 111, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-8-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-8-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-8-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-8-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(404, 110, '_wsi_photonized', '1'),
(405, 110, '_wsi_engine', 'imageoptim'),
(406, 110, '_wsi_original_filesize', '255014'),
(412, 112, '_wp_attached_file', '2017/06/wsi-imageoptim-7-2.jpg'),
(413, 112, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-7-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-7-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-7-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-7-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(409, 111, '_wsi_photonized', '1'),
(410, 111, '_wsi_engine', 'imageoptim'),
(411, 111, '_wsi_original_filesize', '181956'),
(417, 113, '_wp_attached_file', '2017/06/wsi-imageoptim-6-2.jpg'),
(418, 113, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-6-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-6-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-6-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-6-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(414, 112, '_wsi_photonized', '1'),
(415, 112, '_wsi_engine', 'imageoptim'),
(416, 112, '_wsi_original_filesize', '141406'),
(422, 114, '_wp_attached_file', '2017/06/wsi-imageoptim-5-3.jpg'),
(423, 114, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-5-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-5-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-5-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-5-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(419, 113, '_wsi_photonized', '1'),
(420, 113, '_wsi_engine', 'imageoptim'),
(421, 113, '_wsi_original_filesize', '164988'),
(427, 115, '_wp_attached_file', '2017/06/wsi-imageoptim-4-3.jpg'),
(428, 115, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-4-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-4-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-4-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-4-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(424, 114, '_wsi_photonized', '1'),
(425, 114, '_wsi_engine', 'imageoptim'),
(426, 114, '_wsi_original_filesize', '143232'),
(432, 116, '_wp_attached_file', '2017/06/wsi-imageoptim-3-3.jpg'),
(433, 116, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-3-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-3-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-3-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-3-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(429, 115, '_wsi_photonized', '1'),
(430, 115, '_wsi_engine', 'imageoptim'),
(431, 115, '_wsi_original_filesize', '368067'),
(437, 117, '_wp_attached_file', '2017/06/wsi-imageoptim-2-3.jpg'),
(438, 117, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-2-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-2-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-2-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-2-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(434, 116, '_wsi_photonized', '1'),
(435, 116, '_wsi_engine', 'imageoptim'),
(436, 116, '_wsi_original_filesize', '123702'),
(442, 118, '_wp_attached_file', '2017/06/wsi-imageoptim-32.jpg'),
(443, 118, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-32.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-32-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-32-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-32-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-32-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-32-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(439, 117, '_wsi_photonized', '1'),
(440, 117, '_wsi_engine', 'imageoptim'),
(441, 117, '_wsi_original_filesize', '53605'),
(447, 119, '_wp_attached_file', '2017/06/wsi-imageoptim-31.jpg'),
(448, 119, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-31.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-31-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-31-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-31-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-31-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-31-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(444, 118, '_wsi_photonized', '1'),
(445, 118, '_wsi_engine', 'imageoptim'),
(446, 118, '_wsi_original_filesize', '366828'),
(452, 120, '_wp_attached_file', '2017/06/wsi-imageoptim-30.jpg'),
(453, 120, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-30.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-30-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-30-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-30-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-30-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-30-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(449, 119, '_wsi_photonized', '1'),
(450, 119, '_wsi_engine', 'imageoptim'),
(451, 119, '_wsi_original_filesize', '170888'),
(457, 121, '_wp_attached_file', '2017/06/wsi-imageoptim-29.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(458, 121, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-29.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-29-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-29-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-29-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-29-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-29-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(454, 120, '_wsi_photonized', '1'),
(455, 120, '_wsi_engine', 'imageoptim'),
(456, 120, '_wsi_original_filesize', '304454'),
(462, 122, '_wp_attached_file', '2017/06/wsi-imageoptim-28.jpg'),
(463, 122, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-28.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-28-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-28-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-28-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-28-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-28-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(459, 121, '_wsi_photonized', '1'),
(460, 121, '_wsi_engine', 'imageoptim'),
(461, 121, '_wsi_original_filesize', '318976'),
(467, 123, '_wp_attached_file', '2017/06/wsi-imageoptim-27.jpg'),
(468, 123, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-27.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-27-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-27-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-27-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-27-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-27-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(464, 122, '_wsi_photonized', '1'),
(465, 122, '_wsi_engine', 'imageoptim'),
(466, 122, '_wsi_original_filesize', '212493'),
(472, 124, '_wp_attached_file', '2017/06/wsi-imageoptim-26.jpg'),
(473, 124, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-26.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-26-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-26-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-26-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-26-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-26-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(469, 123, '_wsi_photonized', '1'),
(470, 123, '_wsi_engine', 'imageoptim'),
(471, 123, '_wsi_original_filesize', '229226'),
(477, 125, '_wp_attached_file', '2017/06/wsi-imageoptim-25.jpg'),
(478, 125, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-25.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-25-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-25-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-25-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-25-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-25-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(474, 124, '_wsi_photonized', '1'),
(475, 124, '_wsi_engine', 'imageoptim'),
(476, 124, '_wsi_original_filesize', '372435'),
(482, 126, '_wp_attached_file', '2017/06/wsi-imageoptim-24.jpg'),
(483, 126, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-24.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-24-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-24-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-24-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-24-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-24-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(479, 125, '_wsi_photonized', '1'),
(480, 125, '_wsi_engine', 'imageoptim'),
(481, 125, '_wsi_original_filesize', '394393'),
(487, 127, '_wp_attached_file', '2017/06/wsi-imageoptim-23.jpg'),
(488, 127, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-23.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-23-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-23-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-23-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-23-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-23-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(484, 126, '_wsi_photonized', '1'),
(485, 126, '_wsi_engine', 'imageoptim'),
(486, 126, '_wsi_original_filesize', '77910'),
(492, 128, '_wp_attached_file', '2017/06/wsi-imageoptim-22.jpg'),
(493, 128, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-22.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-22-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-22-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-22-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-22-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-22-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(489, 127, '_wsi_photonized', '1'),
(490, 127, '_wsi_engine', 'imageoptim'),
(491, 127, '_wsi_original_filesize', '155384'),
(497, 129, '_wp_attached_file', '2017/06/wsi-imageoptim-21.jpg'),
(498, 129, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-21.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-21-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-21-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-21-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-21-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-21-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(494, 128, '_wsi_photonized', '1'),
(495, 128, '_wsi_engine', 'imageoptim'),
(496, 128, '_wsi_original_filesize', '1235412'),
(502, 130, '_wp_attached_file', '2017/06/wsi-imageoptim-20-2.jpg'),
(503, 130, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-20-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-20-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-20-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-20-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-20-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(499, 129, '_wsi_photonized', '1'),
(500, 129, '_wsi_engine', 'imageoptim'),
(501, 129, '_wsi_original_filesize', '88299'),
(507, 131, '_wp_attached_file', '2017/06/wsi-imageoptim-19-2.jpg'),
(508, 131, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-19-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-19-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-19-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-19-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-19-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(504, 130, '_wsi_photonized', '1'),
(505, 130, '_wsi_engine', 'imageoptim'),
(506, 130, '_wsi_original_filesize', '293928'),
(512, 132, '_wp_attached_file', '2017/06/wsi-imageoptim-18-3.jpg'),
(513, 132, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-18-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-18-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(509, 131, '_wsi_photonized', '1'),
(510, 131, '_wsi_engine', 'imageoptim'),
(511, 131, '_wsi_original_filesize', '399444'),
(517, 133, '_wp_attached_file', '2017/06/wsi-imageoptim-17-3.jpg'),
(518, 133, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-17-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-17-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(514, 132, '_wsi_photonized', '1'),
(515, 132, '_wsi_engine', 'imageoptim'),
(516, 132, '_wsi_original_filesize', '110342'),
(522, 134, '_wp_attached_file', '2017/06/wsi-imageoptim-16-3.jpg'),
(523, 134, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-16-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-16-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(519, 133, '_wsi_photonized', '1'),
(520, 133, '_wsi_engine', 'imageoptim'),
(521, 133, '_wsi_original_filesize', '109628'),
(527, 135, '_wp_attached_file', '2017/06/wsi-imageoptim-15-3.jpg'),
(528, 135, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-15-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-15-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(524, 134, '_wsi_photonized', '1'),
(525, 134, '_wsi_engine', 'imageoptim'),
(526, 134, '_wsi_original_filesize', '231516'),
(532, 136, '_wp_attached_file', '2017/06/wsi-imageoptim-14-3.jpg'),
(533, 136, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-14-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-14-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(529, 135, '_wsi_photonized', '1'),
(530, 135, '_wsi_engine', 'imageoptim'),
(531, 135, '_wsi_original_filesize', '62055'),
(537, 137, '_wp_attached_file', '2017/06/wsi-imageoptim-13-2.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(538, 137, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-13-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-13-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-13-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-13-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(534, 136, '_wsi_photonized', '1'),
(535, 136, '_wsi_engine', 'imageoptim'),
(536, 136, '_wsi_original_filesize', '149236'),
(542, 138, '_wp_attached_file', '2017/06/wsi-imageoptim-11-2.jpg'),
(543, 138, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-11-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-11-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-11-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-11-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(539, 137, '_wsi_photonized', '1'),
(540, 137, '_wsi_engine', 'imageoptim'),
(541, 137, '_wsi_original_filesize', '159695'),
(547, 139, '_wp_attached_file', '2017/06/wsi-imageoptim-5-2.jpg'),
(548, 139, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-5-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-5-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-5-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-5-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(544, 138, '_wsi_photonized', '1'),
(545, 138, '_wsi_engine', 'imageoptim'),
(546, 138, '_wsi_original_filesize', '97936'),
(552, 140, '_wp_attached_file', '2017/06/wsi-imageoptim-4-2.jpg'),
(553, 140, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-4-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-4-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-4-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-4-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(549, 139, '_wsi_photonized', '1'),
(550, 139, '_wsi_engine', 'imageoptim'),
(551, 139, '_wsi_original_filesize', '352771'),
(557, 141, '_wp_attached_file', '2017/06/wsi-imageoptim-3-2.jpg'),
(558, 141, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-3-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-3-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-3-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-3-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(554, 140, '_wsi_photonized', '1'),
(555, 140, '_wsi_engine', 'imageoptim'),
(556, 140, '_wsi_original_filesize', '146444'),
(562, 142, '_wp_attached_file', '2017/06/wsi-imageoptim-2-2.jpg'),
(563, 142, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-2-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-2-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-2-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-2-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(559, 141, '_wsi_photonized', '1'),
(560, 141, '_wsi_engine', 'imageoptim'),
(561, 141, '_wsi_original_filesize', '137314'),
(567, 143, '_wp_attached_file', '2017/06/wsi-imageoptim-1-2.jpg'),
(568, 143, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-1-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-1-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-1-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-1-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(564, 142, '_wsi_photonized', '1'),
(565, 142, '_wsi_engine', 'imageoptim'),
(566, 142, '_wsi_original_filesize', '341857'),
(572, 144, '_wp_attached_file', '2017/06/wsi-imageoptim-testimonials3.jpg'),
(573, 144, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:40:\"2017/06/wsi-imageoptim-testimonials3.jpg\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-testimonials3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(569, 143, '_wsi_photonized', '1'),
(570, 143, '_wsi_engine', 'imageoptim'),
(571, 143, '_wsi_original_filesize', '58078'),
(574, 144, '_wsi_photonized', '1'),
(575, 144, '_wsi_engine', 'imageoptim'),
(576, 144, '_wsi_original_filesize', '12314'),
(577, 145, '_wp_attached_file', '2017/06/wsi-imageoptim-1-1-1.jpg'),
(578, 145, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:32:\"2017/06/wsi-imageoptim-1-1-1.jpg\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(579, 145, '_wsi_photonized', '1'),
(580, 145, '_wsi_original_filesize', '24522'),
(581, 145, '_wsi_engine', 'imageoptim'),
(582, 146, '_wp_attached_file', '2017/06/wsi-imageoptim-testimonials2.jpg'),
(583, 146, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:40:\"2017/06/wsi-imageoptim-testimonials2.jpg\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-testimonials2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(584, 146, '_wsi_photonized', '1'),
(585, 146, '_wsi_engine', 'imageoptim'),
(586, 146, '_wsi_original_filesize', '13501'),
(587, 147, '_wp_attached_file', '2017/06/wsi-imageoptim-18-2.jpg'),
(588, 147, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-18-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-18-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(592, 148, '_wp_attached_file', '2017/06/wsi-imageoptim-17-2.jpg'),
(593, 148, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-17-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-17-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(589, 147, '_wsi_photonized', '1'),
(590, 147, '_wsi_engine', 'imageoptim'),
(591, 147, '_wsi_original_filesize', '240110'),
(597, 149, '_wp_attached_file', '2017/06/wsi-imageoptim-16-2.jpg'),
(598, 149, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-16-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-16-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(594, 148, '_wsi_photonized', '1'),
(595, 148, '_wsi_original_filesize', '87659'),
(596, 148, '_wsi_engine', 'imageoptim'),
(602, 150, '_wp_attached_file', '2017/06/wsi-imageoptim-15-2.jpg'),
(603, 150, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-15-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-15-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(599, 149, '_wsi_photonized', '1'),
(600, 149, '_wsi_engine', 'imageoptim'),
(601, 149, '_wsi_original_filesize', '65387'),
(607, 151, '_wp_attached_file', '2017/06/wsi-imageoptim-14-2.jpg'),
(608, 151, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-14-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-14-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(604, 150, '_wsi_photonized', '1'),
(605, 150, '_wsi_engine', 'imageoptim'),
(606, 150, '_wsi_original_filesize', '158956'),
(612, 152, '_wp_attached_file', '2017/06/wsi-imageoptim-13-1.jpg'),
(613, 152, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-13-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-13-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-13-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-13-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-13-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(609, 151, '_wsi_photonized', '1'),
(610, 151, '_wsi_engine', 'imageoptim'),
(611, 151, '_wsi_original_filesize', '144900'),
(617, 153, '_wp_attached_file', '2017/06/wsi-imageoptim-12-1.jpg'),
(618, 153, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-12-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-12-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-12-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-12-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-12-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(614, 152, '_wsi_photonized', '1'),
(615, 152, '_wsi_engine', 'imageoptim'),
(616, 152, '_wsi_original_filesize', '266517'),
(622, 154, '_wp_attached_file', '2017/06/wsi-imageoptim-11-1.jpg'),
(623, 154, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-11-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-11-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-11-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-11-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-11-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(619, 153, '_wsi_photonized', '1'),
(620, 153, '_wsi_engine', 'imageoptim'),
(621, 153, '_wsi_original_filesize', '289755'),
(627, 155, '_wp_attached_file', '2017/06/wsi-imageoptim-10-1.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(628, 155, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-10-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-10-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-10-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-10-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-10-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(624, 154, '_wsi_photonized', '1'),
(625, 154, '_wsi_engine', 'imageoptim'),
(626, 154, '_wsi_original_filesize', '218738'),
(632, 156, '_wp_attached_file', '2017/06/wsi-imageoptim-9-1.jpg'),
(633, 156, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-9-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-9-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-9-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-9-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-9-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(629, 155, '_wsi_photonized', '1'),
(630, 155, '_wsi_engine', 'imageoptim'),
(631, 155, '_wsi_original_filesize', '49805'),
(637, 157, '_wp_attached_file', '2017/06/wsi-imageoptim-8-1.jpg'),
(638, 157, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-8-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-8-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-8-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-8-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-8-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(634, 156, '_wsi_photonized', '1'),
(635, 156, '_wsi_engine', 'imageoptim'),
(636, 156, '_wsi_original_filesize', '145590'),
(642, 158, '_wp_attached_file', '2017/06/wsi-imageoptim-7-1.jpg'),
(643, 158, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-7-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-7-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-7-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-7-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-7-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(639, 157, '_wsi_photonized', '1'),
(640, 157, '_wsi_engine', 'imageoptim'),
(641, 157, '_wsi_original_filesize', '184592'),
(647, 159, '_wp_attached_file', '2017/06/wsi-imageoptim-6-1.jpg'),
(648, 159, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-6-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-6-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-6-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-6-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-6-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(644, 158, '_wsi_photonized', '1'),
(645, 158, '_wsi_engine', 'imageoptim'),
(646, 158, '_wsi_original_filesize', '306515'),
(652, 160, '_wp_attached_file', '2017/06/wsi-imageoptim-5-1.jpg'),
(653, 160, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-5-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-5-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-5-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-5-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-5-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(649, 159, '_wsi_photonized', '1'),
(650, 159, '_wsi_engine', 'imageoptim'),
(651, 159, '_wsi_original_filesize', '62484'),
(657, 161, '_wp_attached_file', '2017/06/wsi-imageoptim-4-1.jpg'),
(658, 161, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-4-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-4-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-4-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-4-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-4-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(654, 160, '_wsi_photonized', '1'),
(655, 160, '_wsi_engine', 'imageoptim'),
(656, 160, '_wsi_original_filesize', '372866'),
(662, 162, '_wp_attached_file', '2017/06/wsi-imageoptim-3-1.jpg'),
(663, 162, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-3-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-3-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-3-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-3-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-3-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(659, 161, '_wsi_photonized', '1'),
(660, 161, '_wsi_engine', 'imageoptim'),
(661, 161, '_wsi_original_filesize', '67570'),
(667, 163, '_wp_attached_file', '2017/06/wsi-imageoptim-2-1.jpg'),
(668, 163, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-2-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-2-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-2-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-2-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-2-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(664, 162, '_wsi_photonized', '1'),
(665, 162, '_wsi_engine', 'imageoptim'),
(666, 162, '_wsi_original_filesize', '309989'),
(672, 164, '_wp_attached_file', '2017/06/wsi-imageoptim-1-1.jpg'),
(673, 164, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2017/06/wsi-imageoptim-1-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-1-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-1-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-1-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-1-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(669, 163, '_wsi_photonized', '1'),
(670, 163, '_wsi_engine', 'imageoptim'),
(671, 163, '_wsi_original_filesize', '246259'),
(677, 165, '_wp_attached_file', '2017/06/wsi-imageoptim-20-1.jpg'),
(678, 165, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-20-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-20-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-20-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-20-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-20-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-20-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(674, 164, '_wsi_photonized', '1'),
(675, 164, '_wsi_engine', 'imageoptim'),
(676, 164, '_wsi_original_filesize', '154259'),
(682, 166, '_wp_attached_file', '2017/06/wsi-imageoptim-19-1.jpg'),
(683, 166, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-19-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-19-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-19-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-19-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-19-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-19-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(679, 165, '_wsi_photonized', '1'),
(680, 165, '_wsi_engine', 'imageoptim'),
(681, 165, '_wsi_original_filesize', '198151'),
(687, 167, '_wp_attached_file', '2017/06/wsi-imageoptim-18-1.jpg'),
(688, 167, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-18-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-18-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-18-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-18-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(684, 166, '_wsi_photonized', '1'),
(685, 166, '_wsi_engine', 'imageoptim'),
(686, 166, '_wsi_original_filesize', '56911'),
(692, 168, '_wp_attached_file', '2017/06/wsi-imageoptim-17-1.jpg'),
(693, 168, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-17-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-17-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-17-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-17-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(689, 167, '_wsi_photonized', '1'),
(690, 167, '_wsi_engine', 'imageoptim'),
(691, 167, '_wsi_original_filesize', '149115'),
(697, 169, '_wp_attached_file', '2017/06/wsi-imageoptim-16-1.jpg'),
(698, 169, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-16-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-16-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-16-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-16-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(694, 168, '_wsi_photonized', '1'),
(695, 168, '_wsi_engine', 'imageoptim'),
(696, 168, '_wsi_original_filesize', '391349'),
(702, 170, '_wp_attached_file', '2017/06/wsi-imageoptim-15-1.jpg'),
(703, 170, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-15-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-15-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-15-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-15-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(699, 169, '_wsi_photonized', '1'),
(700, 169, '_wsi_engine', 'imageoptim'),
(701, 169, '_wsi_original_filesize', '572038'),
(707, 171, '_wp_attached_file', '2017/06/wsi-imageoptim-14-1.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(708, 171, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/wsi-imageoptim-14-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-14-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-14-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-14-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(704, 170, '_wsi_photonized', '1'),
(705, 170, '_wsi_engine', 'imageoptim'),
(706, 170, '_wsi_original_filesize', '122122'),
(712, 172, '_wp_attached_file', '2017/06/wsi-imageoptim-single-page-top2.jpg'),
(713, 172, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:286;s:4:\"file\";s:43:\"2017/06/wsi-imageoptim-single-page-top2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"wsi-imageoptim-single-page-top2-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top2-768x161.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"wsi-imageoptim-single-page-top2-1024x214.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top2-370x286.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:44:\"wsi-imageoptim-single-page-top2-1170x286.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top2-570x286.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:44:\"wsi-imageoptim-single-page-top2-1170x286.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-single-page-top2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top2-470x286.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top2-570x286.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:286;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:{}}}'),
(709, 171, '_wsi_photonized', '1'),
(710, 171, '_wsi_engine', 'imageoptim'),
(711, 171, '_wsi_original_filesize', '125698'),
(717, 173, '_wp_attached_file', '2017/06/wsi-imageoptim-13.jpg'),
(718, 173, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-13.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-13-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-13-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-13-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-13-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-13-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(714, 172, '_wsi_photonized', '1'),
(715, 172, '_wsi_engine', 'imageoptim'),
(716, 172, '_wsi_original_filesize', '367440'),
(722, 174, '_wp_attached_file', '2017/06/wsi-imageoptim-12.jpg'),
(723, 174, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-12.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-12-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-12-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-12-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-12-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-12-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(719, 173, '_wsi_photonized', '1'),
(720, 173, '_wsi_engine', 'imageoptim'),
(721, 173, '_wsi_original_filesize', '184474'),
(727, 175, '_wp_attached_file', '2017/06/wsi-imageoptim-11.jpg'),
(728, 175, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-11.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-11-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-11-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-11-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-11-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-11-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(724, 174, '_wsi_photonized', '1'),
(725, 174, '_wsi_engine', 'imageoptim'),
(726, 174, '_wsi_original_filesize', '184377'),
(732, 176, '_wp_attached_file', '2017/06/wsi-imageoptim-10.jpg'),
(733, 176, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2017/06/wsi-imageoptim-10.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-10-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-10-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-10-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"wsi-imageoptim-10-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-10-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(729, 175, '_wsi_photonized', '1'),
(730, 175, '_wsi_engine', 'imageoptim'),
(731, 175, '_wsi_original_filesize', '270915'),
(737, 177, '_wp_attached_file', '2017/06/wsi-imageoptim-9.jpg'),
(738, 177, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2017/06/wsi-imageoptim-9.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-9-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-9-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-9-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:26:\"wsi-imageoptim-9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-9-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(734, 176, '_wsi_photonized', '1'),
(735, 176, '_wsi_engine', 'imageoptim'),
(736, 176, '_wsi_original_filesize', '76239'),
(742, 178, '_wp_attached_file', '2017/06/wsi-imageoptim-8.jpg'),
(743, 178, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2017/06/wsi-imageoptim-8.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-8-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-8-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-8-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:26:\"wsi-imageoptim-8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-8-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(739, 177, '_wsi_photonized', '1'),
(740, 177, '_wsi_engine', 'imageoptim'),
(741, 177, '_wsi_original_filesize', '385281'),
(747, 179, '_wp_attached_file', '2017/06/wsi-imageoptim-7.jpg'),
(748, 179, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2017/06/wsi-imageoptim-7.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-7-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-7-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-7-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:26:\"wsi-imageoptim-7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-7-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(744, 178, '_wsi_photonized', '1'),
(745, 178, '_wsi_engine', 'imageoptim'),
(746, 178, '_wsi_original_filesize', '262286'),
(752, 180, '_wp_attached_file', '2017/06/wsi-imageoptim-6.jpg'),
(753, 180, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2017/06/wsi-imageoptim-6.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-6-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-6-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-6-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:26:\"wsi-imageoptim-6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-6-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(749, 179, '_wsi_photonized', '1'),
(750, 179, '_wsi_engine', 'imageoptim'),
(751, 179, '_wsi_original_filesize', '366055'),
(757, 181, '_wp_attached_file', '2017/06/wsi-imageoptim-5.jpg'),
(758, 181, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2017/06/wsi-imageoptim-5.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-5-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-5-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-5-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:26:\"wsi-imageoptim-5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-5-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(754, 180, '_wsi_photonized', '1'),
(755, 180, '_wsi_engine', 'imageoptim'),
(756, 180, '_wsi_original_filesize', '163637'),
(762, 182, '_wp_attached_file', '2017/06/wsi-imageoptim-4.jpg'),
(763, 182, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2017/06/wsi-imageoptim-4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-4-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:26:\"wsi-imageoptim-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(759, 181, '_wsi_photonized', '1'),
(760, 181, '_wsi_engine', 'imageoptim'),
(761, 181, '_wsi_original_filesize', '117919'),
(767, 183, '_wp_attached_file', '2017/06/wsi-imageoptim-3.jpg'),
(768, 183, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2017/06/wsi-imageoptim-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-3-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:26:\"wsi-imageoptim-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(764, 182, '_wsi_photonized', '1'),
(765, 182, '_wsi_engine', 'imageoptim'),
(766, 182, '_wsi_original_filesize', '285119'),
(772, 184, '_wp_attached_file', '2017/06/wsi-imageoptim-2.jpg'),
(773, 184, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2017/06/wsi-imageoptim-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:26:\"wsi-imageoptim-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(769, 183, '_wsi_photonized', '1'),
(770, 183, '_wsi_engine', 'imageoptim'),
(771, 183, '_wsi_original_filesize', '128863'),
(777, 185, '_wp_attached_file', '2017/06/wsi-imageoptim-1.jpg'),
(778, 185, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:28:\"2017/06/wsi-imageoptim-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:29:\"wsi-imageoptim-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:26:\"wsi-imageoptim-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:28:\"wsi-imageoptim-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(774, 184, '_wsi_photonized', '1'),
(775, 184, '_wsi_engine', 'imageoptim'),
(776, 184, '_wsi_original_filesize', '166807'),
(782, 186, '_wp_attached_file', '2017/06/wsi-imageoptim-single-page-top3.jpg'),
(783, 186, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:286;s:4:\"file\";s:43:\"2017/06/wsi-imageoptim-single-page-top3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"wsi-imageoptim-single-page-top3-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top3-768x161.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"wsi-imageoptim-single-page-top3-1024x214.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top3-370x286.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:44:\"wsi-imageoptim-single-page-top3-1170x286.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top3-570x286.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:44:\"wsi-imageoptim-single-page-top3-1170x286.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:41:\"wsi-imageoptim-single-page-top3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top3-470x286.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:43:\"wsi-imageoptim-single-page-top3-570x286.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:286;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:{}}}'),
(779, 185, '_wsi_photonized', '1'),
(780, 185, '_wsi_engine', 'imageoptim'),
(781, 185, '_wsi_original_filesize', '136970'),
(787, 187, '_wp_attached_file', '2017/06/wsi-imageoptim-flag4.jpg'),
(788, 187, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:97;s:6:\"height\";i:50;s:4:\"file\";s:32:\"2017/06/wsi-imageoptim-flag4.jpg\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-flag4-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;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:{}}}'),
(784, 186, '_wsi_photonized', '1'),
(785, 186, '_wsi_original_filesize', '181502'),
(786, 186, '_wsi_engine', 'imageoptim'),
(789, 187, '_wsi_photonized', '1'),
(790, 187, '_wsi_original_filesize', '92228'),
(791, 187, '_wsi_engine', 'imageoptim'),
(792, 188, '_wp_attached_file', '2017/06/wsi-imageoptim-flag3.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(793, 188, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:97;s:6:\"height\";i:50;s:4:\"file\";s:32:\"2017/06/wsi-imageoptim-flag3.jpg\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-flag3-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;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:{}}}'),
(794, 188, '_wsi_photonized', '1'),
(795, 188, '_wsi_original_filesize', '90613'),
(796, 188, '_wsi_engine', 'imageoptim'),
(797, 189, '_wp_attached_file', '2017/06/wsi-imageoptim-flag2.jpg'),
(798, 189, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:97;s:6:\"height\";i:50;s:4:\"file\";s:32:\"2017/06/wsi-imageoptim-flag2.jpg\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-flag2-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;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:{}}}'),
(799, 189, '_wsi_photonized', '1'),
(800, 189, '_wsi_original_filesize', '89109'),
(801, 189, '_wsi_engine', 'imageoptim'),
(802, 190, '_wp_attached_file', '2017/06/wsi-imageoptim-flag1.jpg'),
(803, 190, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:97;s:6:\"height\";i:50;s:4:\"file\";s:32:\"2017/06/wsi-imageoptim-flag1.jpg\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-flag1-80x50.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:50;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:{}}}'),
(804, 190, '_wsi_photonized', '1'),
(805, 190, '_wsi_original_filesize', '90554'),
(806, 190, '_wsi_engine', 'imageoptim'),
(807, 191, '_wp_attached_file', '2017/06/wsi-imageoptim-cropped-logo1.png'),
(808, 191, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:40:\"2017/06/wsi-imageoptim-cropped-logo1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-370x491.png\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-512x455.png\";s:5:\"width\";i:512;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-370x252.png\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-512x184.png\";s:5:\"width\";i:512;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-512x312.png\";s:5:\"width\";i:512;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:38:\"wsi-imageoptim-cropped-logo1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-470x318.png\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:40:\"wsi-imageoptim-cropped-logo1-512x353.png\";s:5:\"width\";i:512;s:6:\"height\";i:353;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:{}}}'),
(813, 192, '_wp_attached_file', '2017/06/wsi-imageoptim-logo1.png'),
(814, 192, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:198;s:6:\"height\";i:61;s:4:\"file\";s:32:\"2017/06/wsi-imageoptim-logo1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-logo1-150x61.png\";s:5:\"width\";i:150;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-logo1-150x61.png\";s:5:\"width\";i:150;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-logo1-80x61.png\";s:5:\"width\";i:80;s:6:\"height\";i:61;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:{}}}'),
(809, 191, '_wp_attachment_context', 'site-icon'),
(810, 191, '_wsi_photonized', '1'),
(811, 191, '_wsi_original_filesize', '20332'),
(812, 191, '_wsi_engine', 'imageoptim'),
(818, 193, '_wp_attached_file', '2017/06/wsi-imageoptim-footer-bg.png'),
(819, 193, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:382;s:4:\"file\";s:36:\"2017/06/wsi-imageoptim-footer-bg.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-footer-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"wsi-imageoptim-footer-bg-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-footer-bg-768x215.png\";s:5:\"width\";i:768;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-footer-bg-1024x286.png\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-footer-bg-370x382.png\";s:5:\"width\";i:370;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-footer-bg-1170x382.png\";s:5:\"width\";i:1170;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-footer-bg-370x252.png\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-footer-bg-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-footer-bg-570x382.png\";s:5:\"width\";i:570;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-footer-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-footer-bg-570x184.png\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-footer-bg-1170x312.png\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-footer-bg-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-footer-bg-470x318.png\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:36:\"wsi-imageoptim-footer-bg-570x353.png\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(815, 192, '_wsi_photonized', '1'),
(816, 192, '_wsi_original_filesize', '7620'),
(817, 192, '_wsi_engine', 'imageoptim'),
(823, 194, '_wp_attached_file', '2017/06/wsi-imageoptim-icon-128x128.png'),
(824, 194, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:39:\"2017/06/wsi-imageoptim-icon-128x128.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:37:\"wsi-imageoptim-icon-128x128-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(820, 193, '_wsi_photonized', '1'),
(821, 193, '_wsi_original_filesize', '692726'),
(822, 193, '_wsi_engine', 'imageoptim'),
(825, 194, '_wsi_photonized', '1'),
(826, 194, '_wsi_original_filesize', '1651'),
(827, 194, '_wsi_engine', 'imageoptim'),
(5732, 1129, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:52:\"http://ahf.com.pk/wp-content/uploads/2019/11/CBM.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:0:\"\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(5731, 1129, '_edit_last', '1'),
(5516, 1048, 'sc_member_order', '0'),
(5517, 1048, '_menu_item_type', 'post_type'),
(5518, 1048, '_menu_item_menu_item_parent', '0'),
(5519, 1048, '_menu_item_object_id', '11'),
(5520, 1048, '_menu_item_object', 'page'),
(5521, 1048, '_menu_item_target', ''),
(5522, 1048, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5523, 1048, '_menu_item_xfn', ''),
(5524, 1048, '_menu_item_url', ''),
(5614, 1090, '_wp_attached_file', '2020/02/Screen-Shot-2019-10-05-at-10.56.47-AM.png'),
(5530, 735, 'sc_member_order', '0'),
(5531, 734, 'sc_member_order', '0'),
(5532, 733, 'sc_member_order', '0'),
(5533, 732, 'sc_member_order', '0'),
(5534, 621, 'sc_member_order', '0'),
(5535, 688, 'sc_member_order', '0'),
(5537, 622, 'sc_member_order', '0'),
(5613, 1089, '_edit_lock', '1640930212:1'),
(5612, 1089, '_edit_last', '1'),
(5611, 1089, 'sc_member_order', '0'),
(5607, 277, 'sc_member_order', '0'),
(5550, 11, '_wpb_vc_js_status', 'false'),
(5526, 654, 'sc_member_order', '0'),
(5527, 738, 'sc_member_order', '0'),
(5703, 1119, '_wp_attached_file', '2021/06/Exness-Provided-the-Corona-Special-Care-Unit-Equipments.jpeg'),
(5683, 1113, '_wp_attached_file', '2019/12/Alkhidmat_Charity_Australia_International_Hospital_Multan.jpg'),
(5682, 1112, '_wp_attachment_image_alt', 'Alkhidmat Mishal Medical Complex'),
(4962, 910, '_wp_attached_file', '2020/01/AHFBM1.jpg'),
(5705, 1118, '_wp_attachment_image_alt', 'Exness Provided the Corona Special Care Unit Equipments'),
(5690, 1114, '_wp_attachment_image_alt', 'Alkhidmat Charity Australia International Hospital Multan'),
(5616, 1091, '_wp_attached_file', '2020/02/Screen-Shot-2019-10-05-at-10.56.58-AM.png'),
(5596, 1078, '_wp_attachment_image_alt', 'Alkhidmat Health Foundation Pharmacy'),
(5738, 343, 'sc_member_order', '0'),
(4961, 909, '_edit_lock', '1577858858:1'),
(5099, 944, '_wp_attachment_image_alt', 'Alkhidmat Blog'),
(5625, 1089, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}'),
(6186, 1494, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}'),
(4960, 909, '_edit_last', '1'),
(5075, 940, '_wp_attachment_image_alt', 'A Visit of University of Health Sciences Lahore'),
(5076, 939, '_wp_attachment_image_alt', 'A Visit of University of Health Sciences Lahore'),
(5077, 938, '_thumbnail_id', '940'),
(5093, 666, 'sc_member_order', '0'),
(5094, 665, 'sc_member_order', '0'),
(5080, 938, '_post_settings', 'a:3:{s:8:\"location\";s:6:\"Lahore\";s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:86:\"http://ahf.com.pk/wp-content/uploads/2020/01/University-of-Health-Sciences-Lahore1.jpg\";}'),
(5095, 669, 'sc_member_order', '0'),
(5096, 670, 'sc_member_order', '0'),
(4958, 904, '_wp_old_slug', '904'),
(5073, 940, '_wp_attached_file', '2020/01/University-of-Health-Sciences-Lahore2.jpg'),
(5074, 940, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:622;s:4:\"file\";s:49:\"2020/01/University-of-Health-Sciences-Lahore2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"University-of-Health-Sciences-Lahore2-1024x498.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:50:\"University-of-Health-Sciences-Lahore2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:50:\"University-of-Health-Sciences-Lahore2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:47:\"University-of-Health-Sciences-Lahore2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4959, 909, 'sc_member_order', '0'),
(5072, 939, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:622;s:4:\"file\";s:49:\"2020/01/University-of-Health-Sciences-Lahore1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"University-of-Health-Sciences-Lahore1-1024x498.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:50:\"University-of-Health-Sciences-Lahore1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:50:\"University-of-Health-Sciences-Lahore1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:47:\"University-of-Health-Sciences-Lahore1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:49:\"University-of-Health-Sciences-Lahore1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5071, 939, '_wp_attached_file', '2020/01/University-of-Health-Sciences-Lahore1.jpg'),
(1070, 218, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1071, 218, '_wp_page_template', 'tpl-our-mission.php'),
(1072, 218, 'slide_template', ''),
(1073, 218, '_page_settings', 'a:7:{s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:101:\"http://themes.webinane.com/wp/lifeline/wp-content/uploads/2017/06/wsi-imageoptim-single-page-top2.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:10:\"page_title\";s:11:\"Our Mission\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(1074, 218, '_wpb_vc_js_status', 'false'),
(1075, 218, '_edit_last', '1'),
(1076, 218, '_edit_lock', '1509782256:1'),
(1093, 221, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1094, 221, '_wp_page_template', 'tpl-causes.php'),
(1095, 221, 'slide_template', ''),
(1096, 221, '_page_settings', 'a:8:{s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:101:\"http://themes.webinane.com/wp/lifeline/wp-content/uploads/2017/06/wsi-imageoptim-single-page-top2.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:12:\"Our Causes \";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(1097, 221, '_wpb_vc_js_status', 'false'),
(1098, 221, '_edit_lock', '1509782204:1'),
(1099, 221, '_edit_last', '1'),
(1133, 227, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1134, 227, '_edit_last', '1'),
(1135, 227, '_wp_page_template', 'default'),
(1136, 227, 'slide_template', ''),
(1137, 227, '_edit_lock', '1509782127:1'),
(3990, 651, '_wpb_shortcodes_custom_css', '.vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}'),
(1161, 231, '_wp_page_template', 'default'),
(1162, 231, 'slide_template', 'default'),
(1163, 231, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:7:\"is_home\";s:1:\"1\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:0:\"\";s:13:\"tpl_post_type\";s:3:\"all\";s:10:\"page_title\";s:17:\"o show page title\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(1164, 231, '_wpb_vc_js_status', 'true'),
(1165, 231, '_edit_lock', '1640676753:1'),
(1166, 231, '_edit_last', '1'),
(1167, 231, '_dictate_gal_videos', 'a:17:{s:10:\"start_date\";s:10:\"16-06-2017\";s:8:\"end_date\";s:10:\"30-06-2017\";s:17:\"show_donation_bar\";s:4:\"true\";s:15:\"currency_symbol\";s:1:\"$\";s:13:\"currency_code\";s:3:\"USD\";s:15:\"donation_needed\";s:6:\"30,000\";s:18:\"donation_collected\";s:6:\"18,000\";s:10:\"video_link\";s:27:\"https://vimeo.com/180467014\";s:8:\"location\";s:6:\"London\";s:7:\"gallery\";s:20:\",147,140,139,146,145\";s:11:\"sidebar_pos\";s:5:\"right\";s:7:\"sidebar\";s:15:\"default-sidebar\";s:9:\"top_image\";s:101:\"http://themes.webinane.com/wp/lifeline/wp-content/uploads/2017/06/wsi-imageoptim-single-page-top2.jpg\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";s:32:\"c91a84a43b4e19d4800883fe1b756208\";a:11:{s:6:\"source\";s:5:\"vimeo\";s:2:\"id\";i:180467014;s:5:\"thumb\";s:45:\"http://i.vimeocdn.com/video/588747604_640.jpg\";s:5:\"title\";s:39:\"The Spring - 10 years of charity: water\";s:4:\"desc\";s:1162:\"Ten years ago, former nightclub promoter Scott Harrison set out to solve the water crisis in his lifetime. <br />\r\nToday, more than one million people have made it their mission too. This is all of our story. http://cwtr.org/2ckwsND<br />\r\n<br />\r\n<br />\r\n<br />\r\nDirected, written, animated, and dreamed up in collaboration with Broomstick Engine http://www.broomstickengine.com/<br />\r\nOriginal Score by sleeping at last http://www.sleepingatlast.com/<br />\r\nSound design and mix courtesy of Sound Lounge http://soundlounge.com/<br />\r\nColor Correction courtesy of Crew Cuts http://www.crewcuts.com/<br />\r\nSelect footage courtesy of Mercy Ships http://www.mercyships.org/<br />\r\nSelect footage courtesy of Hubspot http://www.hubspot.com/<br />\r\nSelect footage courtesy of 60 minutes http://www.cbsnews.com/60-minutes/<br />\r\nSelect footage courtesy of Filmsupply www.filmsupply.com<br />\r\nSelect music courtesy of Music Bed www.musicbed.com<br />\r\nSelect footage courtesy of Shutterstock http://www.shutterstock.com<br />\r\nStudio space courtesy of Splashlight Studios http://splashlight.com/<br />\r\nVideo collaboration made awesome by Frame.io http://frame.io\";s:8:\"duration\";i:1204;s:5:\"views\";i:10903;s:6:\"author\";s:14:\"charity: water\";s:6:\"rating\";i:155;s:4:\"tags\";s:0:\"\";s:2:\"hd\";b:0;}}'),
(5733, 1132, '_wp_attached_file', '2021/07/DrHafeezurRahman-291x300-3.jpg'),
(5734, 1132, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:291;s:6:\"height\";i:300;s:4:\"file\";s:38:\"2021/07/DrHafeezurRahman-291x300-3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-3-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-3-291x252.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-3-291x184.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:36:\"DrHafeezurRahman-291x300-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(1341, 255, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1342, 255, '_edit_lock', '1509781556:1'),
(1343, 255, '_edit_last', '1'),
(1344, 255, '_wp_page_template', 'default'),
(1345, 255, 'slide_template', ''),
(1346, 255, '_page_settings', 'a:9:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:102:\"https://themes.webinane.com/wp/lifeline/wp-content/uploads/2017/06/wsi-imageoptim-single-page-top3.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:14:\"Our Donations \";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(1347, 255, '_wpb_vc_js_status', 'true'),
(4101, 672, '_wp_attached_file', '2019/11/AHFContactUs.jpg'),
(1349, 256, '_wp_page_template', 'tpl-contact.php'),
(1350, 256, 'slide_template', ''),
(1351, 256, '_page_settings', 'a:11:{s:7:\"sidebar\";s:15:\"default-sidebar\";s:11:\"sidebar_pos\";s:4:\"left\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:61:\"http://ahf.com.pk/wp-content/uploads/2019/11/AHFContactUs.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:10:\"Contact Us\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(1352, 256, '_wpb_vc_js_status', 'false'),
(1353, 256, '_edit_lock', '1573899479:1'),
(1354, 256, '_edit_last', '1'),
(5632, 1093, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5529, 736, 'sc_member_order', '0'),
(5684, 1113, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1040;s:6:\"height\";i:492;s:4:\"file\";s:69:\"2019/12/Alkhidmat_Charity_Australia_International_Hospital_Multan.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:70:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-1024x484.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:70:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-1040x455.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-570x492.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:70:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-1040x312.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:67:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:69:\"Alkhidmat_Charity_Australia_International_Hospital_Multan-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5685, 1113, '_wp_attachment_image_alt', 'Alkhidmat Charity Australia International Hospital Multan'),
(5686, 1114, '_wp_attached_file', '2019/12/Alkhidmat_Charity_Australia_International_Hospital.jpg'),
(5687, 1114, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1040;s:6:\"height\";i:492;s:4:\"file\";s:62:\"2019/12/Alkhidmat_Charity_Australia_International_Hospital.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"Alkhidmat_Charity_Australia_International_Hospital-1024x484.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:63:\"Alkhidmat_Charity_Australia_International_Hospital-1040x455.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-570x492.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:63:\"Alkhidmat_Charity_Australia_International_Hospital-1040x312.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:60:\"Alkhidmat_Charity_Australia_International_Hospital-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:62:\"Alkhidmat_Charity_Australia_International_Hospital-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5704, 1119, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:68:\"2021/06/Exness-Provided-the-Corona-Special-Care-Unit-Equipments.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:69:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:69:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:66:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:68:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(1496, 277, '_wp_page_template', 'default'),
(1497, 277, 'slide_template', 'default'),
(1498, 277, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:52:\"http://ahf.com.pk/wp-content/uploads/2019/11/CBM.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:8:\"About Us\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(1499, 277, '_wpb_vc_js_status', 'true'),
(1500, 277, '_edit_lock', '1582963798:1'),
(1501, 277, '_edit_last', '1'),
(5712, 1122, 'sc_member_order', '0'),
(5710, 1117, '_post_settings', 'a:5:{s:8:\"location\";s:6:\"Mardan\";s:6:\"videos\";a:1:{i:0;s:0:\"\";}s:6:\"format\";s:5:\"image\";s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:112:\"http://ahf.com.pk/wp-content/uploads/2021/06/Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF.jpeg\";}'),
(5714, 1122, '_edit_lock', '1638006564:1'),
(5713, 1122, '_edit_last', '1'),
(5707, 1117, '_thumbnail_id', '1119'),
(5706, 1119, '_wp_attachment_image_alt', 'Exness Provided the Corona Special Care Unit Equipments'),
(5719, 1125, '_wp_attached_file', '2021/07/DrHafeezurRahman-291x300.jpg'),
(5720, 1125, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:291;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2021/07/DrHafeezurRahman-291x300.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"DrHafeezurRahman-291x300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"DrHafeezurRahman-291x300-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:36:\"DrHafeezurRahman-291x300-291x252.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:36:\"DrHafeezurRahman-291x300-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:36:\"DrHafeezurRahman-291x300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:36:\"DrHafeezurRahman-291x300-291x184.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:34:\"DrHafeezurRahman-291x300-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(5721, 1126, 'sc_member_order', '0'),
(5722, 1126, '_edit_lock', '1627716304:1'),
(5723, 1127, '_wp_attached_file', '2021/07/DrHafeezurRahman-291x300-1.jpg'),
(5724, 1127, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:291;s:6:\"height\";i:300;s:4:\"file\";s:38:\"2021/07/DrHafeezurRahman-291x300-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-1-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-1-291x252.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-1-291x184.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:36:\"DrHafeezurRahman-291x300-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(5581, 1070, 'sc_member_order', '0'),
(5551, 1051, 'sc_member_order', '0'),
(5552, 1051, '_edit_last', '1'),
(5553, 1051, '_edit_lock', '1582889857:1'),
(5554, 1051, '_thumbnail_id', '782'),
(5555, 1051, '_dict_causes_settings', 'a:15:{s:10:\"start_date\";s:10:\"01-11-2019\";s:8:\"end_date\";s:10:\"31-12-2020\";s:17:\"show_donation_bar\";s:4:\"true\";s:15:\"currency_symbol\";s:4:\"PKR:\";s:13:\"currency_code\";s:3:\"AUD\";s:15:\"donation_needed\";s:9:\"1,900,000\";s:18:\"donation_collected\";s:0:\"\";s:7:\"gallery\";s:0:\"\";s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:59:\"http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance-.jpg\";s:8:\"location\";s:8:\"Pakistan\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";s:10:\"video_link\";s:0:\"\";}'),
(5582, 1070, '_edit_last', '1'),
(5583, 1070, '_edit_lock', '1582960139:1'),
(5615, 1090, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1438;s:4:\"file\";s:49:\"2020/02/Screen-Shot-2019-10-05-at-10.56.47-AM.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-768x575.png\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.47-AM-1024x767.png\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-370x491.png\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.47-AM-1170x455.png\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-370x252.png\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-570x184.png\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.47-AM-1170x312.png\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-10-05-at-10.56.47-AM-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-470x318.png\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-570x353.png\";s:5:\"width\";i:570;s:6:\"height\";i:353;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 `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5617, 1091, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1922;s:6:\"height\";i:1438;s:4:\"file\";s:49:\"2020/02/Screen-Shot-2019-10-05-at-10.56.58-AM.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-768x575.png\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.58-AM-1024x766.png\";s:5:\"width\";i:1024;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-370x491.png\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.58-AM-1170x455.png\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-370x252.png\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-570x184.png\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.58-AM-1170x312.png\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-10-05-at-10.56.58-AM-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-470x318.png\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-570x353.png\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6185, 1493, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}'),
(5621, 1089, '_wp_page_template', 'default'),
(5622, 1089, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:86:\"http://ahf.com.pk/wp-content/uploads/2020/02/Screen-Shot-2019-10-05-at-10.56.47-AM.png\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:8:\"Pharmacy\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:8:\"Pharmacy\";s:9:\"meta_desc\";s:497:\"Hospital pharmacy is a specialized field of pharmacy that is integrated into a healthcare setting. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counseled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.\";s:13:\"meta_keywords\";s:0:\"\";}'),
(5619, 1091, '_wp_attachment_image_alt', 'Alkhidmat Heath Foundation Pharmacy'),
(5618, 1090, '_wp_attachment_image_alt', 'Alkhidmat Heath Foundation Pharmacy'),
(5623, 1089, '_wpb_vc_js_status', 'true'),
(5624, 1092, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1582969475941{margin-top: 0px !important;padding-top: 0px !important;}'),
(5633, 1093, '_menu_item_xfn', ''),
(5634, 1093, '_menu_item_url', ''),
(5648, 1100, '_wp_attachment_image_alt', 'Inauguration of COVID-19 Testing Lab'),
(5649, 1101, '_wp_attachment_image_alt', 'Inauguration of COVID-19 Testing Lab'),
(5650, 1099, '_thumbnail_id', '1100'),
(5662, 1106, '_wp_attached_file', '2020/08/News.jpg'),
(5653, 1099, '_post_settings', 'a:5:{s:8:\"location\";s:6:\"Lahore\";s:6:\"videos\";a:1:{i:0;s:0:\"\";}s:6:\"format\";s:5:\"image\";s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:77:\"http://ahf.com.pk/wp-content/uploads/2020/05/Inauguration-of-Testing-Lab.jpeg\";}'),
(5663, 1106, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:269;s:4:\"file\";s:16:\"2020/08/News.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"News-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"News-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"News-768x161.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"News-1024x215.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:16:\"News-370x269.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:17:\"News-1170x269.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:16:\"News-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:16:\"News-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:16:\"News-570x269.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:16:\"News-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:16:\"News-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:17:\"News-1170x269.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:14:\"News-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:16:\"News-470x269.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:16:\"News-570x269.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:269;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5664, 1106, '_wp_attachment_image_alt', 'Privacy Policy'),
(5665, 1105, '_wp_page_template', 'default'),
(5666, 1105, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:53:\"http://ahf.com.pk/wp-content/uploads/2020/08/News.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:14:\"Privacy Policy\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:14:\"Privacy Policy\";s:9:\"meta_desc\";s:239:\"Alkhidmat Health Foundation committed and continuously improving its aims/objectives, achievements, and satisfaction of partners & beneficiaries through innovation in management/ delivery system by ensuring all applicable laws of Pakistan.\";s:13:\"meta_keywords\";s:0:\"\";}'),
(5667, 1105, '_wpb_vc_js_status', 'true'),
(5668, 1108, 'sc_member_order', '0'),
(5669, 1108, '_menu_item_type', 'post_type'),
(5670, 1108, '_menu_item_menu_item_parent', '0'),
(5671, 1108, '_menu_item_object_id', '1105'),
(5672, 1108, '_menu_item_object', 'page'),
(5673, 1108, '_menu_item_target', ''),
(5674, 1108, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5675, 1108, '_menu_item_xfn', ''),
(5676, 1108, '_menu_item_url', ''),
(5680, 1112, '_wp_attached_file', '2021/01/Mishal-Medical-Complex-Final.jpg'),
(5681, 1112, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1489;s:4:\"file\";s:40:\"2021/01/Mishal-Medical-Complex-Final.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-768x381.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Mishal-Medical-Complex-Final-1024x508.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:41:\"Mishal-Medical-Complex-Final-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:41:\"Mishal-Medical-Complex-Final-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:38:\"Mishal-Medical-Complex-Final-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:40:\"Mishal-Medical-Complex-Final-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:17:\"Thar Poster Final\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5515, 11, '_edit_lock', '1577861512:1'),
(5730, 1130, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:291;s:6:\"height\";i:300;s:4:\"file\";s:38:\"2021/07/DrHafeezurRahman-291x300-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-2-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-2-291x252.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:38:\"DrHafeezurRahman-291x300-2-291x184.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:36:\"DrHafeezurRahman-291x300-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(5727, 1129, 'sc_member_order', '0'),
(5728, 1129, '_edit_lock', '1638005270:1'),
(5729, 1130, '_wp_attached_file', '2021/07/DrHafeezurRahman-291x300-2.jpg'),
(5735, 1129, '_wpb_vc_js_status', 'true'),
(5736, 1129, '_wp_page_template', 'default'),
(1752, 310, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1753, 310, '_edit_last', '1'),
(1754, 310, '_wp_page_template', 'default'),
(1755, 310, 'slide_template', ''),
(1756, 310, '_edit_lock', '1509782569:1'),
(1793, 316, '_wp_page_template', 'tpl-recent-news.php'),
(1794, 316, 'slide_template', ''),
(1795, 316, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:53:\"http://ahf.com.pk/wp-content/uploads/2020/01/News.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:4:\"News\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(1796, 316, '_wpb_vc_js_status', 'true'),
(1797, 316, '_edit_last', '1'),
(1798, 316, '_edit_lock', '1577861035:1'),
(1815, 319, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1816, 319, '_wp_page_template', 'tpl-projects.php'),
(1817, 319, 'slide_template', ''),
(1818, 319, '_page_settings', 'a:8:{s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:101:\"http://themes.webinane.com/wp/lifeline/wp-content/uploads/2017/06/wsi-imageoptim-single-page-top2.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:8:\"Projects\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(1819, 319, '_wpb_vc_js_status', 'false'),
(1820, 319, '_edit_lock', '1509782415:1'),
(1821, 319, '_edit_last', '1'),
(5586, 1072, '_wp_attachment_image_alt', 'Alkhidmat Health Foundation Eye Camp'),
(5577, 33, 'sc_member_order', '0'),
(4713, 342, '_edit_lock', '1574334945:1'),
(1902, 341, '_thumbnail_id', '849'),
(1903, 341, '_wpb_vc_js_status', 'false'),
(4717, 343, '_edit_lock', '1628505672:1'),
(1905, 342, '_thumbnail_id', '848'),
(1906, 342, '_wpb_vc_js_status', 'false'),
(1908, 343, '_thumbnail_id', '847'),
(1909, 343, '_wpb_vc_js_status', 'false'),
(4809, 884, '_wp_attached_file', '2019/12/1D6A4293.jpg'),
(4810, 884, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2019/12/1D6A4293.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A4293-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A4293-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A4293-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A4293-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A4293-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A4293-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A4293-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A4293-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A4293-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A4293-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A4293-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A4293-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A4293-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A4293-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A4293-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1519649406\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4811, 885, '_wp_attached_file', '2019/12/1D6A4302.jpg'),
(4812, 885, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2019/12/1D6A4302.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A4302-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A4302-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A4302-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A4302-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A4302-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A4302-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A4302-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A4302-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A4302-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A4302-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A4302-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A4302-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A4302-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A4302-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A4302-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1519649723\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4920, 358, '_edit_lock', '1577684624:1'),
(1950, 357, '_thumbnail_id', '806'),
(1951, 357, '_wpb_vc_js_status', 'false'),
(4925, 359, '_edit_lock', '1577685801:1'),
(1953, 358, '_thumbnail_id', '743'),
(1954, 358, '_wpb_vc_js_status', 'false'),
(4930, 360, '_edit_lock', '1577685951:1'),
(1956, 359, '_thumbnail_id', '761'),
(1957, 359, '_wpb_vc_js_status', 'false'),
(4935, 361, '_edit_lock', '1577686154:1'),
(1959, 360, '_thumbnail_id', '773'),
(1960, 360, '_wpb_vc_js_status', 'false'),
(4940, 362, '_edit_lock', '1577686417:1'),
(1962, 361, '_thumbnail_id', '806'),
(1963, 361, '_wpb_vc_js_status', 'false'),
(4945, 904, 'sc_member_order', '0'),
(1965, 362, '_thumbnail_id', '745'),
(1966, 362, '_wpb_vc_js_status', 'false'),
(4389, 357, '_edit_lock', '1577684624:1'),
(1970, 364, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1971, 364, '_thumbnail_id', '143'),
(1972, 364, '_wpb_vc_js_status', 'false'),
(1973, 365, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1974, 365, '_thumbnail_id', '142'),
(1975, 365, '_wpb_vc_js_status', 'false'),
(1976, 366, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1977, 366, '_thumbnail_id', '141'),
(1978, 366, '_wpb_vc_js_status', 'false'),
(1979, 367, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1980, 367, '_thumbnail_id', '140'),
(1981, 367, '_wpb_vc_js_status', 'false'),
(1982, 368, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1983, 368, '_thumbnail_id', '139'),
(1984, 368, '_wpb_vc_js_status', 'false'),
(1985, 369, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1986, 369, '_thumbnail_id', '138'),
(1987, 369, '_wpb_vc_js_status', 'false'),
(1988, 370, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1989, 370, '_thumbnail_id', '137'),
(1990, 370, '_wpb_vc_js_status', 'false'),
(1991, 371, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1992, 371, '_thumbnail_id', '136'),
(1993, 371, '_wpb_vc_js_status', 'false'),
(1994, 372, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1995, 372, '_thumbnail_id', '135'),
(1996, 372, '_wpb_vc_js_status', 'false'),
(1997, 373, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1998, 373, '_thumbnail_id', '135'),
(1999, 373, '_wpb_vc_js_status', 'false'),
(2000, 374, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2001, 374, '_thumbnail_id', '134'),
(2002, 374, '_wpb_vc_js_status', 'false'),
(2003, 375, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2004, 375, '_thumbnail_id', '133'),
(2005, 375, '_wpb_vc_js_status', 'false'),
(2006, 376, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2007, 376, '_thumbnail_id', '132'),
(2008, 376, '_wpb_vc_js_status', 'false'),
(2009, 377, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2010, 377, '_thumbnail_id', '131'),
(2011, 377, '_wpb_vc_js_status', 'false'),
(2012, 378, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2013, 378, '_thumbnail_id', '130'),
(2014, 378, '_wpb_vc_js_status', 'false'),
(2015, 379, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2016, 379, '_thumbnail_id', '129'),
(2017, 379, '_wpb_vc_js_status', 'false'),
(2018, 380, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2019, 380, '_thumbnail_id', '128'),
(2020, 380, '_wpb_vc_js_status', 'false'),
(2021, 381, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2022, 381, '_thumbnail_id', '127'),
(2023, 381, '_wpb_vc_js_status', 'false'),
(2024, 382, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2025, 382, '_thumbnail_id', '126'),
(2026, 382, '_wpb_vc_js_status', 'false'),
(2027, 383, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2028, 383, '_thumbnail_id', '125'),
(2029, 383, '_wpb_vc_js_status', 'false'),
(2030, 384, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2031, 384, '_thumbnail_id', '124'),
(2032, 384, '_wpb_vc_js_status', 'false'),
(2033, 385, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2034, 385, '_thumbnail_id', '123'),
(2035, 385, '_wpb_vc_js_status', 'false'),
(2036, 386, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2037, 386, '_thumbnail_id', '122'),
(2038, 386, '_wpb_vc_js_status', 'false'),
(2039, 387, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2040, 387, '_thumbnail_id', '121'),
(2041, 387, '_wpb_vc_js_status', 'false'),
(2042, 388, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2043, 388, '_thumbnail_id', '120'),
(2044, 388, '_wpb_vc_js_status', 'false'),
(2045, 389, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2046, 389, '_thumbnail_id', '119'),
(2047, 389, '_wpb_vc_js_status', 'false'),
(2048, 390, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2049, 390, '_thumbnail_id', '118'),
(2050, 390, '_wpb_vc_js_status', 'false'),
(2051, 391, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2052, 391, '_thumbnail_id', '163'),
(2053, 391, '_wpb_vc_js_status', 'false'),
(2054, 392, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2055, 392, '_thumbnail_id', '106'),
(2056, 392, '_wpb_vc_js_status', 'false'),
(2057, 393, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2058, 393, '_thumbnail_id', '111'),
(2059, 393, '_wpb_vc_js_status', 'false'),
(2060, 394, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2061, 394, '_thumbnail_id', '159'),
(2062, 394, '_wpb_vc_js_status', 'false'),
(2063, 395, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2064, 395, '_thumbnail_id', '117'),
(2065, 395, '_wpb_vc_js_status', 'false'),
(2066, 396, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2067, 396, '_thumbnail_id', '116'),
(2068, 396, '_wpb_vc_js_status', 'false'),
(2069, 397, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2070, 397, '_wpb_vc_js_status', 'false'),
(2071, 397, '_thumbnail_id', '115'),
(2072, 398, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2073, 398, '_thumbnail_id', '114'),
(2074, 398, '_wpb_vc_js_status', 'false'),
(2075, 399, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2076, 399, '_thumbnail_id', '113'),
(2077, 399, '_wpb_vc_js_status', 'false'),
(2078, 400, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2079, 400, '_thumbnail_id', '112'),
(2080, 400, '_wpb_vc_js_status', 'false'),
(2081, 401, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2082, 401, '_thumbnail_id', '111'),
(2083, 401, '_wpb_vc_js_status', 'false'),
(2084, 402, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2085, 402, '_thumbnail_id', '110'),
(2086, 402, '_wpb_vc_js_status', 'false'),
(2087, 403, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2088, 403, '_thumbnail_id', '109'),
(2089, 403, '_wpb_vc_js_status', 'false'),
(2090, 404, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2091, 404, '_thumbnail_id', '108'),
(2092, 404, '_wpb_vc_js_status', 'false'),
(2093, 405, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2094, 405, '_thumbnail_id', '107'),
(2095, 405, '_wpb_vc_js_status', 'false'),
(2096, 406, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2097, 406, '_thumbnail_id', '106'),
(2098, 406, '_wpb_vc_js_status', 'false'),
(2099, 407, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2100, 407, '_thumbnail_id', '105'),
(2101, 407, '_wpb_vc_js_status', 'false'),
(2102, 408, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2103, 408, '_thumbnail_id', '104'),
(2104, 408, '_wpb_vc_js_status', 'false'),
(2105, 409, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2106, 409, '_thumbnail_id', '103'),
(2107, 409, '_wpb_vc_js_status', 'false'),
(2108, 410, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2109, 410, '_thumbnail_id', '102'),
(2110, 410, '_wpb_vc_js_status', 'false'),
(2111, 411, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2112, 411, '_thumbnail_id', '101'),
(2113, 411, '_wpb_vc_js_status', 'false'),
(2114, 412, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2115, 412, '_thumbnail_id', '100'),
(2116, 412, '_wpb_vc_js_status', 'false'),
(2117, 413, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2118, 413, '_thumbnail_id', '99'),
(2119, 413, '_wpb_vc_js_status', 'false'),
(2120, 414, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2121, 414, '_thumbnail_id', '151'),
(2122, 414, '_wpb_vc_js_status', 'false'),
(2123, 415, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2124, 415, '_thumbnail_id', '118'),
(2125, 415, '_wpb_vc_js_status', 'false'),
(2126, 416, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2127, 416, '_thumbnail_id', '123'),
(2128, 416, '_wpb_vc_js_status', 'false'),
(2129, 417, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2130, 417, '_thumbnail_id', '133'),
(2131, 417, '_wpb_vc_js_status', 'false'),
(2132, 418, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2133, 418, '_thumbnail_id', '131'),
(2134, 418, '_wpb_vc_js_status', 'false'),
(2135, 419, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2136, 419, '_thumbnail_id', '139'),
(2137, 419, '_wpb_vc_js_status', 'false'),
(2138, 420, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2139, 420, '_thumbnail_id', '130'),
(2140, 420, '_wpb_vc_js_status', 'false'),
(2141, 421, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2142, 421, '_thumbnail_id', '128'),
(2143, 421, '_wpb_vc_js_status', 'false'),
(2144, 422, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2145, 422, '_thumbnail_id', '141'),
(2146, 422, '_wpb_vc_js_status', 'false'),
(2147, 423, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2148, 423, '_thumbnail_id', '102'),
(2149, 423, '_wpb_vc_js_status', 'false'),
(2150, 424, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2151, 424, '_thumbnail_id', '99'),
(2152, 424, '_wpb_vc_js_status', 'false'),
(2153, 425, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2154, 425, '_thumbnail_id', '101'),
(2155, 425, '_wpb_vc_js_status', 'false'),
(2156, 426, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2157, 426, '_thumbnail_id', '103'),
(2158, 426, '_wpb_vc_js_status', 'false'),
(2159, 427, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2160, 427, '_thumbnail_id', '104'),
(2161, 427, '_wpb_vc_js_status', 'false'),
(2162, 428, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2163, 428, '_thumbnail_id', '105'),
(2164, 428, '_wpb_vc_js_status', 'false'),
(2165, 429, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2166, 429, '_thumbnail_id', '107'),
(2167, 429, '_wpb_vc_js_status', 'false'),
(2168, 430, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2169, 430, '_thumbnail_id', '116'),
(2170, 430, '_wpb_vc_js_status', 'false'),
(2171, 431, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2172, 431, '_thumbnail_id', '108'),
(2173, 431, '_wpb_vc_js_status', 'false'),
(2174, 432, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2175, 432, '_thumbnail_id', '41'),
(2176, 432, '_wpb_vc_js_status', 'false'),
(2177, 433, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2178, 433, '_thumbnail_id', '118'),
(2179, 433, '_wpb_vc_js_status', 'false'),
(2180, 434, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2181, 434, '_thumbnail_id', '123'),
(2182, 434, '_wpb_vc_js_status', 'false'),
(2183, 435, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2184, 435, '_thumbnail_id', '98'),
(2185, 435, '_wpb_vc_js_status', 'false'),
(2186, 436, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2187, 436, '_thumbnail_id', '97'),
(2188, 436, '_wpb_vc_js_status', 'false'),
(2189, 437, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2190, 437, '_thumbnail_id', '96'),
(2191, 437, '_wpb_vc_js_status', 'false'),
(2192, 438, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2193, 438, '_thumbnail_id', '95'),
(2194, 438, '_wpb_vc_js_status', 'false'),
(2195, 439, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2196, 439, '_thumbnail_id', '94'),
(2197, 439, '_wpb_vc_js_status', 'false'),
(2198, 440, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2199, 440, '_thumbnail_id', '93'),
(2200, 440, '_wpb_vc_js_status', 'false'),
(2201, 441, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2202, 441, '_thumbnail_id', '92'),
(2203, 441, '_wpb_vc_js_status', 'false'),
(2204, 442, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2205, 442, '_thumbnail_id', '91'),
(2206, 442, '_wpb_vc_js_status', 'false'),
(2207, 443, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2208, 443, '_thumbnail_id', '90'),
(2209, 443, '_wpb_vc_js_status', 'false'),
(2210, 444, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2211, 444, '_thumbnail_id', '89'),
(2212, 444, '_wpb_vc_js_status', 'false'),
(2213, 445, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2214, 445, '_thumbnail_id', '88'),
(2215, 445, '_wpb_vc_js_status', 'false'),
(2216, 446, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2217, 446, '_thumbnail_id', '87'),
(2218, 446, '_wpb_vc_js_status', 'false'),
(2219, 447, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2220, 447, '_thumbnail_id', '85'),
(2221, 447, '_wpb_vc_js_status', 'false'),
(2222, 448, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2223, 448, '_thumbnail_id', '84'),
(2224, 448, '_wpb_vc_js_status', 'false'),
(2225, 449, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2226, 449, '_thumbnail_id', '87'),
(2227, 449, '_wpb_vc_js_status', 'false'),
(2228, 450, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2229, 450, '_thumbnail_id', '86'),
(2230, 450, '_wpb_vc_js_status', 'false'),
(2231, 451, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2232, 451, '_thumbnail_id', '85'),
(2233, 451, '_wpb_vc_js_status', 'false'),
(2234, 452, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2235, 452, '_thumbnail_id', '84'),
(2236, 452, '_wpb_vc_js_status', 'false'),
(3999, 654, '_menu_item_menu_item_parent', '0'),
(4451, 738, '_menu_item_url', ''),
(4450, 738, '_menu_item_xfn', ''),
(4449, 738, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4447, 738, '_menu_item_object', 'page'),
(4448, 738, '_menu_item_target', ''),
(4446, 738, '_menu_item_object_id', '701'),
(4445, 738, '_menu_item_menu_item_parent', '654'),
(4444, 738, '_menu_item_type', 'post_type'),
(5631, 1093, '_menu_item_target', ''),
(5630, 1093, '_menu_item_object', 'page'),
(5629, 1093, '_menu_item_object_id', '1089'),
(5628, 1093, '_menu_item_menu_item_parent', '654'),
(5627, 1093, '_menu_item_type', 'post_type'),
(5626, 1093, 'sc_member_order', '0'),
(4065, 666, '_menu_item_url', ''),
(4063, 666, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4064, 666, '_menu_item_xfn', ''),
(4060, 666, '_menu_item_object_id', '9'),
(4061, 666, '_menu_item_object', 'page'),
(4062, 666, '_menu_item_target', ''),
(4739, 867, '_wp_attachment_image_alt', 'Alkhdmat Fareeda Yaqoob Hospital'),
(4737, 867, '_wp_attached_file', '2019/11/AlkhdmatFareedaYaqoobHospital.jpg'),
(4738, 867, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1489;s:4:\"file\";s:41:\"2019/11/AlkhdmatFareedaYaqoobHospital.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-768x381.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"AlkhdmatFareedaYaqoobHospital-1024x508.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:42:\"AlkhdmatFareedaYaqoobHospital-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:42:\"AlkhdmatFareedaYaqoobHospital-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:39:\"AlkhdmatFareedaYaqoobHospital-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:41:\"AlkhdmatFareedaYaqoobHospital-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4679, 836, '_wp_attached_file', '2019/11/Blood.png'),
(4680, 836, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:123;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2019/11/Blood.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:15:\"Blood-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4677, 835, '_wp_attached_file', '2019/11/Ambulance.png'),
(4678, 835, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:123;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2019/11/Ambulance.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"Ambulance-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4059, 666, '_menu_item_menu_item_parent', '0'),
(4058, 666, '_menu_item_type', 'post_type'),
(4057, 665, '_menu_item_url', ''),
(4056, 665, '_menu_item_xfn', ''),
(4055, 665, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4054, 665, '_menu_item_target', ''),
(4053, 665, '_menu_item_object', 'page'),
(4052, 665, '_menu_item_object_id', '10'),
(4050, 665, '_menu_item_type', 'post_type'),
(4051, 665, '_menu_item_menu_item_parent', '0'),
(4273, 702, '_wp_attached_file', '2019/11/Ambulance-.jpg'),
(4005, 654, '_menu_item_url', ''),
(4004, 654, '_menu_item_xfn', ''),
(4046, 660, '_wpb_shortcodes_custom_css', '.vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}'),
(4045, 659, '_wp_attachment_image_alt', 'Alkhidmat Mishal Medical Complex'),
(4003, 654, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4002, 654, '_menu_item_target', ''),
(4001, 654, '_menu_item_object', 'custom'),
(4000, 654, '_menu_item_object_id', '654'),
(3998, 654, '_menu_item_type', 'custom'),
(4423, 735, '_menu_item_xfn', ''),
(4424, 735, '_menu_item_url', ''),
(4426, 736, '_menu_item_type', 'post_type'),
(4427, 736, '_menu_item_menu_item_parent', '654'),
(4433, 736, '_menu_item_url', ''),
(4432, 736, '_menu_item_xfn', ''),
(4431, 736, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4430, 736, '_menu_item_target', ''),
(4429, 736, '_menu_item_object', 'page'),
(4428, 736, '_menu_item_object_id', '714'),
(4163, 691, 'team_social_icon_style', 'flat'),
(4164, 691, 'team_masonry_enable', 'no'),
(4165, 691, 'team_grid_item_align', 'left'),
(4166, 691, 'team_item_text_align', 'left'),
(4167, 691, 'team_total_items', '8'),
(4422, 735, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4296, 701, '_wpb_vc_js_status', 'true'),
(4297, 712, '_edit_last', '1'),
(4298, 712, '_edit_lock', '1577686403:1'),
(4299, 707, '_wp_attachment_image_alt', 'Mother and Child Healthcare Center'),
(4421, 735, '_menu_item_target', ''),
(4420, 735, '_menu_item_object', 'page'),
(4410, 734, '_menu_item_object_id', '718'),
(4411, 734, '_menu_item_object', 'page'),
(4419, 735, '_menu_item_object_id', '716'),
(4418, 735, '_menu_item_menu_item_parent', '654'),
(4417, 735, '_menu_item_type', 'post_type'),
(4415, 734, '_menu_item_url', ''),
(4414, 734, '_menu_item_xfn', ''),
(4413, 734, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4412, 734, '_menu_item_target', ''),
(4408, 734, '_menu_item_type', 'post_type'),
(4409, 734, '_menu_item_menu_item_parent', '654'),
(4453, 740, '_wp_attached_file', '2019/11/AHF-Charsa-Hospital-copy.jpg'),
(4399, 733, '_menu_item_type', 'post_type'),
(4400, 733, '_menu_item_menu_item_parent', '654'),
(4401, 733, '_menu_item_object_id', '720'),
(4402, 733, '_menu_item_object', 'page'),
(4454, 740, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:36:\"2019/11/AHF-Charsa-Hospital-copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"AHF-Charsa-Hospital-copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:37:\"AHF-Charsa-Hospital-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:37:\"AHF-Charsa-Hospital-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:34:\"AHF-Charsa-Hospital-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:36:\"AHF-Charsa-Hospital-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547773785\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4406, 733, '_menu_item_url', ''),
(4405, 733, '_menu_item_xfn', ''),
(4404, 733, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4403, 733, '_menu_item_target', ''),
(4396, 732, '_menu_item_xfn', ''),
(4397, 732, '_menu_item_url', ''),
(4395, 732, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4394, 732, '_menu_item_target', ''),
(4393, 732, '_menu_item_object', 'page'),
(4390, 732, '_menu_item_type', 'post_type'),
(4391, 732, '_menu_item_menu_item_parent', '654'),
(4392, 732, '_menu_item_object_id', '722'),
(4338, 725, '_wp_attachment_image_alt', 'Total Health Projects'),
(4345, 731, '_wpb_shortcodes_custom_css', '.vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}'),
(4344, 730, '_wpb_shortcodes_custom_css', '.vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}'),
(4337, 724, '_wp_attachment_image_alt', 'Alkhidmat Health Services');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4336, 725, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1606;s:6:\"height\";i:452;s:4:\"file\";s:33:\"2019/11/Total-Health-Projects.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Total-Health-Projects-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-768x216.png\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Total-Health-Projects-1024x288.png\";s:5:\"width\";i:1024;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-500x452.png\";s:5:\"width\";i:500;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-370x452.png\";s:5:\"width\";i:370;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:34:\"Total-Health-Projects-1170x452.png\";s:5:\"width\";i:1170;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-370x252.png\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-570x452.png\";s:5:\"width\";i:570;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-570x184.png\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:34:\"Total-Health-Projects-1170x312.png\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:31:\"Total-Health-Projects-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-470x318.png\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:33:\"Total-Health-Projects-570x353.png\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4335, 725, '_wp_attached_file', '2019/11/Total-Health-Projects.png'),
(4334, 724, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1555;s:6:\"height\";i:1135;s:4:\"file\";s:31:\"2019/11/Health-Services-Map.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-768x561.png\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Health-Services-Map-1024x747.png\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-370x491.png\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"Health-Services-Map-1170x455.png\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-370x252.png\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-570x184.png\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"Health-Services-Map-1170x312.png\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"Health-Services-Map-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-470x318.png\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"Health-Services-Map-570x353.png\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4333, 724, '_wp_attached_file', '2019/11/Health-Services-Map.png'),
(4332, 722, '_wpb_vc_js_status', 'true'),
(4331, 722, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:62:\"http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camp-.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:13:\"Medical Camps\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:13:\"Medical Camps\";s:9:\"meta_desc\";s:581:\"islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps\";s:13:\"meta_keywords\";s:0:\"\";}'),
(4330, 722, '_wp_page_template', 'default'),
(4329, 708, '_wp_attachment_image_alt', 'Medical Camps'),
(4328, 722, '_edit_lock', '1640929845:1'),
(4327, 722, '_edit_last', '1'),
(4326, 720, '_wpb_vc_js_status', 'true'),
(4325, 720, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:56:\"http://ahf.com.pk/wp-content/uploads/2019/11/Clinics.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:23:\"Medical Centers/Clinics\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:23:\"Medical Centers/Clinics\";s:9:\"meta_desc\";s:566:\"islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers\";s:13:\"meta_keywords\";s:0:\"\";}'),
(4324, 720, '_wp_page_template', 'default'),
(4323, 704, '_wp_attachment_image_alt', 'Medical Centres'),
(4322, 720, '_edit_lock', '1640595920:1'),
(4321, 720, '_edit_last', '1'),
(4320, 718, '_wpb_vc_js_status', 'true'),
(4188, 691, 'team_items_width_tablet', '45%'),
(4189, 691, 'team_items_thumb_max_hieght', ''),
(4190, 691, 'team_items_thumb_max_hieght_tablet', ''),
(4315, 718, '_edit_last', '1'),
(4316, 718, '_edit_lock', '1640599210:1'),
(4317, 702, '_wp_attachment_image_alt', 'Ambulances'),
(4318, 718, '_wp_page_template', 'default'),
(4319, 718, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:59:\"http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance-.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:9:\"Ambulance\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:9:\"Ambulance\";s:9:\"meta_desc\";s:549:\"islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals, Blood Banks, Ambulances\";s:13:\"meta_keywords\";s:0:\"\";}'),
(4314, 716, '_wpb_vc_js_status', 'true'),
(4309, 716, '_edit_last', '1'),
(4310, 716, '_edit_lock', '1640760008:1'),
(4311, 703, '_wp_attachment_image_alt', 'Blood Banks'),
(4313, 716, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:59:\"http://ahf.com.pk/wp-content/uploads/2019/11/Blood-Bank.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:11:\"Blood Banks\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:11:\"Blood Banks\";s:9:\"meta_desc\";s:537:\"islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals, Blood Banks\";s:13:\"meta_keywords\";s:0:\"\";}'),
(4312, 716, '_wp_page_template', 'default'),
(4308, 714, '_wpb_vc_js_status', 'true'),
(4290, 710, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3296;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2019/11/Thalessemia-Center-.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Thalessemia-Center--300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Thalessemia-Center--1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"Thalessemia-Center--1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"Thalessemia-Center--1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"Thalessemia-Center--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"Thalessemia-Center--570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4307, 714, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:67:\"http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic-Centers.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:19:\"Diagnostic Services\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:19:\"Diagnostic Services\";s:9:\"meta_desc\";s:524:\"islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals\";s:13:\"meta_keywords\";s:0:\"\";}'),
(4306, 714, '_wp_page_template', 'default'),
(4305, 705, '_wp_attachment_image_alt', 'Diagnostic Services'),
(4304, 714, '_edit_lock', '1640597676:1'),
(4303, 714, '_edit_last', '1'),
(4302, 712, '_wpb_vc_js_status', 'true'),
(4301, 712, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:53:\"http://ahf.com.pk/wp-content/uploads/2019/11/MCHC.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:6:\"MCHC\'s\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:524:\"islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals\";s:13:\"meta_keywords\";s:0:\"\";}'),
(4300, 712, '_wp_page_template', 'default'),
(4172, 691, 'team_items_excerpt_count', '30'),
(4171, 691, 'team_items_content', 'excerpt'),
(4170, 691, 'team_query_orderby_meta_key', ''),
(4169, 691, 'team_query_orderby', 'none'),
(4168, 691, 'team_query_order', 'ASC'),
(4162, 691, 'team_themes', 'flat'),
(4158, 691, '_edit_last', '1'),
(4159, 691, '_edit_lock', '1574058140:1'),
(4160, 691, 'team_bg_img', ''),
(4161, 691, 'team_container_bg_color', ''),
(4295, 701, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:57:\"http://ahf.com.pk/wp-content/uploads/2019/11/Hospital.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:9:\"Hospitals\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:524:\"islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals\";s:13:\"meta_keywords\";s:0:\"\";}'),
(4294, 701, '_wp_page_template', 'default'),
(4293, 701, '_edit_lock', '1640669733:1'),
(4292, 701, '_edit_last', '1'),
(4291, 706, '_wp_attachment_image_alt', 'Alkhidmat Hospitals'),
(4289, 710, '_wp_attached_file', '2019/11/Thalessemia-Center-.jpg'),
(4287, 709, '_wp_attached_file', '2019/11/Pharmacy-.jpg'),
(4288, 709, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3295;s:6:\"height\";i:695;s:4:\"file\";s:21:\"2019/11/Pharmacy-.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Pharmacy--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Pharmacy--300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Pharmacy--768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Pharmacy--1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:21:\"Pharmacy--500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"Pharmacy--370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"Pharmacy--1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"Pharmacy--370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"Pharmacy--270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"Pharmacy--570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"Pharmacy--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"Pharmacy--570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"Pharmacy--1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"Pharmacy--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"Pharmacy--470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"Pharmacy--570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4689, 841, '_wp_attached_file', '2019/11/Medical-Camps.png'),
(5548, 11, '_edit_last', '1'),
(4286, 708, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3296;s:6:\"height\";i:695;s:4:\"file\";s:25:\"2019/11/Medical-Camp-.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Medical-Camp--300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Medical-Camp--1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:26:\"Medical-Camp--1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:26:\"Medical-Camp--1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:23:\"Medical-Camp--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:25:\"Medical-Camp--570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4285, 708, '_wp_attached_file', '2019/11/Medical-Camp-.jpg'),
(4284, 707, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3295;s:6:\"height\";i:695;s:4:\"file\";s:16:\"2019/11/MCHC.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"MCHC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"MCHC-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"MCHC-768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"MCHC-1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:16:\"MCHC-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:16:\"MCHC-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:17:\"MCHC-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:16:\"MCHC-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:16:\"MCHC-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:16:\"MCHC-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:16:\"MCHC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:16:\"MCHC-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:17:\"MCHC-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:14:\"MCHC-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:16:\"MCHC-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:16:\"MCHC-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4283, 707, '_wp_attached_file', '2019/11/MCHC.jpg'),
(4272, 686, '_wp_attachment_image_alt', 'Alkhidmat Foundation Pakistan'),
(4282, 706, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3295;s:6:\"height\";i:696;s:4:\"file\";s:20:\"2019/11/Hospital.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Hospital-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Hospital-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Hospital-768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Hospital-1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"Hospital-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"Hospital-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"Hospital-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"Hospital-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"Hospital-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"Hospital-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"Hospital-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"Hospital-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"Hospital-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"Hospital-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"Hospital-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"Hospital-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4281, 706, '_wp_attached_file', '2019/11/Hospital.jpg'),
(4280, 705, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3296;s:6:\"height\";i:695;s:4:\"file\";s:30:\"2019/11/Diagnostic-Centers.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Diagnostic-Centers-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Diagnostic-Centers-1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"Diagnostic-Centers-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"Diagnostic-Centers-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"Diagnostic-Centers-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"Diagnostic-Centers-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4279, 705, '_wp_attached_file', '2019/11/Diagnostic-Centers.jpg'),
(4278, 704, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3296;s:6:\"height\";i:695;s:4:\"file\";s:19:\"2019/11/Clinics.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Clinics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Clinics-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Clinics-768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Clinics-1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:19:\"Clinics-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"Clinics-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"Clinics-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"Clinics-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"Clinics-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"Clinics-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:19:\"Clinics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"Clinics-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"Clinics-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:17:\"Clinics-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"Clinics-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"Clinics-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4277, 704, '_wp_attached_file', '2019/11/Clinics.jpg'),
(4276, 703, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3295;s:6:\"height\";i:695;s:4:\"file\";s:22:\"2019/11/Blood-Bank.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Blood-Bank-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Blood-Bank-1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:23:\"Blood-Bank-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:23:\"Blood-Bank-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:20:\"Blood-Bank-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4275, 703, '_wp_attached_file', '2019/11/Blood-Bank.jpg'),
(4274, 702, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3295;s:6:\"height\";i:695;s:4:\"file\";s:22:\"2019/11/Ambulance-.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Ambulance--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Ambulance--300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Ambulance--768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Ambulance--1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:22:\"Ambulance--500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:22:\"Ambulance--370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:23:\"Ambulance--1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:22:\"Ambulance--370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:22:\"Ambulance--270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:22:\"Ambulance--570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:22:\"Ambulance--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:22:\"Ambulance--570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:23:\"Ambulance--1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:20:\"Ambulance--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:22:\"Ambulance--470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:22:\"Ambulance--570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5702, 1118, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:75:\"2021/06/Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:76:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:76:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:76:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:73:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:75:\"Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4207, 691, 'team_grid_meta_keys', NULL),
(4208, 691, 'team_items_skill_bg_color', '#399fe7'),
(4209, 691, 'team_pagination_prev_text', '« Previous'),
(4210, 691, 'team_pagination_next_text', 'Next »'),
(4223, 691, 'team_slider_navigation_position', 'middle'),
(4224, 691, 'team_slide_speed', '1000'),
(4225, 691, 'team_slider_pagination', 'true'),
(4213, 691, 'team_filter_bg_color', '#d6d6d6'),
(4214, 691, 'team_filter_active_bg_color', '#adadad'),
(4215, 691, 'team_filter_text_color', '#666666'),
(4231, 691, 'team_slider_mouse_drag', 'true'),
(4229, 691, 'team_slider_pagination_text_color', '#fff'),
(4230, 691, 'team_slider_touch_drag', 'true'),
(4228, 691, 'team_slider_pagination_bg', '#1eb286'),
(4227, 691, 'team_slider_pagination_count', 'false'),
(4226, 691, 'team_pagination_slide_speed', '1000'),
(4221, 691, 'team_stop_on_hover', 'true'),
(4222, 691, 'team_slider_navigation', 'true'),
(4220, 691, 'team_auto_play', 'true'),
(4219, 691, 'team_column_number_tablet', '2'),
(4218, 691, 'team_column_number_mobile', '1'),
(4217, 691, 'team_column_number', '3'),
(4216, 691, 'team_filter_scroll_top', 'no'),
(4212, 691, 'team_pagination_type', 'none'),
(4200, 691, 'team_items_popup_width', '80%'),
(4201, 691, 'team_items_popup_height', '70%'),
(4202, 691, 'team_items_popup_thumb_size', 'thumbnail'),
(4211, 691, 'team_grid_style', 'grid'),
(4206, 691, 'team_grid_items_hide', 'a:1:{s:6:\"social\";s:3:\"yes\";}'),
(4194, 691, 'team_items_social_icon_width', '25px'),
(4195, 691, 'team_items_social_icon_height', '25px'),
(4196, 691, 'team_items_custom_css', '.team-container #team-691{} .team-container #team-691 .team-item{} .team-container #team-691 .team-thumb{} .team-container #team-691 .team-title{} .team-container #team-691 .team-content{}'),
(4205, 691, 'team_grid_items', 'a:8:{s:9:\"thumbnail\";s:9:\"thumbnail\";s:5:\"title\";s:5:\"title\";s:8:\"position\";s:8:\"position\";s:7:\"content\";s:7:\"content\";s:6:\"social\";s:6:\"social\";s:5:\"popup\";s:5:\"popup\";s:4:\"meta\";s:4:\"meta\";s:5:\"skill\";s:5:\"skill\";}'),
(4204, 691, 'team_items_default_filter_mixitup', 'all'),
(4203, 691, 'team_items_post_per_page_mixitup', '3'),
(4199, 691, 'team_items_popup_excerpt_text', 'Read More'),
(4198, 691, 'team_items_popup_excerpt_count', '25'),
(4197, 691, 'team_items_popup_content', 'full'),
(4193, 691, 'team_items_social_icon_type', 'image_icon'),
(4184, 691, 'team_items_thumb_size', 'thumbnail'),
(4185, 691, 'team_items_link_to_post', 'no'),
(4186, 691, 'team_items_max_width', '280px'),
(4192, 691, 'team_items_margin', '15px'),
(4191, 691, 'team_items_thumb_max_hieght_mobile', ''),
(4176, 691, 'team_items_title_font_size', '14px'),
(4177, 691, 'team_items_title_font_family', ''),
(4178, 691, 'team_items_position_color', '#333'),
(4179, 691, 'team_items_position_font_size', '13px'),
(4187, 691, 'team_items_width_mobile', '90%'),
(4183, 691, 'team_pagination_active_bg_color', '#249bd9'),
(4182, 691, 'team_pagination_bg_color', '#2eb3f8'),
(4181, 691, 'team_items_content_font_size', '13px'),
(4180, 691, 'team_items_content_color', '#333'),
(4175, 691, 'team_items_title_color', '#333'),
(4173, 691, 'team_items_excerpt_text', 'Read More'),
(4174, 691, 'team_taxonomy_terms', 'a:1:{i:27;s:2:\"27\";}'),
(4145, 688, '_menu_item_url', ''),
(4144, 688, '_menu_item_xfn', ''),
(4143, 688, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4142, 688, '_menu_item_target', ''),
(4141, 688, '_menu_item_object', 'page'),
(4140, 688, '_menu_item_object_id', '684'),
(4139, 688, '_menu_item_menu_item_parent', '621'),
(4138, 688, '_menu_item_type', 'post_type'),
(3750, 621, '_menu_item_type', 'post_type'),
(3751, 621, '_menu_item_menu_item_parent', '0'),
(3752, 621, '_menu_item_object_id', '277'),
(3753, 621, '_menu_item_object', 'page'),
(3754, 621, '_menu_item_target', ''),
(3755, 621, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3756, 621, '_menu_item_xfn', ''),
(3757, 621, '_menu_item_url', ''),
(3759, 622, '_menu_item_type', 'post_type'),
(3760, 622, '_menu_item_menu_item_parent', '0'),
(3761, 622, '_menu_item_object_id', '256'),
(3762, 622, '_menu_item_object', 'page'),
(3763, 622, '_menu_item_target', ''),
(3764, 622, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3765, 622, '_menu_item_xfn', ''),
(3766, 622, '_menu_item_url', ''),
(4132, 684, '_edit_lock', '1640759934:1'),
(4133, 684, '_wp_page_template', 'default'),
(4134, 684, '_page_settings', 'a:11:{s:7:\"sidebar\";s:0:\"\";s:11:\"sidebar_pos\";s:5:\"right\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:52:\"http://ahf.com.pk/wp-content/uploads/2019/11/CBM.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:25:\"Central Working Committee\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:25:\"Central Working Committee\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4137, 686, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:269;s:4:\"file\";s:15:\"2019/11/CBM.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"CBM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"CBM-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"CBM-768x161.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"CBM-1024x215.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:15:\"CBM-370x269.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:16:\"CBM-1170x269.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:15:\"CBM-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:15:\"CBM-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:15:\"CBM-570x269.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:15:\"CBM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:15:\"CBM-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:16:\"CBM-1170x269.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:13:\"CBM-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:15:\"CBM-470x269.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:15:\"CBM-570x269.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:269;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4136, 686, '_wp_attached_file', '2019/11/CBM.jpg'),
(4135, 684, '_wpb_vc_js_status', 'true'),
(4093, 670, '_menu_item_menu_item_parent', '0'),
(4094, 670, '_menu_item_object_id', '670'),
(4095, 670, '_menu_item_object', 'custom'),
(4096, 670, '_menu_item_target', ''),
(4097, 670, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4131, 684, '_edit_last', '1'),
(4130, 682, '_wpb_show_team_members_shortcode', 'a:1:{s:17:\"wpb_otm_shortcode\";s:45:\"[wpb-otm-shortcode title=\"Members\" id=\"682\"]\";}'),
(4129, 682, '_wpb_team_members_shortcode', 'a:7:{s:4:\"skin\";s:7:\"default\";s:16:\"number_of_member\";s:1:\"4\";s:6:\"column\";s:1:\"3\";s:5:\"order\";s:3:\"ASC\";s:7:\"orderby\";s:4:\"date\";s:17:\"member_categories\";s:7:\"members\";s:7:\"x_class\";s:0:\"\";}'),
(4128, 682, '_edit_lock', '1573905782:1'),
(4127, 682, '_edit_last', '1'),
(4126, 681, '_wpb_team_members_options', 'a:4:{s:11:\"designation\";s:25:\"Director Pharmacy Network\";s:8:\"location\";s:0:\"\";s:12:\"social_icons\";s:0:\"\";s:6:\"skills\";s:0:\"\";}'),
(4118, 679, '_wpb_team_members_options', 'a:4:{s:11:\"designation\";s:8:\"Director\";s:8:\"location\";s:0:\"\";s:12:\"social_icons\";s:0:\"\";s:6:\"skills\";s:0:\"\";}'),
(4125, 681, '_thumbnail_id', '676'),
(4124, 681, '_edit_lock', '1574053446:1'),
(4123, 681, '_edit_last', '1'),
(4122, 680, '_wpb_team_members_options', 'a:4:{s:11:\"designation\";s:27:\"Director Diagnostic Network\";s:8:\"location\";s:0:\"\";s:12:\"social_icons\";s:0:\"\";s:6:\"skills\";s:0:\"\";}'),
(4121, 680, '_thumbnail_id', '676'),
(4120, 680, '_edit_lock', '1573900790:1'),
(4119, 680, '_edit_last', '1'),
(4117, 679, '_thumbnail_id', '676'),
(4108, 676, '_wp_attachment_image_alt', 'Chairman Mr. Abdus Shakoor'),
(4109, 675, '_thumbnail_id', '676'),
(4110, 675, '_wpb_team_members_options', 'a:4:{s:11:\"designation\";s:8:\"Chairman\";s:8:\"location\";s:0:\"\";s:12:\"social_icons\";s:0:\"\";s:6:\"skills\";s:0:\"\";}'),
(4116, 679, '_edit_lock', '1573900713:1'),
(4115, 679, '_edit_last', '1'),
(4114, 678, '_wpb_team_members_options', 'a:4:{s:11:\"designation\";s:13:\"Vice Chairman\";s:8:\"location\";s:0:\"\";s:12:\"social_icons\";s:0:\"\";s:6:\"skills\";s:0:\"\";}'),
(4113, 678, '_thumbnail_id', '676'),
(4112, 678, '_edit_lock', '1573900615:1'),
(4111, 678, '_edit_last', '1'),
(4106, 676, '_wp_attached_file', '2019/11/AbdusShakoorSbCBM.png'),
(4107, 676, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:270;s:6:\"height\";i:340;s:4:\"file\";s:29:\"2019/11/AbdusShakoorSbCBM.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"AbdusShakoorSbCBM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"AbdusShakoorSbCBM-238x300.png\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"AbdusShakoorSbCBM-270x252.png\";s:5:\"width\";i:270;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"AbdusShakoorSbCBM-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"AbdusShakoorSbCBM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"AbdusShakoorSbCBM-270x184.png\";s:5:\"width\";i:270;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:29:\"AbdusShakoorSbCBM-270x312.png\";s:5:\"width\";i:270;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"AbdusShakoorSbCBM-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"AbdusShakoorSbCBM-270x318.png\";s:5:\"width\";i:270;s:6:\"height\";i:318;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:{}}}'),
(4105, 675, '_edit_lock', '1573899579:1'),
(4103, 672, '_wp_attachment_image_alt', 'Contact Us'),
(4104, 675, '_edit_last', '1'),
(4102, 672, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2372;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2019/11/AHFContactUs.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"AHFContactUs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"AHFContactUs-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"AHFContactUs-768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"AHFContactUs-1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:24:\"AHFContactUs-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:25:\"AHFContactUs-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:24:\"AHFContactUs-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:24:\"AHFContactUs-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:24:\"AHFContactUs-570x500.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:24:\"AHFContactUs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:24:\"AHFContactUs-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:25:\"AHFContactUs-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:22:\"AHFContactUs-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:24:\"AHFContactUs-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:24:\"AHFContactUs-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:9:\"Aman Butt\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567516424\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4099, 670, '_menu_item_url', 'https://ess.alkhidmat.org/loginui.aspx'),
(4087, 669, '_menu_item_target', ''),
(4088, 669, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4089, 669, '_menu_item_xfn', ''),
(4090, 669, '_menu_item_url', 'https://mail.ahf.com.pk:2096/'),
(4098, 670, '_menu_item_xfn', ''),
(4092, 670, '_menu_item_type', 'custom'),
(5091, 943, '_menu_item_url', 'http://ahf.com.pk/'),
(5090, 943, '_menu_item_xfn', ''),
(5089, 943, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5088, 943, '_menu_item_target', ''),
(5087, 943, '_menu_item_object', 'custom'),
(4086, 669, '_menu_item_object', 'custom'),
(4085, 669, '_menu_item_object_id', '669'),
(4084, 669, '_menu_item_menu_item_parent', '0'),
(4083, 669, '_menu_item_type', 'custom'),
(5086, 943, '_menu_item_object_id', '943'),
(5083, 943, 'sc_member_order', '0'),
(5084, 943, '_menu_item_type', 'custom'),
(5085, 943, '_menu_item_menu_item_parent', '0'),
(5098, 944, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:269;s:4:\"file\";s:16:\"2020/01/News.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"News-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"News-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"News-768x161.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"News-1024x215.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:16:\"News-370x269.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:17:\"News-1170x269.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:16:\"News-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:16:\"News-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:16:\"News-570x269.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:16:\"News-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:16:\"News-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:17:\"News-1170x269.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:14:\"News-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:16:\"News-470x269.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:16:\"News-570x269.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:269;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5097, 944, '_wp_attached_file', '2020/01/News.jpg'),
(4047, 661, '_wpb_shortcodes_custom_css', '.vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}'),
(3983, 647, '_wp_attached_file', 'layerslider/home-1/wsi-imageoptim-index.jpg'),
(3984, 647, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:43:\"layerslider/home-1/wsi-imageoptim-index.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:30:\"wsi-imageoptim-index-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:32:\"wsi-imageoptim-index-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(3985, 648, '_wp_attached_file', 'layerslider/home-1/wsi-imageoptim-index1.jpg'),
(3986, 648, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:44:\"layerslider/home-1/wsi-imageoptim-index1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-index1-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-index1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-index1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-index1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(3987, 649, '_wp_attached_file', 'layerslider/home-1/wsi-imageoptim-index2.jpg'),
(3988, 649, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:700;s:4:\"file\";s:44:\"layerslider/home-1/wsi-imageoptim-index2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-index2-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-index2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:34:\"wsi-imageoptim-index2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:31:\"wsi-imageoptim-index2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:33:\"wsi-imageoptim-index2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4703, 341, '_edit_lock', '1574335159:1'),
(4704, 847, '_wp_attached_file', '2017/09/Chairman-Mr-Abdus-Shakoor-Test.png'),
(3992, 652, '_wp_attached_file', '2019/09/Tharparkar-Banner.jpg'),
(3993, 652, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1489;s:4:\"file\";s:29:\"2019/09/Tharparkar-Banner.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-768x381.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Tharparkar-Banner-1024x508.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"Tharparkar-Banner-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"Tharparkar-Banner-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"Tharparkar-Banner-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"Tharparkar-Banner-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:17:\"Thar Poster Final\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3994, 652, '_wp_attachment_image_alt', 'Tharparker'),
(4044, 659, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1489;s:4:\"file\";s:36:\"2019/09/Mishal-Medical-Complex-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-768x381.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Mishal-Medical-Complex-2-1024x508.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:37:\"Mishal-Medical-Complex-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:37:\"Mishal-Medical-Complex-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:34:\"Mishal-Medical-Complex-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:36:\"Mishal-Medical-Complex-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:17:\"Thar Poster Final\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4043, 659, '_wp_attached_file', '2019/09/Mishal-Medical-Complex-2.jpg'),
(4455, 741, '_wp_attached_file', '2019/11/AHF-Chitral-Hospital-copy.jpg'),
(4456, 741, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3072;s:4:\"file\";s:37:\"2019/11/AHF-Chitral-Hospital-copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"AHF-Chitral-Hospital-copy-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:38:\"AHF-Chitral-Hospital-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:38:\"AHF-Chitral-Hospital-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:35:\"AHF-Chitral-Hospital-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:37:\"AHF-Chitral-Hospital-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525335004\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4457, 742, '_wp_attached_file', '2019/11/AHF-Iman-Hospital-copy.jpg'),
(4458, 742, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:34:\"2019/11/AHF-Iman-Hospital-copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"AHF-Iman-Hospital-copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:35:\"AHF-Iman-Hospital-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:35:\"AHF-Iman-Hospital-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:32:\"AHF-Iman-Hospital-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:34:\"AHF-Iman-Hospital-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548302413\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4459, 743, '_wp_attached_file', '2019/11/AHF-Kohat-Hospital-copy.jpg'),
(4460, 743, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:35:\"2019/11/AHF-Kohat-Hospital-copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"AHF-Kohat-Hospital-copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:36:\"AHF-Kohat-Hospital-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:36:\"AHF-Kohat-Hospital-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:33:\"AHF-Kohat-Hospital-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:35:\"AHF-Kohat-Hospital-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548039633\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4461, 744, '_wp_attached_file', '2019/11/AHF-Mishaal-Medical-Complex-copy.jpg'),
(4462, 744, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:44:\"2019/11/AHF-Mishaal-Medical-Complex-copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"AHF-Mishaal-Medical-Complex-copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:45:\"AHF-Mishaal-Medical-Complex-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:45:\"AHF-Mishaal-Medical-Complex-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:42:\"AHF-Mishaal-Medical-Complex-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:44:\"AHF-Mishaal-Medical-Complex-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548128425\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4463, 745, '_wp_attached_file', '2019/11/AHF-Mohmand-Agency-copy.jpg'),
(4464, 745, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:35:\"2019/11/AHF-Mohmand-Agency-copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"AHF-Mohmand-Agency-copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:36:\"AHF-Mohmand-Agency-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:36:\"AHF-Mohmand-Agency-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:33:\"AHF-Mohmand-Agency-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:35:\"AHF-Mohmand-Agency-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525186298\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.000125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4465, 746, '_wp_attached_file', '2019/11/AHF-Peshawar-Hospital-copy.jpg'),
(4466, 746, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3992;s:6:\"height\";i:2242;s:4:\"file\";s:38:\"2019/11/AHF-Peshawar-Hospital-copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"AHF-Peshawar-Hospital-copy-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:39:\"AHF-Peshawar-Hospital-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:39:\"AHF-Peshawar-Hospital-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:36:\"AHF-Peshawar-Hospital-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:38:\"AHF-Peshawar-Hospital-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"FC330\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547731430\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.61\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4467, 747, '_wp_attached_file', '2019/11/AHF-Raazi-Hospital-copy.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4468, 747, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2250;s:4:\"file\";s:35:\"2019/11/AHF-Raazi-Hospital-copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"AHF-Raazi-Hospital-copy-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:36:\"AHF-Raazi-Hospital-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:36:\"AHF-Raazi-Hospital-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:33:\"AHF-Raazi-Hospital-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:35:\"AHF-Raazi-Hospital-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"FC330\";s:7:\"caption\";s:24:\"DCIM100MEDIADJI_0480.JPG\";s:17:\"created_timestamp\";s:10:\"1548258213\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.61\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:24:\"DCIM100MEDIADJI_0480.JPG\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4469, 748, '_wp_attached_file', '2019/11/AHF-Yonus-Khtak-Hospital-copy.jpg'),
(4470, 748, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3992;s:6:\"height\";i:2242;s:4:\"file\";s:41:\"2019/11/AHF-Yonus-Khtak-Hospital-copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"AHF-Yonus-Khtak-Hospital-copy-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:42:\"AHF-Yonus-Khtak-Hospital-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:42:\"AHF-Yonus-Khtak-Hospital-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:39:\"AHF-Yonus-Khtak-Hospital-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:41:\"AHF-Yonus-Khtak-Hospital-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"FC330\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547987082\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.61\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4471, 740, '_wp_attachment_image_alt', 'AHF Charsa Hospital'),
(4472, 741, '_wp_attachment_image_alt', 'AHF Chitral Medical Centres/Clinics'),
(4473, 742, '_wp_attachment_image_alt', 'AHF Iman Hospital'),
(4474, 743, '_wp_attachment_image_alt', 'AHF Kohat Mother and Child Healthcare Center'),
(4475, 744, '_wp_attachment_image_alt', 'AHF Mishaal Medical Complex'),
(4476, 745, '_wp_attachment_image_alt', 'AHF Mohmand Agency Medical Centres/Clinics'),
(4477, 746, '_wp_attachment_image_alt', 'AHF Peshawar Hospital'),
(4478, 747, '_wp_attachment_image_alt', 'AHF Raazi Hospital Islamabad'),
(4479, 748, '_wp_attachment_image_alt', 'AHF Yonus Khtak Medical Centres/Clinics'),
(4480, 749, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(4481, 701, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(4482, 750, '_edit_last', '1'),
(4483, 750, '_edit_lock', '1640676924:1'),
(4484, 750, '_tf_layout', 'n2'),
(4485, 750, '_tf_stat', 'a:7:{i:0;a:4:{s:8:\"_tf_icon\";s:16:\"fa fa-hospital-o\";s:10:\"_tf_number\";s:2:\"40\";s:15:\"_tf_dynamic_nmb\";s:0:\"\";s:9:\"_tf_title\";s:9:\"Hospitals\";}i:1;a:4:{s:8:\"_tf_icon\";s:17:\"fa fa-stethoscope\";s:10:\"_tf_number\";s:2:\"70\";s:15:\"_tf_dynamic_nmb\";s:0:\"\";s:9:\"_tf_title\";s:15:\"Medical Centers\";}i:2;a:4:{s:8:\"_tf_icon\";s:11:\"fa fa-flask\";s:10:\"_tf_number\";s:3:\"127\";s:15:\"_tf_dynamic_nmb\";s:0:\"\";s:9:\"_tf_title\";s:31:\"Laboratory & Collection Centers\";}i:3;a:4:{s:8:\"_tf_icon\";s:10:\"fa fa-tint\";s:10:\"_tf_number\";s:1:\"8\";s:15:\"_tf_dynamic_nmb\";s:0:\"\";s:9:\"_tf_title\";s:11:\"Blood Banks\";}i:4;a:4:{s:8:\"_tf_icon\";s:15:\"fa fa-ambulance\";s:10:\"_tf_number\";s:3:\"284\";s:15:\"_tf_dynamic_nmb\";s:0:\"\";s:9:\"_tf_title\";s:10:\"Ambulances\";}i:5;a:4:{s:8:\"_tf_icon\";s:12:\"fa fa-medkit\";s:10:\"_tf_number\";s:3:\"365\";s:15:\"_tf_dynamic_nmb\";s:0:\"\";s:9:\"_tf_title\";s:13:\"Medical Camps\";}i:6;a:3:{s:8:\"_tf_icon\";s:10:\"fa fa-beer\";s:10:\"_tf_number\";s:2:\"44\";s:9:\"_tf_title\";s:8:\"Pharmacy\";}}'),
(5584, 1072, '_wp_attached_file', '2020/02/alkhidmatEyeCaamp.jpg'),
(5585, 1072, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2020/02/alkhidmatEyeCaamp.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"alkhidmatEyeCaamp-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"alkhidmatEyeCaamp-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"alkhidmatEyeCaamp-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"alkhidmatEyeCaamp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"alkhidmatEyeCaamp-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4486, 750, '_tf_bgct', 'on'),
(4487, 750, '_tf_tc', '#0a0a0a'),
(4488, 750, '_tf_ic', '#dd3333'),
(4489, 750, '_tf_nc', '#0a0a0a'),
(4490, 750, '_tf_ctc', '#0a0a0a'),
(4491, 750, '_tf_nbs', '2'),
(4492, 750, '_tf_tts', '1.2'),
(4493, 750, '_tf_ics', '5'),
(4494, 751, '_wpb_shortcodes_custom_css', '.vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}'),
(4495, 739, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(4496, 752, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(4497, 753, '_wpb_shortcodes_custom_css', '.vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}'),
(4498, 754, '_wp_attached_file', '2019/11/ChairManAHFAbdusShakoorSb.png'),
(4499, 754, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:562;s:6:\"height\";i:580;s:4:\"file\";s:37:\"2019/11/ChairManAHFAbdusShakoorSb.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-291x300.png\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-370x491.png\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-562x455.png\";s:5:\"width\";i:562;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-370x252.png\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-562x570.png\";s:5:\"width\";i:562;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-562x184.png\";s:5:\"width\";i:562;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-562x312.png\";s:5:\"width\";i:562;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:35:\"ChairManAHFAbdusShakoorSb-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-470x318.png\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:37:\"ChairManAHFAbdusShakoorSb-562x353.png\";s:5:\"width\";i:562;s:6:\"height\";i:353;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:{}}}'),
(4500, 755, '_wp_attached_file', '2019/11/DrAfzal.jpg'),
(4501, 755, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:562;s:6:\"height\";i:580;s:4:\"file\";s:19:\"2019/11/DrAfzal.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DrAfzal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DrAfzal-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:19:\"DrAfzal-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"DrAfzal-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:19:\"DrAfzal-562x455.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"DrAfzal-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"DrAfzal-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"DrAfzal-562x570.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:19:\"DrAfzal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"DrAfzal-562x184.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:19:\"DrAfzal-562x312.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:17:\"DrAfzal-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"DrAfzal-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"DrAfzal-562x353.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4502, 756, '_wp_attached_file', '2019/11/DrHafeezurRahman.jpg'),
(4503, 756, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:562;s:6:\"height\";i:580;s:4:\"file\";s:28:\"2019/11/DrHafeezurRahman.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-562x455.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-562x570.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-562x184.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-562x312.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:26:\"DrHafeezurRahman-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:28:\"DrHafeezurRahman-562x353.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4504, 755, '_wp_attachment_image_alt', 'Dr. Afzal'),
(4505, 756, '_wp_attachment_image_alt', 'Dr. Hafeez ur Rahman'),
(4506, 754, '_wp_attachment_image_alt', 'Chairman Muhammad Abdus Shakoor'),
(4507, 757, '_wpb_shortcodes_custom_css', '.vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}'),
(4508, 712, '_wpb_shortcodes_custom_css', '.vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161507141{margin-top: 0px !important;padding-top: 0px !important;}'),
(4509, 759, '_wp_attached_file', '2019/11/1D6A8390.jpg'),
(4510, 759, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2019/11/1D6A8390.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A8390-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A8390-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A8390-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A8390-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A8390-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A8390-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A8390-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A8390-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A8390-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A8390-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A8390-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A8390-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A8390-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A8390-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A8390-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A8390-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508838402\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4511, 760, '_wp_attached_file', '2019/11/1D6A8406.jpg'),
(4512, 760, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2019/11/1D6A8406.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A8406-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A8406-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A8406-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A8406-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A8406-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A8406-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A8406-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A8406-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A8406-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A8406-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A8406-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A8406-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A8406-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A8406-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A8406-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A8406-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508839251\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4513, 761, '_wp_attached_file', '2019/11/1D6A8408.jpg'),
(4514, 761, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2019/11/1D6A8408.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A8408-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A8408-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A8408-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A8408-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A8408-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A8408-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A8408-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A8408-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A8408-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A8408-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A8408-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A8408-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A8408-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A8408-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A8408-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A8408-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508233673\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"58\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4515, 762, '_wp_attached_file', '2019/11/20180115_212245.jpg'),
(4516, 762, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5312;s:6:\"height\";i:2988;s:4:\"file\";s:27:\"2019/11/20180115_212245.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20180115_212245-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20180115_212245-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20180115_212245-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20180115_212245-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:27:\"20180115_212245-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:27:\"20180115_212245-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:28:\"20180115_212245-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:27:\"20180115_212245-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:27:\"20180115_212245-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:27:\"20180115_212245-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:27:\"20180115_212245-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:27:\"20180115_212245-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:28:\"20180115_212245-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:25:\"20180115_212245-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:27:\"20180115_212245-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:27:\"20180115_212245-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-N910C\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516051365\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:15:\"0.0714285714286\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4517, 763, '_wp_attached_file', '2019/11/20180321_165126.jpg'),
(4518, 763, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2019/11/20180321_165126.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20180321_165126-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20180321_165126-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20180321_165126-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20180321_165126-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:27:\"20180321_165126-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:27:\"20180321_165126-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:28:\"20180321_165126-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:27:\"20180321_165126-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:27:\"20180321_165126-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:27:\"20180321_165126-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:27:\"20180321_165126-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:27:\"20180321_165126-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:28:\"20180321_165126-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:25:\"20180321_165126-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:27:\"20180321_165126-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:27:\"20180321_165126-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"GT-I8730\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521651085\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.55\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:16:\"0.00680272108844\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),
(4519, 764, '_wp_attached_file', '2019/11/Jinnah-Hospital-Lab.jpg'),
(4520, 764, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:31:\"2019/11/Jinnah-Hospital-Lab.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Jinnah-Hospital-Lab-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:32:\"Jinnah-Hospital-Lab-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:32:\"Jinnah-Hospital-Lab-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:29:\"Jinnah-Hospital-Lab-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:31:\"Jinnah-Hospital-Lab-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508232809\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4521, 765, '_wp_attached_file', '2019/11/WhatsApp-Image-2018-04-05-at-3.10.44-PM1.jpeg'),
(4522, 765, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:53:\"2019/11/WhatsApp-Image-2018-04-05-at-3.10.44-PM1.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:51:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.10.44-PM1-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4523, 766, '_wp_attached_file', '2019/11/WhatsApp-Image-2018-04-05-at-3.14.15-PM.jpeg'),
(4524, 766, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:52:\"2019/11/WhatsApp-Image-2018-04-05-at-3.14.15-PM.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-04-05-at-3.14.15-PM-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4525, 759, '_wp_attachment_image_alt', 'Alkhidmat Diagnostic Lab'),
(4526, 760, '_wp_attachment_image_alt', 'Alkhidmat Diagnostic Lab'),
(4527, 761, '_wp_attachment_image_alt', 'Alkhidmat Diagnostic Lab'),
(4528, 762, '_wp_attachment_image_alt', 'Alkhidmat Diagnostic Lab'),
(4529, 764, '_wp_attachment_image_alt', 'Alkhidmat Diagnostic Lab'),
(4530, 765, '_wp_attachment_image_alt', 'Alkhidmat Diagnostic Lab'),
(4531, 766, '_wp_attachment_image_alt', 'Alkhidmat Diagnostic Lab'),
(4532, 767, '_wpb_shortcodes_custom_css', '.vc_custom_1574156081818{margin-top: 0px !important;padding-top: 0px !important;}'),
(4533, 714, '_wpb_shortcodes_custom_css', '.vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}'),
(4534, 768, '_wpb_shortcodes_custom_css', '.vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}'),
(4535, 769, '_wpb_shortcodes_custom_css', '.vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}'),
(4536, 770, '_wpb_shortcodes_custom_css', '.vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161507141{margin-top: 0px !important;padding-top: 0px !important;}'),
(4537, 772, '_wp_attached_file', '2019/11/1D6A4724.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4538, 772, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2019/11/1D6A4724.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A4724-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A4724-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A4724-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A4724-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A4724-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A4724-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A4724-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A4724-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A4724-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A4724-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A4724-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A4724-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A4724-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A4724-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A4724-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A4724-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1392387267\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4539, 773, '_wp_attached_file', '2019/11/1D6A4730.jpg'),
(4540, 773, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5132;s:6:\"height\";i:3421;s:4:\"file\";s:20:\"2019/11/1D6A4730.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A4730-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A4730-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A4730-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A4730-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A4730-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A4730-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A4730-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A4730-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A4730-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A4730-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A4730-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A4730-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A4730-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A4730-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A4730-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A4730-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1392387406\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4541, 774, '_wp_attached_file', '2019/11/1D6A4738.jpg'),
(4542, 774, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3007;s:6:\"height\";i:2005;s:4:\"file\";s:20:\"2019/11/1D6A4738.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A4738-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A4738-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A4738-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A4738-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A4738-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A4738-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A4738-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A4738-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A4738-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A4738-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A4738-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A4738-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A4738-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A4738-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A4738-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A4738-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1392387582\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4543, 775, '_wp_attached_file', '2019/11/1D6A4772.jpg'),
(4544, 775, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2019/11/1D6A4772.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A4772-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A4772-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A4772-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A4772-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A4772-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A4772-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A4772-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A4772-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A4772-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A4772-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A4772-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A4772-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A4772-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A4772-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A4772-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A4772-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1392388371\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4545, 772, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4546, 773, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4547, 776, '_wp_attached_file', '2019/11/1D6A4804.jpg'),
(4548, 776, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2019/11/1D6A4804.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A4804-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A4804-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A4804-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A4804-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A4804-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A4804-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A4804-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A4804-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A4804-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A4804-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A4804-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A4804-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A4804-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A4804-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A4804-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A4804-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1392389452\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4549, 774, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4550, 775, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4551, 776, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4552, 777, '_wpb_shortcodes_custom_css', '.vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574163691867{margin-top: 0px !important;padding-top: 0px !important;}'),
(4553, 716, '_wpb_shortcodes_custom_css', '.vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574163748187{margin-top: 0px !important;padding-top: 0px !important;}'),
(4554, 778, '_wpb_shortcodes_custom_css', '.vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574163748187{margin-top: 0px !important;padding-top: 0px !important;}'),
(4555, 780, '_wp_attached_file', '2019/11/1D6A4520.jpg'),
(4556, 780, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2019/11/1D6A4520.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A4520-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A4520-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A4520-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A4520-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A4520-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A4520-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A4520-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A4520-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A4520-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A4520-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A4520-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A4520-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A4520-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A4520-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A4520-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A4520-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1392216227\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4557, 781, '_wp_attached_file', '2019/11/278A2006.jpg'),
(4558, 781, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:20:\"2019/11/278A2006.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"278A2006-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"278A2006-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"278A2006-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"278A2006-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"278A2006-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"278A2006-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"278A2006-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"278A2006-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"278A2006-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"278A2006-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"278A2006-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"278A2006-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"278A2006-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"278A2006-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"278A2006-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"278A2006-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548042251\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4559, 782, '_wp_attached_file', '2019/11/278A2020.jpg'),
(4560, 782, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:20:\"2019/11/278A2020.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"278A2020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"278A2020-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"278A2020-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"278A2020-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"278A2020-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"278A2020-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"278A2020-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"278A2020-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"278A2020-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"278A2020-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"278A2020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"278A2020-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"278A2020-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"278A2020-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"278A2020-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"278A2020-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548047050\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4561, 783, '_wp_attached_file', '2019/11/DSC06831.jpg'),
(4562, 783, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2019/11/DSC06831.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC06831-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC06831-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC06831-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC06831-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"DSC06831-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"DSC06831-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"DSC06831-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"DSC06831-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"DSC06831-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"DSC06831-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"DSC06831-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"DSC06831-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"DSC06831-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"DSC06831-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"DSC06831-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"DSC06831-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P72\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1242157156\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4563, 784, '_wp_attached_file', '2019/11/IMG_9429.jpg'),
(4564, 784, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:2886;s:4:\"file\";s:20:\"2019/11/IMG_9429.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9429-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_9429-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_9429-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_9429-1024x570.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"IMG_9429-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"IMG_9429-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"IMG_9429-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"IMG_9429-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"IMG_9429-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"IMG_9429-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"IMG_9429-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"IMG_9429-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"IMG_9429-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"IMG_9429-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"IMG_9429-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"IMG_9429-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1331967043\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4565, 780, '_wp_attachment_image_alt', 'Alkhidmat Ambulance'),
(4566, 781, '_wp_attachment_image_alt', 'Alkhidmat Ambulance'),
(4567, 782, '_wp_attachment_image_alt', 'Alkhidmat Ambulance'),
(4568, 783, '_wp_attachment_image_alt', 'Alkhidmat Ambulance'),
(4569, 784, '_wp_attachment_image_alt', 'Alkhidmat Ambulance'),
(4570, 785, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574164682350{margin-top: 0px !important;padding-top: 0px !important;}'),
(4571, 718, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1640598633303{margin-top: 0px !important;padding-top: 0px !important;}'),
(4572, 787, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}'),
(4573, 720, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(4574, 789, '_wp_attached_file', '2019/11/1D6A9563.jpg'),
(4575, 789, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2019/11/1D6A9563.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A9563-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A9563-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A9563-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A9563-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A9563-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A9563-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A9563-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A9563-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A9563-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A9563-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A9563-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A9563-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A9563-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A9563-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A9563-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A9563-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522323933\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4576, 790, '_wp_attached_file', '2019/11/IMG_0006.jpg'),
(4577, 790, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:20:\"2019/11/IMG_0006.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0006-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0006-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0006-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0006-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"IMG_0006-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"IMG_0006-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"IMG_0006-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"IMG_0006-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"IMG_0006-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"IMG_0006-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"IMG_0006-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"IMG_0006-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"IMG_0006-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"IMG_0006-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"IMG_0006-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"IMG_0006-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463706033\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4578, 791, '_wp_attached_file', '2019/11/IMG_0239.jpg'),
(4579, 791, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:20:\"2019/11/IMG_0239.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0239-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0239-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0239-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0239-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"IMG_0239-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"IMG_0239-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"IMG_0239-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"IMG_0239-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"IMG_0239-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"IMG_0239-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"IMG_0239-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"IMG_0239-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"IMG_0239-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"IMG_0239-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"IMG_0239-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"IMG_0239-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464312172\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4580, 792, '_wp_attached_file', '2019/11/IMG_0983.jpg'),
(4581, 792, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4320;s:6:\"height\";i:3240;s:4:\"file\";s:20:\"2019/11/IMG_0983.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0983-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0983-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0983-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0983-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"IMG_0983-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"IMG_0983-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"IMG_0983-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"IMG_0983-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"IMG_0983-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"IMG_0983-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"IMG_0983-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"IMG_0983-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"IMG_0983-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"IMG_0983-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"IMG_0983-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"IMG_0983-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon PowerShot SX30 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463848338\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4582, 793, '_wp_attached_file', '2019/11/IMG_1023.jpg'),
(4583, 793, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4320;s:6:\"height\";i:3240;s:4:\"file\";s:20:\"2019/11/IMG_1023.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1023-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1023-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1023-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1023-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"IMG_1023-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"IMG_1023-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"IMG_1023-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"IMG_1023-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"IMG_1023-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"IMG_1023-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"IMG_1023-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"IMG_1023-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"IMG_1023-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"IMG_1023-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"IMG_1023-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"IMG_1023-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon PowerShot SX30 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463850706\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4584, 794, '_wp_attached_file', '2019/11/IMG_1028.jpg'),
(4585, 794, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4320;s:6:\"height\";i:3240;s:4:\"file\";s:20:\"2019/11/IMG_1028.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1028-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1028-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1028-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1028-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"IMG_1028-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"IMG_1028-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"IMG_1028-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"IMG_1028-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"IMG_1028-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"IMG_1028-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"IMG_1028-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"IMG_1028-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"IMG_1028-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"IMG_1028-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"IMG_1028-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"IMG_1028-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon PowerShot SX30 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463851760\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4586, 795, '_wp_attached_file', '2019/11/IMG_2128.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4587, 795, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:20:\"2019/11/IMG_2128.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2128-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2128-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_2128-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2128-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"IMG_2128-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"IMG_2128-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"IMG_2128-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"IMG_2128-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"IMG_2128-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"IMG_2128-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"IMG_2128-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"IMG_2128-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"IMG_2128-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"IMG_2128-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"IMG_2128-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"IMG_2128-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1488675391\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4588, 796, '_wp_attached_file', '2019/11/WhatsApp-Image-2018-08-03-at-11.23.46-PM1.jpeg'),
(4589, 796, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:774;s:4:\"file\";s:54:\"2019/11/WhatsApp-Image-2018-08-03-at-11.23.46-PM1.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-1032x455.jpeg\";s:5:\"width\";i:1032;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-1032x312.jpeg\";s:5:\"width\";i:1032;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2018-08-03-at-11.23.46-PM1-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4590, 789, '_wp_attachment_image_alt', 'Medical Camp'),
(4591, 790, '_wp_attachment_image_alt', 'Medical Camp'),
(4592, 791, '_wp_attachment_image_alt', 'Medical Camp'),
(4593, 792, '_wp_attachment_image_alt', 'Medical Camp'),
(4594, 793, '_wp_attachment_image_alt', 'Medical Camp'),
(4595, 794, '_wp_attachment_image_alt', 'Medical Camp'),
(4596, 795, '_wp_attachment_image_alt', 'Medical Camp'),
(4597, 796, '_wp_attachment_image_alt', 'Medical Camp'),
(4598, 797, '_wpb_shortcodes_custom_css', '.vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}'),
(4599, 722, '_wpb_shortcodes_custom_css', '.vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574313883029{margin-top: 0px !important;padding-top: 0px !important;}'),
(4600, 798, '_wpb_shortcodes_custom_css', '.vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574313883029{margin-top: 0px !important;padding-top: 0px !important;}'),
(4601, 799, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(4602, 800, '_wpb_shortcodes_custom_css', '.vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161507141{margin-top: 0px !important;padding-top: 0px !important;}'),
(4603, 801, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(4604, 802, '_wp_attached_file', '2019/11/1D6A9484.jpg'),
(4605, 802, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2019/11/1D6A9484.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A9484-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A9484-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A9484-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A9484-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"1D6A9484-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A9484-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A9484-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A9484-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A9484-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A9484-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A9484-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A9484-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A9484-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A9484-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A9484-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A9484-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522319055\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4606, 803, '_wp_attached_file', '2019/11/4.jpg'),
(4607, 803, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:13:\"2019/11/4.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:13:\"4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:11:\"4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:18:\"FAISAL ABDULREHMAN\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1459256573\";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:{}}}'),
(4608, 804, '_wp_attached_file', '2019/11/278A2007.jpg'),
(4609, 804, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:20:\"2019/11/278A2007.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"278A2007-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"278A2007-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"278A2007-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"278A2007-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"278A2007-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"278A2007-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"278A2007-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"278A2007-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"278A2007-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"278A2007-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"278A2007-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"278A2007-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"278A2007-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"278A2007-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"278A2007-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"278A2007-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548042261\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4610, 805, '_wp_attached_file', '2019/11/278A2026.jpg'),
(4611, 805, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:20:\"2019/11/278A2026.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"278A2026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"278A2026-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"278A2026-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"278A2026-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"278A2026-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"278A2026-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"278A2026-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"278A2026-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"278A2026-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"278A2026-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"278A2026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"278A2026-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"278A2026-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"278A2026-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"278A2026-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"278A2026-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548048368\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4612, 806, '_wp_attached_file', '2019/11/278A2194.jpg'),
(4613, 806, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:20:\"2019/11/278A2194.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"278A2194-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"278A2194-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"278A2194-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"278A2194-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"278A2194-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"278A2194-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"278A2194-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"278A2194-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"278A2194-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"278A2194-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"278A2194-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"278A2194-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"278A2194-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"278A2194-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"278A2194-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"278A2194-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548128355\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4614, 807, '_wp_attached_file', '2019/11/IMG_2541.jpg'),
(4615, 807, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2019/11/IMG_2541.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2541-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2541-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"IMG_2541-500x480.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"IMG_2541-370x480.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"IMG_2541-640x455.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"IMG_2541-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"IMG_2541-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"IMG_2541-570x480.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"IMG_2541-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"IMG_2541-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"IMG_2541-640x312.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"IMG_2541-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"IMG_2541-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"IMG_2541-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463143651\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.000487092060399\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4616, 808, '_wp_attached_file', '2019/11/Sindh.jpg'),
(4617, 808, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1125;s:4:\"file\";s:17:\"2019/11/Sindh.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Sindh-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Sindh-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Sindh-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Sindh-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:17:\"Sindh-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:17:\"Sindh-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:18:\"Sindh-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:17:\"Sindh-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:17:\"Sindh-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:17:\"Sindh-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:17:\"Sindh-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:17:\"Sindh-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:18:\"Sindh-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:15:\"Sindh-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:17:\"Sindh-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:17:\"Sindh-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4618, 807, '_wp_attachment_image_alt', 'AHF Medical Center & Clinic'),
(4619, 808, '_wp_attachment_image_alt', 'AHF Medical Center & Clinic'),
(4620, 809, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(4621, 810, '_wp_attached_file', '2019/11/Picture-1-1.jpg'),
(4622, 810, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5312;s:6:\"height\";i:2988;s:4:\"file\";s:23:\"2019/11/Picture-1-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Picture-1-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:24:\"Picture-1-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:24:\"Picture-1-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:21:\"Picture-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:23:\"Picture-1-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4623, 810, '_wp_attachment_image_alt', 'AHF Tharparkar Medical Complex'),
(4624, 811, '_wpb_shortcodes_custom_css', '.vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161507141{margin-top: 0px !important;padding-top: 0px !important;}'),
(4625, 812, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(4626, 813, '_wp_attached_file', '2019/11/DSCF5005.jpg'),
(4627, 813, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:3216;s:4:\"file\";s:20:\"2019/11/DSCF5005.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSCF5005-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSCF5005-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSCF5005-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSCF5005-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"DSCF5005-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"DSCF5005-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"DSCF5005-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"DSCF5005-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"DSCF5005-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"DSCF5005-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"DSCF5005-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"DSCF5005-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"DSCF5005-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"DSCF5005-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"DSCF5005-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"DSCF5005-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"FinePix SL280\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553805443\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:16:\"0.00555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4628, 814, '_wp_attached_file', '2019/11/IMG_6682-copy.jpg'),
(4629, 814, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:25:\"2019/11/IMG_6682-copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"IMG_6682-copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:26:\"IMG_6682-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:26:\"IMG_6682-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:23:\"IMG_6682-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:15:\"Shaharyar Afzal\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552826132\";s:9:\"copyright\";s:16:\"Reflexion Studio\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4630, 813, '_wp_attachment_image_alt', 'Medical Camp'),
(4631, 814, '_wp_attachment_image_alt', 'Annual Heath Screening Camp'),
(4632, 815, '_wpb_shortcodes_custom_css', '.vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574313883029{margin-top: 0px !important;padding-top: 0px !important;}'),
(4633, 816, '_wp_attached_file', '2019/11/20181002_120114.jpg'),
(4634, 816, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:4:\"file\";s:27:\"2019/11/20181002_120114.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20181002_120114-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20181002_120114-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20181002_120114-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20181002_120114-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:27:\"20181002_120114-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:27:\"20181002_120114-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:28:\"20181002_120114-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:27:\"20181002_120114-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:27:\"20181002_120114-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:27:\"20181002_120114-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:27:\"20181002_120114-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:27:\"20181002_120114-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:28:\"20181002_120114-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:25:\"20181002_120114-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:27:\"20181002_120114-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:27:\"20181002_120114-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-C5000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538481674\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:16:\"0.00113122171946\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4635, 816, '_wp_attachment_image_alt', 'AHF Medical Center & Clinic'),
(4636, 817, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(4637, 818, '_wp_attached_file', '2019/11/1.jpg'),
(4638, 818, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1186;s:4:\"file\";s:13:\"2019/11/1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x506.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:13:\"1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:11:\"1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:18:\"FAISAL ABDULREHMAN\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1459256573\";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:{}}}'),
(4639, 819, '_wp_attached_file', '2019/11/1D6A4303-copy.jpg'),
(4640, 819, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:981;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2019/11/1D6A4303-copy.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-981x455.jpg\";s:5:\"width\";i:981;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-981x312.jpg\";s:5:\"width\";i:981;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:23:\"1D6A4303-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:25:\"1D6A4303-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1513930864\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4641, 820, '_wp_attached_file', '2019/11/4-1.jpg'),
(4642, 820, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:15:\"2019/11/4-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"4-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"4-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"4-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:15:\"4-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:15:\"4-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:16:\"4-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:15:\"4-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:15:\"4-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:15:\"4-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:15:\"4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:15:\"4-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:16:\"4-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:13:\"4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:15:\"4-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:15:\"4-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:18:\"FAISAL ABDULREHMAN\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1459256573\";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:{}}}'),
(4643, 821, '_wp_attached_file', '2019/11/5.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4644, 821, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1202;s:4:\"file\";s:13:\"2019/11/5.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:13:\"5-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:13:\"5-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:14:\"5-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:13:\"5-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:13:\"5-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:13:\"5-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:13:\"5-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:14:\"5-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:11:\"5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:13:\"5-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:13:\"5-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:18:\"FAISAL ABDULREHMAN\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1459256573\";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:{}}}'),
(4645, 822, '_wp_attached_file', '2019/11/Blood-Bank-1.jpg'),
(4646, 822, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:750;s:4:\"file\";s:24:\"2019/11/Blood-Bank-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Blood-Bank-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:25:\"Blood-Bank-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:25:\"Blood-Bank-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:22:\"Blood-Bank-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:24:\"Blood-Bank-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4647, 823, '_wp_attached_file', '2019/11/IMG_3353-Copy.jpg'),
(4648, 823, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1040;s:6:\"height\";i:780;s:4:\"file\";s:25:\"2019/11/IMG_3353-Copy.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"IMG_3353-Copy-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:26:\"IMG_3353-Copy-1040x455.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:26:\"IMG_3353-Copy-1040x312.jpg\";s:5:\"width\";i:1040;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:23:\"IMG_3353-Copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:25:\"IMG_3353-Copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4649, 824, '_wp_attached_file', '2019/11/Lahore-Lab.jpg'),
(4650, 824, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1125;s:4:\"file\";s:22:\"2019/11/Lahore-Lab.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Lahore-Lab-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:23:\"Lahore-Lab-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:23:\"Lahore-Lab-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:20:\"Lahore-Lab-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:22:\"Lahore-Lab-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4651, 825, '_wp_attached_file', '2019/11/WhatsApp-Image-2018-09-14-at-9.52.27-PM.jpeg'),
(4652, 825, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1124;s:6:\"height\";i:750;s:4:\"file\";s:52:\"2019/11/WhatsApp-Image-2018-09-14-at-9.52.27-PM.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-1124x455.jpeg\";s:5:\"width\";i:1124;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-1124x312.jpeg\";s:5:\"width\";i:1124;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2018-09-14-at-9.52.27-PM-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4653, 825, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4654, 824, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4655, 823, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4656, 822, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4657, 821, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4658, 820, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4659, 819, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4660, 818, '_wp_attachment_image_alt', 'Alkhidmat Blood Banks'),
(4661, 826, '_wpb_shortcodes_custom_css', '.vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574163748187{margin-top: 0px !important;padding-top: 0px !important;}'),
(4662, 827, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(4690, 841, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:123;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2019/11/Medical-Camps.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:23:\"Medical-Camps-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4681, 837, '_wp_attached_file', '2019/11/Clinic.png'),
(4682, 837, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:123;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2019/11/Clinic.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:16:\"Clinic-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4683, 838, '_wp_attached_file', '2019/11/Diagnostic.png'),
(4684, 838, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:123;s:6:\"height\";i:100;s:4:\"file\";s:22:\"2019/11/Diagnostic.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:20:\"Diagnostic-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4685, 839, '_wp_attached_file', '2019/11/Hospitals.png'),
(4686, 839, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:123;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2019/11/Hospitals.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"Hospitals-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4687, 840, '_wp_attached_file', '2019/11/MCHCs.png'),
(4688, 840, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:123;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2019/11/MCHCs.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:15:\"MCHCs-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4691, 839, '_wp_attachment_image_alt', 'Hospitals'),
(4693, 840, '_wp_attachment_image_alt', 'MCHCs'),
(4694, 837, '_wp_attachment_image_alt', 'Clinics'),
(4695, 838, '_wp_attachment_image_alt', 'Diagnostic'),
(4696, 836, '_wp_attachment_image_alt', 'Blood Banks'),
(4697, 835, '_wp_attachment_image_alt', 'Ambulances'),
(4698, 841, '_wp_attachment_image_alt', 'Medical Camps'),
(4705, 847, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:139;s:6:\"height\";i:139;s:4:\"file\";s:42:\"2017/09/Chairman-Mr-Abdus-Shakoor-Test.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:40:\"Chairman-Mr-Abdus-Shakoor-Test-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4706, 848, '_wp_attached_file', '2017/09/Dr-Hafeez-U-Rahman-Test.png'),
(4707, 848, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:140;s:6:\"height\";i:141;s:4:\"file\";s:35:\"2017/09/Dr-Hafeez-U-Rahman-Test.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:33:\"Dr-Hafeez-U-Rahman-Test-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4708, 849, '_wp_attached_file', '2017/09/Dr-M-Afzal-Test.png'),
(4709, 849, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:140;s:6:\"height\";i:140;s:4:\"file\";s:27:\"2017/09/Dr-M-Afzal-Test.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:25:\"Dr-M-Afzal-Test-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4710, 847, '_wp_attachment_image_alt', 'Chairman Mr. Abdus Shakoor'),
(4711, 341, '_edit_last', '1'),
(4712, 341, '_dict_testimonials_settings', 'a:6:{s:4:\"name\";s:0:\"\";s:11:\"designation\";s:0:\"\";s:8:\"location\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(4714, 848, '_wp_attachment_image_alt', 'Vice Chairman Dr. Hafeez U Rahman'),
(4715, 342, '_edit_last', '1'),
(4716, 342, '_dict_testimonials_settings', 'a:6:{s:4:\"name\";s:0:\"\";s:11:\"designation\";s:0:\"\";s:8:\"location\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(4718, 849, '_wp_attachment_image_alt', 'Director Dr. Muhammad Afzal'),
(4719, 343, '_edit_last', '1'),
(4720, 343, '_dict_testimonials_settings', 'a:6:{s:4:\"name\";s:0:\"\";s:11:\"designation\";s:0:\"\";s:8:\"location\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(4728, 863, '_wp_attached_file', '2019/11/FareedaYaqoobHospital.jpg'),
(4729, 863, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1128;s:4:\"file\";s:33:\"2019/11/FareedaYaqoobHospital.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FareedaYaqoobHospital-1024x578.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:34:\"FareedaYaqoobHospital-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:34:\"FareedaYaqoobHospital-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:31:\"FareedaYaqoobHospital-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:33:\"FareedaYaqoobHospital-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4730, 863, '_wp_attachment_image_alt', 'Alkhidmat Fareeda Yaqoob Hospital'),
(4731, 864, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(4732, 865, '_wp_attached_file', '2019/11/AHF-Logo-207x70.png'),
(4733, 865, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:369;s:6:\"height\";i:95;s:4:\"file\";s:27:\"2019/11/AHF-Logo-207x70.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"AHF-Logo-207x70-150x95.png\";s:5:\"width\";i:150;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"AHF-Logo-207x70-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:26:\"AHF-Logo-207x70-270x95.png\";s:5:\"width\";i:270;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:26:\"AHF-Logo-207x70-150x95.png\";s:5:\"width\";i:150;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:25:\"AHF-Logo-207x70-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(4734, 865, '_wp_attachment_image_alt', 'Alkhidmat health Foundation'),
(4747, 869, '_wp_attached_file', '2019/11/Dr_JamshaidAHFTeam.jpg'),
(4748, 869, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:562;s:6:\"height\";i:580;s:4:\"file\";s:30:\"2019/11/Dr_JamshaidAHFTeam.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-562x455.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-562x570.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-562x184.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-562x312.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"Dr_JamshaidAHFTeam-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"Dr_JamshaidAHFTeam-562x353.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4749, 870, '_wp_attached_file', '2019/11/Eng.-Sabir.jpg'),
(4750, 870, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:562;s:6:\"height\";i:580;s:4:\"file\";s:22:\"2019/11/Eng.-Sabir.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-562x455.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-562x570.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-562x184.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-562x312.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:20:\"Eng.-Sabir-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:22:\"Eng.-Sabir-562x353.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4751, 870, '_wp_attachment_image_alt', 'Engineer Sabir Ahmed'),
(5700, 1117, '_edit_lock', '1623844630:1'),
(5699, 1117, '_edit_last', '1'),
(5698, 1117, 'sc_member_order', '0'),
(4759, 684, 'sc_member_order', '0'),
(4760, 869, '_wp_attachment_image_alt', 'Dr. Jamshaid'),
(5701, 1118, '_wp_attached_file', '2021/06/Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF.jpeg'),
(4808, 883, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2019/12/1D6A4283.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A4283-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A4283-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A4283-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A4283-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A4283-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A4283-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A4283-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A4283-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A4283-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A4283-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A4283-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A4283-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A4283-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A4283-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A4283-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1519648836\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4791, 663, 'sc_member_order', '0'),
(4807, 883, '_wp_attached_file', '2019/12/1D6A4283.jpg'),
(4806, 882, '_edit_lock', '1611222931:1'),
(4805, 882, '_edit_last', '1'),
(4804, 882, 'sc_member_order', '0'),
(4813, 886, '_wp_attached_file', '2019/12/1D6A4321-copy.jpg'),
(4814, 886, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:25:\"2019/12/1D6A4321-copy.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1D6A4321-copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:26:\"1D6A4321-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:26:\"1D6A4321-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:23:\"1D6A4321-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:25:\"1D6A4321-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1519651046\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4815, 887, '_wp_attached_file', '2019/12/1D6A4385.jpg'),
(4816, 887, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2019/12/1D6A4385.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A4385-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A4385-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A4385-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A4385-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A4385-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A4385-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A4385-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A4385-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A4385-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A4385-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A4385-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A4385-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A4385-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A4385-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A4385-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1519653017\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4817, 883, '_wp_attachment_image_alt', 'Alkhidmat Hospital Multan'),
(4818, 884, '_wp_attachment_image_alt', 'Alkhidmat Hospital Multan'),
(4819, 885, '_wp_attachment_image_alt', 'Alkhidmat Hospital Multan'),
(4820, 886, '_wp_attachment_image_alt', 'Alkhidmat Hospital Multan'),
(4821, 887, '_wp_attachment_image_alt', 'Alkhidmat Hospital Multan'),
(4822, 882, '_thumbnail_id', '1114'),
(4823, 882, '_dict_causes_settings', 'a:15:{s:10:\"start_date\";s:10:\"01-11-2018\";s:8:\"end_date\";s:0:\"\";s:17:\"show_donation_bar\";s:4:\"true\";s:15:\"currency_symbol\";s:4:\"PKR:\";s:13:\"currency_code\";s:3:\"AUD\";s:15:\"donation_needed\";s:10:\"30,000,000\";s:18:\"donation_collected\";s:0:\"\";s:7:\"gallery\";s:22:\",884,885,887,1114,1113\";s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:106:\"http://ahf.com.pk/wp-content/uploads/2019/12/Alkhidmat_Charity_Australia_International_Hospital_Multan.jpg\";s:8:\"location\";s:8:\"Pakistan\";s:10:\"meta_title\";s:25:\"Alkhidmat Hospital Multan\";s:9:\"meta_desc\";s:682:\"Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop\";s:13:\"meta_keywords\";s:682:\"Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop\";s:10:\"video_link\";s:0:\"\";}'),
(5595, 1078, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:92;s:6:\"height\";i:72;s:4:\"file\";s:20:\"2020/02/Pharmacy.png\";s:5:\"sizes\";a:1:{s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"Pharmacy-80x72.png\";s:5:\"width\";i:80;s:6:\"height\";i:72;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:{}}}'),
(5594, 1078, '_wp_attached_file', '2020/02/Pharmacy.png'),
(4827, 890, '_wp_attached_file', '2019/12/CauseBanner.jpg'),
(4828, 890, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:1930;s:4:\"file\";s:23:\"2019/12/CauseBanner.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"CauseBanner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"CauseBanner-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"CauseBanner-768x257.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"CauseBanner-1024x343.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:23:\"CauseBanner-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:24:\"CauseBanner-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:23:\"CauseBanner-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:23:\"CauseBanner-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:23:\"CauseBanner-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:23:\"CauseBanner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:23:\"CauseBanner-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:24:\"CauseBanner-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:21:\"CauseBanner-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:23:\"CauseBanner-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:23:\"CauseBanner-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1519651046\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4829, 890, '_wp_attachment_image_alt', 'Alkhidmat Hospital Multan'),
(4830, 231, 'sc_member_order', '0'),
(5588, 1070, '_dict_causes_settings', 'a:15:{s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:17:\"show_donation_bar\";s:4:\"true\";s:15:\"currency_symbol\";s:4:\"PKR:\";s:13:\"currency_code\";s:3:\"AUD\";s:15:\"donation_needed\";s:7:\"750,000\";s:18:\"donation_collected\";s:0:\"\";s:7:\"gallery\";s:0:\"\";s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:66:\"http://ahf.com.pk/wp-content/uploads/2020/02/alkhidmatEyeCaamp.jpg\";s:8:\"location\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";s:10:\"video_link\";s:0:\"\";}'),
(5587, 1070, '_thumbnail_id', '1072'),
(5646, 1101, '_wp_attached_file', '2020/05/Inauguration-of-Testing-Lab.jpeg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5647, 1101, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:455;s:4:\"file\";s:40:\"2020/05/Inauguration-of-Testing-Lab.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-300x117.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-768x299.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Inauguration-of-Testing-Lab-1024x398.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-370x455.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-570x455.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:41:\"Inauguration-of-Testing-Lab-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:38:\"Inauguration-of-Testing-Lab-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:40:\"Inauguration-of-Testing-Lab-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4902, 893, '_wp_attached_file', '2019/12/Alkhidmat-Hospital-Quetta-1.jpg'),
(4903, 893, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:39:\"2019/12/Alkhidmat-Hospital-Quetta-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:37:\"Alkhidmat-Hospital-Quetta-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4904, 894, '_wp_attached_file', '2019/12/Alkhidmat-Hospital-Quetta-2.jpg'),
(4905, 894, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:39:\"2019/12/Alkhidmat-Hospital-Quetta-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:37:\"Alkhidmat-Hospital-Quetta-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4906, 895, '_wp_attached_file', '2019/12/Alkhidmat-Hospital-Quetta-3.jpg'),
(4907, 895, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:39:\"2019/12/Alkhidmat-Hospital-Quetta-3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:37:\"Alkhidmat-Hospital-Quetta-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4908, 896, '_wp_attached_file', '2019/12/Alkhidmat-Hospital-Quetta-4.jpg'),
(4909, 896, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:39:\"2019/12/Alkhidmat-Hospital-Quetta-4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-4-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:40:\"Alkhidmat-Hospital-Quetta-4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:37:\"Alkhidmat-Hospital-Quetta-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:39:\"Alkhidmat-Hospital-Quetta-4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4910, 896, '_wp_attachment_image_alt', 'Alkhidmat Hospital Quetta'),
(4911, 895, '_wp_attachment_image_alt', 'Alkhidmat Hospital Quetta'),
(4912, 894, '_wp_attachment_image_alt', 'Alkhidmat Hospital Quetta'),
(4913, 893, '_wp_attachment_image_alt', 'Alkhidmat Hospital Quetta'),
(5661, 1105, '_edit_lock', '1598287956:1'),
(5660, 1105, '_edit_last', '1'),
(5659, 1105, 'sc_member_order', '0'),
(5641, 1099, 'sc_member_order', '0'),
(5642, 1099, '_edit_last', '1'),
(5643, 1099, '_edit_lock', '1588850475:1'),
(5644, 1100, '_wp_attached_file', '2020/05/Inauguration-of-COVID-Testing-Lab.jpeg'),
(5645, 1100, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:46:\"2020/05/Inauguration-of-COVID-Testing-Lab.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Inauguration-of-COVID-Testing-Lab-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:47:\"Inauguration-of-COVID-Testing-Lab-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:47:\"Inauguration-of-COVID-Testing-Lab-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:44:\"Inauguration-of-COVID-Testing-Lab-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:46:\"Inauguration-of-COVID-Testing-Lab-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4916, 357, 'sc_member_order', '0'),
(4917, 357, '_edit_last', '1'),
(4918, 357, '_wp_old_slug', 'how-to-use-charity-project-to-desire'),
(4919, 357, '_dict_project_settings', 'a:12:{s:4:\"date\";s:0:\"\";s:8:\"location\";s:0:\"\";s:22:\"show_proj_donation_bar\";s:4:\"true\";s:21:\"spent_amount_currency\";s:0:\"\";s:12:\"spent_amount\";s:0:\"\";s:22:\"amount_needed_currency\";s:0:\"\";s:13:\"amount_needed\";s:0:\"\";s:13:\"currency_code\";s:3:\"AUD\";s:7:\"sidebar\";s:0:\"\";s:4:\"font\";s:10:\"icon-glass\";s:9:\"top_image\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";}'),
(4921, 358, 'sc_member_order', '0'),
(4922, 358, '_edit_last', '1'),
(4923, 358, '_wp_old_slug', 'find-a-quick-way-to-charity-project'),
(4924, 358, '_dict_project_settings', 'a:12:{s:4:\"date\";s:0:\"\";s:8:\"location\";s:0:\"\";s:22:\"show_proj_donation_bar\";s:4:\"true\";s:21:\"spent_amount_currency\";s:0:\"\";s:12:\"spent_amount\";s:0:\"\";s:22:\"amount_needed_currency\";s:0:\"\";s:13:\"amount_needed\";s:0:\"\";s:13:\"currency_code\";s:3:\"AUD\";s:7:\"sidebar\";s:0:\"\";s:4:\"font\";s:10:\"icon-glass\";s:9:\"top_image\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";}'),
(4926, 359, 'sc_member_order', '0'),
(4927, 359, '_edit_last', '1'),
(4928, 359, '_wp_old_slug', 'charity-project-what-a-mistake'),
(4929, 359, '_dict_project_settings', 'a:13:{s:4:\"date\";s:0:\"\";s:8:\"location\";s:0:\"\";s:22:\"show_proj_donation_bar\";s:4:\"true\";s:21:\"spent_amount_currency\";s:0:\"\";s:12:\"spent_amount\";s:0:\"\";s:22:\"amount_needed_currency\";s:0:\"\";s:13:\"amount_needed\";s:0:\"\";s:13:\"currency_code\";s:3:\"AUD\";s:7:\"sidebar\";s:0:\"\";s:4:\"font\";s:10:\"icon-glass\";s:6:\"videos\";a:1:{i:0;s:0:\"\";}s:9:\"top_image\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";}'),
(4931, 360, 'sc_member_order', '0'),
(4932, 360, '_edit_last', '1'),
(4933, 360, '_wp_old_slug', 'how-to-sell-charity-project'),
(4934, 360, '_dict_project_settings', 'a:13:{s:4:\"date\";s:0:\"\";s:8:\"location\";s:0:\"\";s:22:\"show_proj_donation_bar\";s:4:\"true\";s:21:\"spent_amount_currency\";s:0:\"\";s:12:\"spent_amount\";s:0:\"\";s:22:\"amount_needed_currency\";s:0:\"\";s:13:\"amount_needed\";s:0:\"\";s:13:\"currency_code\";s:3:\"AUD\";s:7:\"sidebar\";s:0:\"\";s:4:\"font\";s:10:\"icon-glass\";s:6:\"videos\";a:1:{i:0;s:0:\"\";}s:9:\"top_image\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";}'),
(4936, 361, 'sc_member_order', '0'),
(4937, 361, '_edit_last', '1'),
(4938, 361, '_wp_old_slug', 'ideas-for-charity-project'),
(4939, 361, '_dict_project_settings', 'a:13:{s:4:\"date\";s:0:\"\";s:8:\"location\";s:0:\"\";s:22:\"show_proj_donation_bar\";s:4:\"true\";s:21:\"spent_amount_currency\";s:0:\"\";s:12:\"spent_amount\";s:0:\"\";s:22:\"amount_needed_currency\";s:0:\"\";s:13:\"amount_needed\";s:0:\"\";s:13:\"currency_code\";s:3:\"AUD\";s:7:\"sidebar\";s:0:\"\";s:4:\"font\";s:10:\"icon-glass\";s:6:\"videos\";a:1:{i:0;s:0:\"\";}s:9:\"top_image\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";}'),
(4941, 362, 'sc_member_order', '0'),
(4942, 362, '_edit_last', '1'),
(4943, 362, '_wp_old_slug', 'the-secret-of-charity-project'),
(4944, 362, '_dict_project_settings', 'a:12:{s:4:\"date\";s:0:\"\";s:8:\"location\";s:0:\"\";s:22:\"show_proj_donation_bar\";s:4:\"true\";s:21:\"spent_amount_currency\";s:0:\"\";s:12:\"spent_amount\";s:0:\"\";s:22:\"amount_needed_currency\";s:0:\"\";s:13:\"amount_needed\";s:0:\"\";s:13:\"currency_code\";s:3:\"AUD\";s:7:\"sidebar\";s:0:\"\";s:4:\"font\";s:10:\"icon-glass\";s:9:\"top_image\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";}'),
(4946, 904, '_edit_last', '1'),
(4947, 904, '_edit_lock', '1577858648:1'),
(4948, 905, '_wp_attached_file', '2020/01/AHF2.jpg'),
(4949, 905, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:16:\"2020/01/AHF2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"AHF2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"AHF2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"AHF2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:16:\"AHF2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:16:\"AHF2-960x455.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:16:\"AHF2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:16:\"AHF2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:16:\"AHF2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:16:\"AHF2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:16:\"AHF2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:16:\"AHF2-960x312.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:14:\"AHF2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:16:\"AHF2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:16:\"AHF2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4950, 906, '_wp_attached_file', '2020/01/AHF1.jpg'),
(4951, 906, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:16:\"2020/01/AHF1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"AHF1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"AHF1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"AHF1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:16:\"AHF1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:16:\"AHF1-960x455.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:16:\"AHF1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:16:\"AHF1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:16:\"AHF1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:16:\"AHF1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:16:\"AHF1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:16:\"AHF1-960x312.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:14:\"AHF1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:16:\"AHF1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:16:\"AHF1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4952, 904, '_thumbnail_id', '906'),
(4963, 910, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:18:\"2020/01/AHFBM1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AHFBM1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"AHFBM1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"AHFBM1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:18:\"AHFBM1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:18:\"AHFBM1-960x455.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:18:\"AHFBM1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:18:\"AHFBM1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:18:\"AHFBM1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:18:\"AHFBM1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:18:\"AHFBM1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:18:\"AHFBM1-960x312.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:16:\"AHFBM1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:18:\"AHFBM1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:18:\"AHFBM1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4955, 904, '_post_settings', 'a:3:{s:8:\"location\";s:7:\"Karachi\";s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:53:\"http://ahf.com.pk/wp-content/uploads/2020/01/AHF2.jpg\";}'),
(4964, 911, '_wp_attached_file', '2020/01/AHFBM2.jpg'),
(4965, 911, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:18:\"2020/01/AHFBM2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AHFBM2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"AHFBM2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"AHFBM2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:18:\"AHFBM2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:18:\"AHFBM2-960x455.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:18:\"AHFBM2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:18:\"AHFBM2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:18:\"AHFBM2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:18:\"AHFBM2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:18:\"AHFBM2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:18:\"AHFBM2-960x312.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:16:\"AHFBM2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:18:\"AHFBM2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:18:\"AHFBM2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4966, 909, '_thumbnail_id', '910'),
(4970, 913, 'sc_member_order', '0'),
(4969, 909, '_post_settings', 'a:4:{s:8:\"location\";s:7:\"Karachi\";s:6:\"videos\";a:1:{i:0;s:0:\"\";}s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:55:\"http://ahf.com.pk/wp-content/uploads/2020/01/AHFBM2.jpg\";}'),
(4971, 913, '_edit_last', '1'),
(4972, 913, '_edit_lock', '1577859046:1'),
(4973, 914, '_wp_attached_file', '2020/01/AHFChina1.jpg'),
(4974, 914, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2020/01/AHFChina1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"AHFChina1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"AHFChina1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"AHFChina1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"AHFChina1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"AHFChina1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"AHFChina1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"AHFChina1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"AHFChina1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"AHFChina1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"AHFChina1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"AHFChina1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"AHFChina1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"AHFChina1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"AHFChina1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"AHFChina1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4975, 915, '_wp_attached_file', '2020/01/AHFChina2.jpg'),
(4976, 915, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2020/01/AHFChina2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"AHFChina2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"AHFChina2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"AHFChina2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"AHFChina2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"AHFChina2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"AHFChina2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"AHFChina2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"AHFChina2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"AHFChina2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"AHFChina2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"AHFChina2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"AHFChina2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"AHFChina2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"AHFChina2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"AHFChina2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(4977, 915, '_wp_attachment_image_alt', 'International Laboratory and Medicine Conference'),
(4978, 914, '_wp_attachment_image_alt', 'International Laboratory and Medicine Conference'),
(4979, 913, '_thumbnail_id', '914'),
(4982, 913, '_post_settings', 'a:4:{s:8:\"location\";s:14:\"Beijing, China\";s:6:\"videos\";a:1:{i:0;s:0:\"\";}s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:58:\"http://ahf.com.pk/wp-content/uploads/2020/01/AHFChina1.jpg\";}'),
(5069, 938, '_edit_last', '1'),
(5070, 938, '_edit_lock', '1577860741:1'),
(5068, 938, 'sc_member_order', '0'),
(5740, 1142, 'sc_member_order', '0'),
(5741, 1142, '_edit_lock', '1638010867:1'),
(5742, 1143, '_wp_attached_file', '2021/11/Ambulance-.jpg'),
(5743, 1143, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3295;s:6:\"height\";i:695;s:4:\"file\";s:22:\"2021/11/Ambulance-.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Ambulance--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Ambulance--300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Ambulance--768x162.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Ambulance--1024x216.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:22:\"Ambulance--370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:23:\"Ambulance--1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:22:\"Ambulance--370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:22:\"Ambulance--270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:22:\"Ambulance--570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:22:\"Ambulance--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:22:\"Ambulance--570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:23:\"Ambulance--1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:20:\"Ambulance--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:22:\"Ambulance--470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:22:\"Ambulance--570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5744, 1142, '_edit_last', '1'),
(5745, 1142, '_page_settings', 'a:8:{s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:59:\"http://ahf.com.pk/wp-content/uploads/2021/11/Ambulance-.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:10:\"page_title\";s:0:\"\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(5746, 1122, '_page_settings', 'a:8:{s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:0:\"\";s:13:\"tpl_post_type\";s:3:\"all\";s:10:\"page_title\";s:0:\"\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(5753, 1308, 'sc_member_order', '0'),
(5754, 1308, '_edit_last', '1'),
(5755, 1308, '_edit_lock', '1638011084:1'),
(5756, 1308, '_wp_page_template', 'default'),
(5757, 1308, '_page_settings', 'a:10:{s:7:\"sidebar\";s:0:\"\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:52:\"http://ahf.com.pk/wp-content/uploads/2019/11/CBM.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:0:\"\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(5758, 1308, '_wpb_vc_js_status', 'false'),
(5762, 1316, 'sc_member_order', '0'),
(5760, 1310, '_wp_attached_file', '2021/11/25399-6-download-now-button-thumb.png'),
(5761, 1310, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:45:\"2021/11/25399-6-download-now-button-thumb.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"25399-6-download-now-button-thumb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:45:\"25399-6-download-now-button-thumb-200x155.png\";s:5:\"width\";i:200;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:45:\"25399-6-download-now-button-thumb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:45:\"25399-6-download-now-button-thumb-200x184.png\";s:5:\"width\";i:200;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:43:\"25399-6-download-now-button-thumb-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),
(5763, 1316, '_menu_item_type', 'custom'),
(5764, 1316, '_menu_item_menu_item_parent', '0'),
(5765, 1316, '_menu_item_object_id', '1316'),
(5766, 1316, '_menu_item_object', 'custom'),
(5767, 1316, '_menu_item_target', ''),
(5768, 1316, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5769, 1316, '_menu_item_xfn', ''),
(5770, 1316, '_menu_item_url', 'http://ahf.com.pk/announcement-2/'),
(5774, 24, 'sc_member_order', '0'),
(5775, 25, 'sc_member_order', '0'),
(5776, 26, 'sc_member_order', '0'),
(5780, 23, 'sc_member_order', '0'),
(5784, 1321, 'sc_member_order', '0'),
(5785, 1321, '_menu_item_type', 'post_type'),
(5786, 1321, '_menu_item_menu_item_parent', '0'),
(5787, 1321, '_menu_item_object_id', '1308'),
(5788, 1321, '_menu_item_object', 'page'),
(5789, 1321, '_menu_item_target', ''),
(5790, 1321, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5791, 1321, '_menu_item_xfn', ''),
(5792, 1321, '_menu_item_url', ''),
(5796, 231, '_wpb_shortcodes_custom_css', '.vc_custom_1638007993785{border-radius: 10px !important;}'),
(5797, 1333, 'sc_member_order', '0'),
(5798, 1333, '_menu_item_type', 'custom'),
(5799, 1333, '_menu_item_menu_item_parent', '0'),
(5800, 1333, '_menu_item_object_id', '1333'),
(5801, 1333, '_menu_item_object', 'custom'),
(5802, 1333, '_menu_item_target', ''),
(5803, 1333, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5804, 1333, '_menu_item_xfn', ''),
(5805, 1333, '_menu_item_url', 'http://ahf.com.pk/announcement-2/'),
(6074, 1409, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2021/12/Dr.-Zahid-Latif.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-253x300.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-768x911.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Dr.-Zahid-Latif-863x1024.jpg\";s:5:\"width\";i:863;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:28:\"Dr.-Zahid-Latif-1079x455.jpg\";s:5:\"width\";i:1079;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:28:\"Dr.-Zahid-Latif-1079x312.jpg\";s:5:\"width\";i:1079;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:25:\"Dr.-Zahid-Latif-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:27:\"Dr.-Zahid-Latif-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6073, 1409, '_wp_attached_file', '2021/12/Dr.-Zahid-Latif.jpg'),
(5810, 1340, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(5811, 1341, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(5812, 1342, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(5813, 1343, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(5814, 1344, '_wp_attached_file', '2021/12/Untitled_Panorama4.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5815, 1344, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3172;s:6:\"height\";i:1694;s:4:\"file\";s:30:\"2021/12/Untitled_Panorama4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Untitled_Panorama4-1024x547.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"Untitled_Panorama4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"Untitled_Panorama4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"Untitled_Panorama4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"Untitled_Panorama4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1458776891\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5816, 1345, '_wp_attached_file', '2021/12/image34.jpeg'),
(5817, 1345, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:931;s:6:\"height\";i:526;s:4:\"file\";s:20:\"2021/12/image34.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image34-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image34-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image34-768x434.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"image34-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"image34-931x455.jpeg\";s:5:\"width\";i:931;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"image34-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"image34-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"image34-570x526.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:526;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"image34-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"image34-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"image34-931x312.jpeg\";s:5:\"width\";i:931;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"image34-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"image34-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"image34-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5818, 1346, '_wp_attached_file', '2021/12/image40.jpeg'),
(5819, 1346, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:936;s:6:\"height\";i:525;s:4:\"file\";s:20:\"2021/12/image40.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image40-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image40-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image40-768x431.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"image40-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"image40-936x455.jpeg\";s:5:\"width\";i:936;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"image40-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"image40-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"image40-570x525.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"image40-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"image40-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"image40-936x312.jpeg\";s:5:\"width\";i:936;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"image40-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"image40-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"image40-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5820, 1347, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(5821, 1348, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(5822, 720, 'sc_member_order', '0'),
(5823, 1349, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(5824, 1350, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(5825, 1351, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(5826, 1352, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(5827, 1353, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(5828, 1354, '_wp_attached_file', '2021/12/b1d85c73-615c-47f0-96bd-ab6bfd1a7390.jpg'),
(5829, 1354, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:48:\"2021/12/b1d85c73-615c-47f0-96bd-ab6bfd1a7390.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:49:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:49:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:46:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:48:\"b1d85c73-615c-47f0-96bd-ab6bfd1a7390-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5830, 1355, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(5831, 1356, '_wp_attached_file', '2021/12/Chitral.jpg'),
(5832, 1356, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3072;s:4:\"file\";s:19:\"2021/12/Chitral.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Chitral-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Chitral-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Chitral-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Chitral-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"Chitral-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"Chitral-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"Chitral-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"Chitral-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"Chitral-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:19:\"Chitral-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"Chitral-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"Chitral-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:17:\"Chitral-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"Chitral-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"Chitral-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525335004\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5833, 1357, '_wp_attached_file', '2021/12/Picture-2-1.jpeg'),
(5834, 1357, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:808;s:4:\"file\";s:24:\"2021/12/Picture-2-1.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-300x189.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-768x485.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Picture-2-1-1024x646.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:25:\"Picture-2-1-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:25:\"Picture-2-1-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:22:\"Picture-2-1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:24:\"Picture-2-1-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5835, 1358, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(5836, 1359, '_wpb_shortcodes_custom_css', '.vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}'),
(5837, 1360, '_wp_attached_file', '2021/12/Chitral-1.jpg'),
(5838, 1360, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3072;s:4:\"file\";s:21:\"2021/12/Chitral-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Chitral-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Chitral-1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Chitral-1-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Chitral-1-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"Chitral-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"Chitral-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"Chitral-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"Chitral-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"Chitral-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"Chitral-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"Chitral-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"Chitral-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"Chitral-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"Chitral-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"Chitral-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525335004\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5839, 1361, '_wp_attached_file', '2021/12/Chitral-2.jpg'),
(5840, 1361, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3072;s:4:\"file\";s:21:\"2021/12/Chitral-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Chitral-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Chitral-2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Chitral-2-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Chitral-2-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"Chitral-2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"Chitral-2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"Chitral-2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"Chitral-2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"Chitral-2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"Chitral-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"Chitral-2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"Chitral-2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"Chitral-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"Chitral-2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"Chitral-2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525335004\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5841, 1362, '_wpb_shortcodes_custom_css', '.vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}'),
(5842, 714, 'sc_member_order', '0'),
(5843, 1363, '_wpb_shortcodes_custom_css', '.vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}'),
(5844, 1364, '_wpb_shortcodes_custom_css', '.vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}'),
(5845, 1365, '_wpb_shortcodes_custom_css', '.vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}'),
(5846, 1366, '_wpb_shortcodes_custom_css', '.vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}'),
(5847, 1367, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-06-30-at-4.57.09-PM.jpeg'),
(5848, 1367, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:52:\"2021/12/WhatsApp-Image-2021-06-30-at-4.57.09-PM.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.09-PM-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5849, 1368, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-06-30-at-4.57.10-PM.jpeg'),
(5850, 1368, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:655;s:4:\"file\";s:52:\"2021/12/WhatsApp-Image-2021-06-30-at-4.57.10-PM.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-300x205.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-768x524.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-960x455.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-960x312.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.57.10-PM-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5851, 1369, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-06-30-at-4.58.27-PM.jpeg'),
(5852, 1369, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:52:\"2021/12/WhatsApp-Image-2021-06-30-at-4.58.27-PM.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.27-PM-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5853, 1370, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-06-30-at-4.58.35-PM.jpeg'),
(5854, 1370, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:52:\"2021/12/WhatsApp-Image-2021-06-30-at-4.58.35-PM.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-06-30-at-4.58.35-PM-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5855, 1371, '_wpb_shortcodes_custom_css', '.vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}'),
(5856, 1372, '_wpb_shortcodes_custom_css', '.vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}'),
(5857, 1373, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574164682350{margin-top: 0px !important;padding-top: 0px !important;}'),
(5858, 1374, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574164682350{margin-top: 0px !important;padding-top: 0px !important;}'),
(5859, 1375, '_wp_attached_file', '2021/12/1D6A8097.jpg'),
(5860, 1375, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2021/12/1D6A8097.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A8097-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A8097-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A8097-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A8097-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A8097-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A8097-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A8097-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A8097-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A8097-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A8097-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A8097-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A8097-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A8097-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A8097-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A8097-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536935198\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5861, 1376, '_wp_attached_file', '2021/12/278A1994.jpg'),
(5862, 1376, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:20:\"2021/12/278A1994.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"278A1994-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"278A1994-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"278A1994-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"278A1994-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"278A1994-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"278A1994-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"278A1994-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"278A1994-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"278A1994-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"278A1994-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"278A1994-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"278A1994-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"278A1994-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"278A1994-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"278A1994-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548039633\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5863, 1377, '_wp_attached_file', '2021/12/278A2007.jpg'),
(5864, 1377, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:20:\"2021/12/278A2007.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"278A2007-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"278A2007-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"278A2007-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"278A2007-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"278A2007-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"278A2007-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"278A2007-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"278A2007-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"278A2007-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"278A2007-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"278A2007-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"278A2007-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"278A2007-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"278A2007-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"278A2007-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548042261\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5865, 1378, '_wp_attached_file', '2021/12/278A2026.jpg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5866, 1378, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:20:\"2021/12/278A2026.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"278A2026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"278A2026-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"278A2026-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"278A2026-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"278A2026-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"278A2026-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"278A2026-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"278A2026-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"278A2026-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"278A2026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"278A2026-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"278A2026-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"278A2026-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"278A2026-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"278A2026-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548048368\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5867, 1379, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1640598633303{margin-top: 0px !important;padding-top: 0px !important;}'),
(5868, 1380, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1640598633303{margin-top: 0px !important;padding-top: 0px !important;}'),
(5869, 1381, '_wpb_shortcodes_custom_css', '.vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574313883029{margin-top: 0px !important;padding-top: 0px !important;}'),
(5870, 1382, '_wp_attached_file', '2021/12/1D6A9484.jpg'),
(5871, 1382, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:20:\"2021/12/1D6A9484.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1D6A9484-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1D6A9484-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1D6A9484-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1D6A9484-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"1D6A9484-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"1D6A9484-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"1D6A9484-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"1D6A9484-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"1D6A9484-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"1D6A9484-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"1D6A9484-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"1D6A9484-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"1D6A9484-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"1D6A9484-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"1D6A9484-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522319055\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5872, 1383, '_wp_attached_file', '2021/12/DSCF5005.jpg'),
(5873, 1383, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:3216;s:4:\"file\";s:20:\"2021/12/DSCF5005.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSCF5005-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSCF5005-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSCF5005-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSCF5005-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:20:\"DSCF5005-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:21:\"DSCF5005-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:20:\"DSCF5005-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:20:\"DSCF5005-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:20:\"DSCF5005-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:20:\"DSCF5005-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:20:\"DSCF5005-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:21:\"DSCF5005-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"DSCF5005-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:20:\"DSCF5005-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:20:\"DSCF5005-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"FinePix SL280\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553805443\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:16:\"0.00555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5874, 1384, '_wp_attached_file', '2021/12/IMG_6682-copy.jpg'),
(5875, 1384, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:25:\"2021/12/IMG_6682-copy.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"IMG_6682-copy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:26:\"IMG_6682-copy-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:26:\"IMG_6682-copy-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:23:\"IMG_6682-copy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:25:\"IMG_6682-copy-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:15:\"Shaharyar Afzal\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552826132\";s:9:\"copyright\";s:16:\"Reflexion Studio\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5876, 1385, '_wp_attached_file', '2021/12/Medical-Camp.png'),
(5877, 1385, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:986;s:6:\"height\";i:652;s:4:\"file\";s:24:\"2021/12/Medical-Camp.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-370x491.png\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-986x455.png\";s:5:\"width\";i:986;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-370x252.png\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-570x184.png\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-986x312.png\";s:5:\"width\";i:986;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:22:\"Medical-Camp-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-470x318.png\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:24:\"Medical-Camp-570x353.png\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(5878, 1386, '_wpb_shortcodes_custom_css', '.vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574313883029{margin-top: 0px !important;padding-top: 0px !important;}'),
(5896, 1390, 'sc_member_order', '14'),
(5897, 1390, '_edit_last', '1'),
(5898, 1390, '_edit_lock', '1640603758:1'),
(5899, 1391, '_wp_attached_file', '2021/12/admin.jpg'),
(5900, 1391, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:380;s:6:\"height\";i:380;s:4:\"file\";s:17:\"2021/12/admin.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"admin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"admin-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:17:\"admin-370x380.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:17:\"admin-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:17:\"admin-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:17:\"admin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:17:\"admin-380x184.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:17:\"admin-380x312.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:15:\"admin-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:17:\"admin-380x318.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:17:\"admin-380x353.jpg\";s:5:\"width\";i:380;s:6:\"height\";i:353;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:{}}}'),
(5901, 1390, '_thumbnail_id', '1411'),
(5902, 1390, 'team_member_title', 'Managing Director AHF'),
(5903, 1390, 'team_member_email', ''),
(5904, 1390, 'team_member_facebook', ''),
(5905, 1390, 'team_member_twitter', ''),
(5906, 1390, 'team_member_linkedin', ''),
(5907, 1390, 'team_member_gplus', ''),
(5908, 1390, 'team_member_phone', ''),
(5909, 1392, 'sc_member_order', '13'),
(5910, 1392, '_edit_last', '1'),
(5911, 1392, '_edit_lock', '1640601663:1'),
(5912, 1392, '_thumbnail_id', '1391'),
(5913, 1392, 'team_member_title', 'Professor of Pediatrics Red Crescent Medical College / Member PIMA Women Wing'),
(5914, 1392, 'team_member_email', ''),
(5915, 1392, 'team_member_facebook', ''),
(5916, 1392, 'team_member_twitter', ''),
(5917, 1392, 'team_member_linkedin', ''),
(5918, 1392, 'team_member_gplus', ''),
(5919, 1392, 'team_member_phone', ''),
(5921, 1394, '_edit_last', '1'),
(5920, 1394, 'sc_member_order', '12'),
(5922, 1394, '_edit_lock', '1640601694:1'),
(5923, 1394, '_thumbnail_id', '1391'),
(5924, 1394, 'team_member_title', 'Head of Gynae Dept. Jinnah Hospital Lahore, Member PIMA Women Wing'),
(5925, 1394, 'team_member_email', ''),
(5926, 1394, 'team_member_facebook', ''),
(5927, 1394, 'team_member_twitter', ''),
(5928, 1394, 'team_member_linkedin', ''),
(5929, 1394, 'team_member_gplus', ''),
(5930, 1394, 'team_member_phone', ''),
(5931, 1395, 'sc_member_order', '11'),
(5932, 1395, '_edit_last', '1'),
(5933, 1395, '_edit_lock', '1640604755:1'),
(5934, 1395, '_thumbnail_id', '1421'),
(5935, 1395, 'team_member_title', 'Director AHF, Central Punjab Region'),
(5936, 1395, 'team_member_email', ''),
(5937, 1395, 'team_member_facebook', ''),
(5938, 1395, 'team_member_twitter', ''),
(5939, 1395, 'team_member_linkedin', ''),
(5940, 1395, 'team_member_gplus', ''),
(5941, 1395, 'team_member_phone', ''),
(5942, 1396, 'sc_member_order', '10'),
(5943, 1396, '_edit_last', '1'),
(5944, 1396, '_edit_lock', '1640604641:1'),
(5945, 1396, '_thumbnail_id', '1420'),
(5946, 1396, 'team_member_title', 'Director Planning and Development, AHF'),
(5947, 1396, 'team_member_email', ''),
(5948, 1396, 'team_member_facebook', ''),
(5949, 1396, 'team_member_twitter', ''),
(5950, 1396, 'team_member_linkedin', ''),
(5951, 1396, 'team_member_gplus', ''),
(5952, 1396, 'team_member_phone', ''),
(5953, 1397, 'sc_member_order', '9'),
(5954, 1397, '_edit_last', '1'),
(5955, 1397, '_edit_lock', '1640604578:1'),
(5956, 1397, '_thumbnail_id', '1419'),
(5957, 1397, 'team_member_title', 'Director Research, AHF'),
(5958, 1397, 'team_member_email', ''),
(5959, 1397, 'team_member_facebook', ''),
(5960, 1397, 'team_member_twitter', ''),
(5961, 1397, 'team_member_linkedin', ''),
(5962, 1397, 'team_member_gplus', ''),
(5963, 1397, 'team_member_phone', ''),
(5964, 1398, 'sc_member_order', '8'),
(5965, 1398, '_edit_last', '1'),
(5966, 1398, '_thumbnail_id', '1418'),
(5967, 1398, 'team_member_title', 'Director Diagnostics, AHF'),
(5968, 1398, 'team_member_email', ''),
(5969, 1398, 'team_member_facebook', ''),
(5970, 1398, 'team_member_twitter', ''),
(5971, 1398, 'team_member_linkedin', ''),
(5972, 1398, 'team_member_gplus', ''),
(5973, 1398, 'team_member_phone', ''),
(5974, 1398, '_edit_lock', '1640604491:1'),
(5975, 1399, 'sc_member_order', '7'),
(5976, 1399, '_edit_last', '1'),
(5977, 1399, '_thumbnail_id', '1410'),
(5978, 1399, 'team_member_title', 'Director Pharmacy, AHF'),
(5979, 1399, 'team_member_email', ''),
(5980, 1399, 'team_member_facebook', ''),
(5981, 1399, 'team_member_twitter', ''),
(5982, 1399, 'team_member_linkedin', ''),
(5983, 1399, 'team_member_gplus', ''),
(5984, 1399, 'team_member_phone', ''),
(5985, 1399, '_edit_lock', '1640603706:1'),
(5986, 1400, 'sc_member_order', '6'),
(5987, 1400, '_edit_last', '1'),
(5988, 1400, '_edit_lock', '1640604490:1'),
(5989, 1400, '_thumbnail_id', '1417'),
(5990, 1400, 'team_member_title', 'Assistant Secretary, AHF'),
(5991, 1400, 'team_member_email', ''),
(5992, 1400, 'team_member_facebook', ''),
(5993, 1400, 'team_member_twitter', ''),
(5994, 1400, 'team_member_linkedin', ''),
(5995, 1400, 'team_member_gplus', ''),
(5996, 1400, 'team_member_phone', ''),
(5997, 1401, 'sc_member_order', '5'),
(5998, 1401, '_edit_last', '1'),
(5999, 1401, '_thumbnail_id', '1409'),
(6000, 1401, 'team_member_title', 'Secretary, AHF'),
(6001, 1401, 'team_member_email', ''),
(6002, 1401, 'team_member_facebook', ''),
(6003, 1401, 'team_member_twitter', ''),
(6004, 1401, 'team_member_linkedin', ''),
(6005, 1401, 'team_member_gplus', ''),
(6006, 1401, 'team_member_phone', ''),
(6007, 1401, '_edit_lock', '1640603623:1'),
(6008, 1402, 'sc_member_order', '4'),
(6009, 1402, '_edit_last', '1'),
(6010, 1402, '_edit_lock', '1640604408:1'),
(6011, 1402, '_thumbnail_id', '1391'),
(6012, 1402, 'team_member_title', 'Vice Chairman, AHF'),
(6013, 1402, 'team_member_email', ''),
(6014, 1402, 'team_member_facebook', ''),
(6015, 1402, 'team_member_twitter', ''),
(6016, 1402, 'team_member_linkedin', ''),
(6017, 1402, 'team_member_gplus', ''),
(6018, 1402, 'team_member_phone', ''),
(6019, 1403, 'sc_member_order', '3'),
(6020, 1403, '_edit_last', '1'),
(6021, 1403, '_edit_lock', '1640604387:1'),
(6022, 1403, '_thumbnail_id', '1416'),
(6023, 1403, 'team_member_title', 'Vice Chairman, AHF'),
(6024, 1403, 'team_member_email', ''),
(6025, 1403, 'team_member_facebook', ''),
(6026, 1403, 'team_member_twitter', ''),
(6027, 1403, 'team_member_linkedin', ''),
(6028, 1403, 'team_member_gplus', ''),
(6029, 1403, 'team_member_phone', ''),
(6030, 1404, 'sc_member_order', '2'),
(6031, 1404, '_edit_last', '1'),
(6032, 1404, '_edit_lock', '1640604352:1'),
(6033, 1404, '_thumbnail_id', '1414'),
(6034, 1404, 'team_member_title', 'Vice Chairman, AHF'),
(6035, 1404, 'team_member_email', ''),
(6036, 1404, 'team_member_facebook', ''),
(6037, 1404, 'team_member_twitter', ''),
(6038, 1404, 'team_member_linkedin', ''),
(6039, 1404, 'team_member_gplus', ''),
(6040, 1404, 'team_member_phone', ''),
(6041, 1405, 'sc_member_order', '1'),
(6042, 1405, '_edit_last', '1'),
(6043, 1405, '_thumbnail_id', '1407'),
(6044, 1405, 'team_member_title', 'Senior Vice Chairman, AHF'),
(6045, 1405, 'team_member_email', ''),
(6046, 1405, 'team_member_facebook', ''),
(6047, 1405, 'team_member_twitter', ''),
(6048, 1405, 'team_member_linkedin', ''),
(6049, 1405, 'team_member_gplus', ''),
(6050, 1405, 'team_member_phone', ''),
(6051, 1405, '_edit_lock', '1640603347:1'),
(6052, 1406, 'sc_member_order', '0'),
(6053, 1406, '_edit_last', '1'),
(6054, 1406, '_thumbnail_id', '1132'),
(6055, 1406, 'team_member_title', 'Chairman, AHF'),
(6056, 1406, 'team_member_email', ''),
(6057, 1406, 'team_member_facebook', ''),
(6058, 1406, 'team_member_twitter', ''),
(6059, 1406, 'team_member_linkedin', ''),
(6060, 1406, 'team_member_gplus', ''),
(6061, 1406, 'team_member_phone', ''),
(6062, 1406, '_edit_lock', '1640602324:1'),
(6069, 1407, '_wp_attached_file', '2021/12/Dr.-M.-Afzal.jpg'),
(6070, 1407, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:24:\"2021/12/Dr.-M.-Afzal.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Dr.-M.-Afzal-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Dr.-M.-Afzal-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:25:\"Dr.-M.-Afzal-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:25:\"Dr.-M.-Afzal-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:22:\"Dr.-M.-Afzal-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1477565768\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6071, 1408, '_wp_attached_file', '2021/12/Dr.-M.-Afzal-1.jpg'),
(6072, 1408, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:26:\"2021/12/Dr.-M.-Afzal-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Dr.-M.-Afzal-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Dr.-M.-Afzal-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Dr.-M.-Afzal-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Dr.-M.-Afzal-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:26:\"Dr.-M.-Afzal-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:27:\"Dr.-M.-Afzal-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:26:\"Dr.-M.-Afzal-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:26:\"Dr.-M.-Afzal-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:26:\"Dr.-M.-Afzal-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:26:\"Dr.-M.-Afzal-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:26:\"Dr.-M.-Afzal-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:27:\"Dr.-M.-Afzal-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:24:\"Dr.-M.-Afzal-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:26:\"Dr.-M.-Afzal-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:26:\"Dr.-M.-Afzal-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1477565768\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6075, 1410, '_wp_attached_file', '2021/12/Jamshed-Ahmed.jpeg'),
(6076, 1410, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:1050;s:4:\"file\";s:26:\"2021/12/Jamshed-Ahmed.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-214x300.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Jamshed-Ahmed-731x1024.jpeg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-750x455.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-750x312.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:24:\"Jamshed-Ahmed-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:26:\"Jamshed-Ahmed-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6077, 1411, '_wp_attached_file', '2021/12/Sufyan-Ahmad-Khan.jpg'),
(6078, 1411, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:3600;s:4:\"file\";s:29:\"2021/12/Sufyan-Ahmad-Khan.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Sufyan-Ahmad-Khan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Sufyan-Ahmad-Khan-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Sufyan-Ahmad-Khan-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Sufyan-Ahmad-Khan-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:29:\"Sufyan-Ahmad-Khan-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:30:\"Sufyan-Ahmad-Khan-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:29:\"Sufyan-Ahmad-Khan-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:29:\"Sufyan-Ahmad-Khan-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:29:\"Sufyan-Ahmad-Khan-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:29:\"Sufyan-Ahmad-Khan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:29:\"Sufyan-Ahmad-Khan-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:30:\"Sufyan-Ahmad-Khan-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:27:\"Sufyan-Ahmad-Khan-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:29:\"Sufyan-Ahmad-Khan-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:29:\"Sufyan-Ahmad-Khan-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1513855938\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6085, 1414, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM-3.jpeg'),
(6086, 1414, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:606;s:6:\"height\";i:606;s:4:\"file\";s:54:\"2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM-3.jpeg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-606x455.jpeg\";s:5:\"width\";i:606;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-606x312.jpeg\";s:5:\"width\";i:606;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-3-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6087, 1416, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-12-27-at-4.14.53-PM.jpeg'),
(6088, 1416, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:52:\"2021/12/WhatsApp-Image-2021-12-27-at-4.14.53-PM.jpeg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-640x455.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-640x312.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.53-PM-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6089, 1417, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-12-27-at-4.15.26-PM-1.jpeg'),
(6090, 1417, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:422;s:6:\"height\";i:422;s:4:\"file\";s:54:\"2021/12/WhatsApp-Image-2021-12-27-at-4.15.26-PM-1.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-370x422.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-422x184.jpeg\";s:5:\"width\";i:422;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-422x312.jpeg\";s:5:\"width\";i:422;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-422x318.jpeg\";s:5:\"width\";i:422;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.15.26-PM-1-422x353.jpeg\";s:5:\"width\";i:422;s:6:\"height\";i:353;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:{}}}'),
(6091, 1418, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-12-27-at-4.14.44-PM.jpeg'),
(6092, 1418, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:52:\"2021/12/WhatsApp-Image-2021-12-27-at-4.14.44-PM.jpeg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-640x455.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-640x312.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.14.44-PM-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6093, 1419, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM.jpeg'),
(6094, 1419, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1265;s:4:\"file\";s:52:\"2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-300x296.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-768x759.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1024x1012.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1012;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:53:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:50:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6095, 1420, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM-2.jpeg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6096, 1420, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:54:\"2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM-2.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-2-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6097, 1421, '_wp_attached_file', '2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM-1.jpeg'),
(6098, 1421, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:54:\"2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM-1.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-1080x455.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:55:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-1080x312.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:52:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:54:\"WhatsApp-Image-2021-12-27-at-4.16.00-PM-1-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6102, 1424, 'sc_member_order', '0'),
(6103, 1424, '_wp_page_template', 'default'),
(6104, 1424, 'slide_template', ''),
(6105, 1424, '_page_settings', 'a:11:{s:7:\"sidebar\";s:15:\"default-sidebar\";s:11:\"sidebar_pos\";s:5:\"right\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:58:\"http://ahf.com.pk/wp-content/uploads/2021/12/IntroPage.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:12:\"Introduction\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(6106, 1424, '_wpb_vc_js_status', 'true'),
(6107, 1424, '_edit_lock', '1640746269:1'),
(6108, 1424, '_edit_last', '1'),
(6109, 1425, '_wp_attached_file', '2021/12/IntroPage.jpg'),
(6110, 1425, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:269;s:4:\"file\";s:21:\"2021/12/IntroPage.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IntroPage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IntroPage-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IntroPage-768x161.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IntroPage-1024x215.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:21:\"IntroPage-370x269.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:22:\"IntroPage-1170x269.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:21:\"IntroPage-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:21:\"IntroPage-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:21:\"IntroPage-570x269.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:21:\"IntroPage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:21:\"IntroPage-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:22:\"IntroPage-1170x269.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:19:\"IntroPage-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:21:\"IntroPage-470x269.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:21:\"IntroPage-570x269.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:269;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:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6114, 1438, 'sc_member_order', '0'),
(6115, 1438, '_menu_item_type', 'post_type'),
(6116, 1438, '_menu_item_menu_item_parent', '621'),
(6117, 1438, '_menu_item_object_id', '1424'),
(6118, 1438, '_menu_item_object', 'page'),
(6119, 1438, '_menu_item_target', ''),
(6120, 1438, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6121, 1438, '_menu_item_xfn', ''),
(6122, 1438, '_menu_item_url', ''),
(6126, 1441, 'sc_member_order', '0'),
(6127, 1441, 'sc_member_order', '0'),
(6128, 1441, '_wp_page_template', 'default'),
(6129, 1441, 'slide_template', ''),
(6130, 1441, '_page_settings', 'a:11:{s:7:\"sidebar\";s:15:\"default-sidebar\";s:11:\"sidebar_pos\";s:5:\"right\";s:6:\"header\";s:4:\"true\";s:9:\"top_image\";s:58:\"http://ahf.com.pk/wp-content/uploads/2021/12/IntroPage.jpg\";s:13:\"tpl_post_type\";s:3:\"all\";s:15:\"show_page_title\";s:1:\"1\";s:10:\"page_title\";s:18:\"Chairman\'s Message\";s:13:\"content_limit\";s:0:\"\";s:10:\"meta_title\";s:0:\"\";s:9:\"meta_desc\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";}'),
(6131, 1441, '_wpb_vc_js_status', 'true'),
(6132, 1441, '_edit_lock', '1640702249:1'),
(6133, 1441, '_edit_last', '1'),
(6147, 701, 'sc_member_order', '0'),
(6136, 1446, 'sc_member_order', '0'),
(6137, 1446, '_menu_item_type', 'post_type'),
(6138, 1446, '_menu_item_menu_item_parent', '621'),
(6139, 1446, '_menu_item_object_id', '1441'),
(6140, 1446, '_menu_item_object', 'page'),
(6141, 1446, '_menu_item_target', ''),
(6142, 1446, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6143, 1446, '_menu_item_xfn', ''),
(6144, 1446, '_menu_item_url', ''),
(6148, 1457, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(6149, 1458, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(6150, 1459, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(6151, 1460, '_wpb_shortcodes_custom_css', '.vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}'),
(6152, 1461, '_wpb_shortcodes_custom_css', '.vc_custom_1638007993785{border-radius: 10px !important;}'),
(6163, 1464, 'sc_member_order', '0'),
(6164, 1464, 'sg_popup_scripts', 'a:2:{s:2:\"js\";a:0:{}s:3:\"css\";s:0:\"\";}'),
(6162, 1463, '_wpb_shortcodes_custom_css', '.vc_custom_1638007993785{border-radius: 10px !important;}'),
(6165, 1464, 'sg_popup_events_preview', 'a:0:{}'),
(6166, 1464, 'sg_popup_options_preview', 'a:49:{s:12:\"sgpb-post-id\";s:4:\"1464\";s:24:\"sgpb-target[0][0][param]\";s:13:\"page_selected\";s:27:\"sgpb-target[0][0][operator]\";s:2:\"==\";s:26:\"sgpb-target[0][0][value][]\";s:3:\"231\";s:9:\"sgpb-type\";s:4:\"html\";s:15:\"sgpb-is-preview\";s:1:\"0\";s:14:\"sgpb-is-active\";s:7:\"checked\";s:24:\"sgpb-events[0][0][param]\";s:4:\"load\";s:24:\"sgpb-events[0][0][value]\";s:0:\"\";s:47:\"sgpb-behavior-after-special-events[0][0][param]\";s:12:\"select_event\";s:20:\"sgpb-content-padding\";s:1:\"7\";s:18:\"sgpb-popup-z-index\";s:4:\"9999\";s:17:\"sgpb-popup-themes\";s:12:\"sgpb-theme-1\";s:18:\"sgpb-overlay-color\";s:0:\"\";s:20:\"sgpb-overlay-opacity\";s:3:\"0.8\";s:25:\"sgpb-content-custom-class\";s:16:\"sg-popup-content\";s:26:\"sgpb-background-image-mode\";s:9:\"no-repeat\";s:12:\"sgpb-esc-key\";s:2:\"on\";s:24:\"sgpb-enable-close-button\";s:2:\"on\";s:23:\"sgpb-close-button-delay\";s:1:\"0\";s:26:\"sgpb-close-button-position\";s:11:\"bottomRight\";s:24:\"sgpb-button-position-top\";s:0:\"\";s:26:\"sgpb-button-position-right\";s:1:\"9\";s:27:\"sgpb-button-position-bottom\";s:1:\"9\";s:25:\"sgpb-button-position-left\";s:0:\"\";s:17:\"sgpb-button-image\";s:0:\"\";s:23:\"sgpb-button-image-width\";s:2:\"21\";s:24:\"sgpb-button-image-height\";s:2:\"21\";s:17:\"sgpb-border-color\";s:7:\"#000000\";s:18:\"sgpb-border-radius\";s:1:\"0\";s:23:\"sgpb-border-radius-type\";s:1:\"%\";s:16:\"sgpb-button-text\";s:5:\"Close\";s:18:\"sgpb-overlay-click\";s:2:\"on\";s:25:\"sgpb-popup-dimension-mode\";s:14:\"responsiveMode\";s:33:\"sgpb-responsive-dimension-measure\";s:4:\"auto\";s:10:\"sgpb-width\";s:5:\"640px\";s:11:\"sgpb-height\";s:5:\"480px\";s:14:\"sgpb-max-width\";s:0:\"\";s:15:\"sgpb-max-height\";s:0:\"\";s:14:\"sgpb-min-width\";s:5:\"120px\";s:15:\"sgpb-min-height\";s:0:\"\";s:26:\"sgpb-open-animation-effect\";s:9:\"No effect\";s:27:\"sgpb-close-animation-effect\";s:9:\"No effect\";s:29:\"sgpb-enable-content-scrolling\";s:2:\"on\";s:16:\"sgpb-popup-order\";s:1:\"0\";s:16:\"sgpb-popup-delay\";s:1:\"0\";s:25:\"sgpb-enable-popup-overlay\";s:2:\"on\";s:22:\"sgpb-button-image-data\";s:0:\"\";s:26:\"sgpb-background-image-data\";s:0:\"\";}'),
(6167, 1464, '_edit_last', '1'),
(6168, 1464, '_edit_lock', '1640677165:1'),
(6169, 1464, 'sg_popup_target', 'a:2:{s:11:\"sgpb-target\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_selected\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";a:1:{i:231;s:4:\"HOME\";}}}}s:15:\"sgpb-conditions\";N;}'),
(6170, 1464, 'sg_popup_events', 'a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"load\";s:5:\"value\";s:0:\"\";s:12:\"hiddenOption\";a:0:{}}}}'),
(6171, 1464, 'sg_popup_options', 'a:44:{s:9:\"sgpb-type\";s:4:\"html\";s:15:\"sgpb-is-preview\";s:1:\"0\";s:14:\"sgpb-is-active\";s:7:\"checked\";s:34:\"sgpb-behavior-after-special-events\";a:1:{i:0;a:1:{i:0;a:1:{s:5:\"param\";s:12:\"select_event\";}}}s:20:\"sgpb-content-padding\";s:1:\"7\";s:18:\"sgpb-popup-z-index\";s:4:\"9999\";s:17:\"sgpb-popup-themes\";s:12:\"sgpb-theme-1\";s:18:\"sgpb-overlay-color\";s:0:\"\";s:20:\"sgpb-overlay-opacity\";s:3:\"0.8\";s:25:\"sgpb-content-custom-class\";s:16:\"sg-popup-content\";s:26:\"sgpb-background-image-mode\";s:9:\"no-repeat\";s:12:\"sgpb-esc-key\";s:2:\"on\";s:24:\"sgpb-enable-close-button\";s:2:\"on\";s:23:\"sgpb-close-button-delay\";s:1:\"0\";s:26:\"sgpb-close-button-position\";s:11:\"bottomRight\";s:24:\"sgpb-button-position-top\";s:0:\"\";s:26:\"sgpb-button-position-right\";s:1:\"9\";s:27:\"sgpb-button-position-bottom\";s:1:\"9\";s:25:\"sgpb-button-position-left\";s:0:\"\";s:17:\"sgpb-button-image\";s:0:\"\";s:23:\"sgpb-button-image-width\";s:2:\"21\";s:24:\"sgpb-button-image-height\";s:2:\"21\";s:17:\"sgpb-border-color\";s:7:\"#000000\";s:18:\"sgpb-border-radius\";s:1:\"0\";s:23:\"sgpb-border-radius-type\";s:1:\"%\";s:16:\"sgpb-button-text\";s:5:\"Close\";s:18:\"sgpb-overlay-click\";s:2:\"on\";s:25:\"sgpb-popup-dimension-mode\";s:14:\"responsiveMode\";s:33:\"sgpb-responsive-dimension-measure\";s:4:\"auto\";s:10:\"sgpb-width\";s:5:\"640px\";s:11:\"sgpb-height\";s:5:\"480px\";s:14:\"sgpb-max-width\";s:0:\"\";s:15:\"sgpb-max-height\";s:0:\"\";s:14:\"sgpb-min-width\";s:5:\"120px\";s:15:\"sgpb-min-height\";s:0:\"\";s:26:\"sgpb-open-animation-effect\";s:9:\"No effect\";s:27:\"sgpb-close-animation-effect\";s:9:\"No effect\";s:29:\"sgpb-enable-content-scrolling\";s:2:\"on\";s:16:\"sgpb-popup-order\";s:1:\"0\";s:16:\"sgpb-popup-delay\";s:1:\"0\";s:12:\"sgpb-post-id\";s:4:\"1464\";s:25:\"sgpb-enable-popup-overlay\";s:2:\"on\";s:22:\"sgpb-button-image-data\";s:0:\"\";s:26:\"sgpb-background-image-data\";s:0:\"\";}'),
(6175, 1465, '_wpb_shortcodes_custom_css', '.vc_custom_1638007993785{border-radius: 10px !important;}'),
(6176, 1466, '_wp_attached_file', '2021/12/vision.jpg'),
(6177, 1466, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1391;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2021/12/vision.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"vision-150x98.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"vision-300x21.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"vision-768x54.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"vision-1024x72.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:17:\"vision-370x98.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:18:\"vision-1170x98.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:17:\"vision-370x98.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:17:\"vision-270x98.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:17:\"vision-570x98.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:17:\"vision-150x98.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:17:\"vision-570x98.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:18:\"vision-1170x98.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:16:\"vision-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:17:\"vision-470x98.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:17:\"vision-570x98.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:98;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:{}}}'),
(6178, 1468, '_wp_attached_file', '2021/12/vision-1.jpg'),
(6179, 1468, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:98;s:4:\"file\";s:20:\"2021/12/vision-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vision-1-150x98.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"vision-1-300x22.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:22;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"vision-1-768x57.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"vision-1-1024x76.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"vision-1-370x98.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"vision-1-1170x98.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"vision-1-370x98.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"vision-1-270x98.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"vision-1-570x98.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:19:\"vision-1-150x98.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"vision-1-570x98.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"vision-1-1170x98.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"vision-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"vision-1-470x98.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"vision-1-570x98.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:98;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:{}}}'),
(6180, 1480, '_wp_attached_file', '2021/12/vision-2.jpg'),
(6181, 1480, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1315;s:6:\"height\";i:37;s:4:\"file\";s:20:\"2021/12/vision-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vision-2-150x37.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"vision-2-300x8.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:8;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"vision-2-768x22.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:22;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"vision-2-1024x29.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"vision-2-370x37.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:20:\"vision-2-1170x37.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"vision-2-370x37.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"vision-2-270x37.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:19:\"vision-2-570x37.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:19:\"vision-2-150x37.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"vision-2-570x37.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:20:\"vision-2-1170x37.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:18:\"vision-2-80x37.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"vision-2-470x37.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"vision-2-570x37.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:37;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:{}}}'),
(6182, 1487, '_wp_attached_file', '2021/12/unnamed.jpg'),
(6183, 1487, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:370;s:6:\"height\";i:445;s:4:\"file\";s:19:\"2021/12/unnamed.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unnamed-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:19:\"unnamed-370x445.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:19:\"unnamed-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:19:\"unnamed-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:19:\"unnamed-370x184.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:19:\"unnamed-370x312.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:17:\"unnamed-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:19:\"unnamed-370x318.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:19:\"unnamed-370x353.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:353;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:{}}}'),
(6184, 1492, '_wpb_shortcodes_custom_css', '.vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}.vc_custom_1574163748187{margin-top: 0px !important;padding-top: 0px !important;}'),
(6191, 1496, 'sc_member_order', '0'),
(6192, 1496, '_edit_last', '1'),
(6193, 1496, '_edit_lock', '1640848055:1'),
(6194, 1497, '_wp_attached_file', '2021/12/WHO-delegation-visits-Alkhidmat-Headquarters1.jpg'),
(6195, 1497, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:57:\"2021/12/WHO-delegation-visits-Alkhidmat-Headquarters1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:55:\"WHO-delegation-visits-Alkhidmat-Headquarters1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6196, 1498, '_wp_attached_file', '2021/12/WHO-delegation-visits-Alkhidmat-Headquarters4.jpg'),
(6197, 1498, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:57:\"2021/12/WHO-delegation-visits-Alkhidmat-Headquarters4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters4-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters4-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters4-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:55:\"WHO-delegation-visits-Alkhidmat-Headquarters4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters4-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6198, 1499, '_wp_attached_file', '2021/12/WHO-delegation-visits-Alkhidmat-Headquarters3.jpg'),
(6199, 1499, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:57:\"2021/12/WHO-delegation-visits-Alkhidmat-Headquarters3.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters3-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters3-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:55:\"WHO-delegation-visits-Alkhidmat-Headquarters3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters3-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6200, 1500, '_wp_attached_file', '2021/12/WHO-delegation-visits-Alkhidmat-Headquarters2.jpg'),
(6201, 1500, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:57:\"2021/12/WHO-delegation-visits-Alkhidmat-Headquarters2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters2-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:58:\"WHO-delegation-visits-Alkhidmat-Headquarters2-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:55:\"WHO-delegation-visits-Alkhidmat-Headquarters2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters2-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6202, 1501, '_wp_attached_file', '2021/12/WHO-delegation-visits-Alkhidmat-Headquarters1-1.jpg'),
(6203, 1501, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:59:\"2021/12/WHO-delegation-visits-Alkhidmat-Headquarters1-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-370x491.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:60:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-1170x455.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-270x155.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-570x184.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:60:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-1170x312.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:57:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-470x318.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:59:\"WHO-delegation-visits-Alkhidmat-Headquarters1-1-570x353.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6204, 1496, '_thumbnail_id', '1498'),
(6221, 1508, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2021/12/Pharmacy-Buner-02.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Pharmacy-Buner-02-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"Pharmacy-Buner-02-1170x455.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"Pharmacy-Buner-02-1170x312.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"Pharmacy-Buner-02-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-02-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6207, 1496, '_post_settings', 'a:4:{s:8:\"location\";s:0:\"\";s:6:\"format\";s:5:\"image\";s:7:\"sidebar\";s:0:\"\";s:9:\"top_image\";s:0:\"\";}'),
(6220, 1508, '_wp_attached_file', '2021/12/Pharmacy-Buner-02.jpeg'),
(6222, 1509, '_wp_attached_file', '2021/12/Pharmacy-Buner-04.jpeg');
INSERT INTO `ahf_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6223, 1509, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1040;s:6:\"height\";i:780;s:4:\"file\";s:30:\"2021/12/Pharmacy-Buner-04.jpeg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Pharmacy-Buner-04-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-370x491.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:31:\"Pharmacy-Buner-04-1040x455.jpeg\";s:5:\"width\";i:1040;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-370x252.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-270x155.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-570x184.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:31:\"Pharmacy-Buner-04-1040x312.jpeg\";s:5:\"width\";i:1040;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:28:\"Pharmacy-Buner-04-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-470x318.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:30:\"Pharmacy-Buner-04-570x353.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6224, 1511, '_wp_attached_file', '2021/12/Screen-Shot-2019-10-05-at-10.56.47-AM.png'),
(6225, 1511, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1438;s:4:\"file\";s:49:\"2021/12/Screen-Shot-2019-10-05-at-10.56.47-AM.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-768x575.png\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.47-AM-1024x767.png\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-370x491.png\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.47-AM-1170x455.png\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-370x252.png\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-570x184.png\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.47-AM-1170x312.png\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-10-05-at-10.56.47-AM-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-470x318.png\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.47-AM-570x353.png\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6226, 1512, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}'),
(6227, 1513, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}'),
(6228, 1514, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}'),
(6229, 1515, '_wp_attached_file', '2021/12/Screen-Shot-2019-10-05-at-10.56.58-AM.png'),
(6230, 1515, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1922;s:6:\"height\";i:1438;s:4:\"file\";s:49:\"2021/12/Screen-Shot-2019-10-05-at-10.56.58-AM.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-768x575.png\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.58-AM-1024x766.png\";s:5:\"width\";i:1024;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x491\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-370x491.png\";s:5:\"width\";i:370;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x455\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.58-AM-1170x455.png\";s:5:\"width\";i:1170;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"370x252\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-370x252.png\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"270x155\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-270x155.png\";s:5:\"width\";i:270;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x570\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"150x150\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x184\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-570x184.png\";s:5:\"width\";i:570;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"1170x312\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2019-10-05-at-10.56.58-AM-1170x312.png\";s:5:\"width\";i:1170;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"80x80\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-10-05-at-10.56.58-AM-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"470x318\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-470x318.png\";s:5:\"width\";i:470;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"570x353\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2019-10-05-at-10.56.58-AM-570x353.png\";s:5:\"width\";i:570;s:6:\"height\";i:353;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:{}}}'),
(6231, 1516, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}'),
(6232, 1517, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}'),
(6233, 1518, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}'),
(6234, 1519, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}'),
(6235, 1520, '_wpb_shortcodes_custom_css', '.vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}');
-- --------------------------------------------------------
--
-- Table structure for table `ahf_posts`
--
CREATE TABLE `ahf_posts` (
`ID` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `ahf_posts`
--
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(675, 1, '2019-11-16 10:21:25', '2019-11-16 10:21:25', '<p style=\"text-align: justify;\">The cycle of poverty is intensified by a high maternal mortality rate, with 140 women out of every 100,000 live births dying during childbirth. This is more than double of what it should be if Pakistan is to achieve its Sustainable Development Goals (SDGs) relating to maternal mortality by 2030. To help Pakistan provide better health facilities to their people, Alkhidmat has provided a vast range of health related facilities including Hospitals, Mother & Child Healthcare Centers, Diagnostic Centers, Ambulance Service, Blood Banks and even Clinics with Dispensaries and Mobile Health Units and Camps for the people of Pakistan. I appreciate the effort of my team and pray to Allah Almighty to give us strength to keep up with this noble cause of serving the most marginalized and poor portion of our population. I am also grateful to all our supporters, donors and well-wishers who help us to keep this voyage continue for the service to humanity.</p>', 'Muhammad Abdus Shakoor', '', 'publish', 'closed', 'closed', '', 'muhammad-abdus-shakoor', '', '', '2019-11-16 10:21:25', '2019-11-16 10:21:25', '', 0, 'http://ahf.com.pk/?post_type=wpb_team_members&p=675', 0, 'wpb_team_members', '', 0),
(5, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'Espresso', '', 'inherit', 'open', 'closed', '', 'espresso', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/08/espresso.jpg', 0, 'attachment', 'image/jpeg', 0),
(6, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'Sandwich', '', 'inherit', 'open', 'closed', '', 'sandwich', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/08/sandwich.jpg', 0, 'attachment', 'image/jpeg', 0),
(7, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'Coffee', '', 'inherit', 'open', 'closed', '', 'coffee', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/08/coffee.jpg', 0, 'attachment', 'image/jpeg', 0),
(9, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', 'You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 0, 'http://ahf.com.pk/?page_id=9', 0, 'page', '', 0),
(10, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', 'This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 0, 'http://ahf.com.pk/?page_id=10', 0, 'page', '', 0),
(11, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'News', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2020-01-01 06:53:25', '2020-01-01 06:53:25', '', 0, 'http://ahf.com.pk/?page_id=11', 0, 'page', '', 0),
(1114, 1, '2021-01-21 07:49:14', '2021-01-21 07:49:14', 'Alkhidmat Charity Australia International Hospital Multan', 'Alkhidmat Charity Australia International Hospital Multan', '', 'inherit', 'open', 'closed', '', 'alkhidmat_charity_australia_international_hospital', '', '', '2021-01-21 07:49:26', '2021-01-21 07:49:26', '', 882, 'http://ahf.com.pk/wp-content/uploads/2019/12/Alkhidmat_Charity_Australia_International_Hospital.jpg', 0, 'attachment', 'image/jpeg', 0),
(676, 1, '2019-11-16 10:20:42', '2019-11-16 10:20:42', 'Chairman Mr. Abdus Shakoor', '', '', 'inherit', 'open', 'closed', '', 'abdusshakoorsbcbm', '', '', '2019-11-16 10:21:08', '2019-11-16 10:21:08', '', 675, 'http://ahf.com.pk/wp-content/uploads/2019/11/AbdusShakoorSbCBM.png', 0, 'attachment', 'image/png', 0),
(867, 1, '2019-11-25 05:31:20', '2019-11-25 05:31:20', 'Alkhdmat Fareeda Yaqoob Hospital', '', '', 'inherit', 'open', 'closed', '', 'alkhdmatfareedayaqoobhospital', '', '', '2019-11-25 05:42:52', '2019-11-25 05:42:52', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/AlkhdmatFareedaYaqoobHospital.jpg', 0, 'attachment', 'image/jpeg', 0),
(678, 1, '2019-11-16 10:39:03', '2019-11-16 10:39:03', '<p style=\"text-align: justify;\">Pakistan is the sixth most populous country in the world, with approximately 220 million inhabitants. It is also one of the world\'s poorest countries,116th in the UN Human Development Index. People of Pakistan do not have access to quality family health services. Most of them are unable to reach qualified healthcare professionals and latest diagnostic facilities. As a result, one in every three pregnancies is unattended, Postpartum hemorrhage and other pregnancy related complications and the consequences of unsafe abortion becomes the major causes of maternal deaths. I thank all our donors and partner organization who helped us in serving the nation.</p>', 'Dr. Hafeez Ur Rahman', '', 'publish', 'closed', 'closed', '', 'dr-hafeez-ur-rahman', '', '', '2019-11-16 10:39:03', '2019-11-16 10:39:03', '', 0, 'http://ahf.com.pk/?post_type=wpb_team_members&p=678', 0, 'wpb_team_members', '', 0),
(679, 1, '2019-11-16 10:40:38', '2019-11-16 10:40:38', '<p style=\"text-align: justify;\">It is a matter of great honor and pleasure for me to provide health services for humanity through the esteemed platform of Alkhidmat Health Foundation. Here we do not mean just the health facilities we provide through our hospitals, blood banks, ambulance service or mobile medical camps but it is the love, respect and priority that heal our patients quicker than any medical treatment. Alkhidmat Health Foundation provides a vast range of medical facilities to the people of Pakistan through its best managed and organized health units, hospitals and other divisions. I am thankful to all the donors who support this noble cause of serving the humanity. We are determined to serve the nation with commitment and devotion with the help of my team and will of Allah (S.W.T)</p>', 'Dr. Muhammad Afzal', '', 'publish', 'closed', 'closed', '', 'dr-muhammad-afzal', '', '', '2019-11-16 10:40:38', '2019-11-16 10:40:38', '', 0, 'http://ahf.com.pk/?post_type=wpb_team_members&p=679', 0, 'wpb_team_members', '', 0),
(680, 1, '2019-11-16 10:41:50', '2019-11-16 10:41:50', '<p style=\"text-align: justify;\">I feel immense pleasure to introduce you to the diagnostic services provided by Alkhidmat Health Foundation through its vast network of 96 Diagnostic and Collection Centers across Pakistan. Alkhidmat’s Diagnostic Centers are fully equipped with the latest equipment and to provide quick and reliable results for the medical professionals to decide the best possible remedy for their patients. Alkhidmat\'s Diagnostic Centers are rated among the best Diagnostic Centers across Pakistan by medical practitioners. Our qualified pathologists and skilled technical staff always strive to provide best Diagnostic facilities for the patients while Alkhidmat Health Foundation ensures its economization through market surveys and customer feedback. Providing the best diagnostic services to the masses on the most economical cost is the key factor of Alkhidmat Health Foundation.</p>', 'Engineer Sabir Ahmed', '', 'publish', 'open', 'closed', '', 'engineer-sabir-ahmed', '', '', '2019-11-16 10:41:50', '2019-11-16 10:41:50', '', 0, 'http://ahf.com.pk/?post_type=wpb_team_members&p=680', 0, 'wpb_team_members', '', 0),
(681, 1, '2019-11-16 10:43:29', '2019-11-16 10:43:29', '<p style=\"text-align: justify;\">The world is very different today for man holds in his mortal hands the power to abolish almost all forms of hardships if sincere efforts are made. Alkhidmat Health Foundation is no different as its mandate stems essentially from the passion of serving humanity through first-class health facilities. As director pharmacy, it’s my duty to ensure that this area is staffed with caring professionals dedicated to helping people lead healthier lives. Our pharmacists provide more than just prescriptions & OTC medications but also communicating with patients to understand their perspective on their disease & overall well-being. Our obsession to excel is what makes us extraordinary & how we bring our purpose to feed the human spirit. To say that we are determined to take it to the next level is putting it mildly. Our commitment and devotion know no boundary and I am sure our great team and supporters will keep surprising with their excellence seeking approach.</p>', 'Jamshed Ahmed', '', 'publish', 'closed', 'closed', '', 'jamshed-ahmed', '', '', '2019-11-18 05:03:39', '2019-11-18 05:03:39', '', 0, 'http://ahf.com.pk/?post_type=wpb_team_members&p=681', 0, 'wpb_team_members', '', 0),
(682, 1, '2019-11-16 10:45:23', '2019-11-16 10:45:23', '', 'Members', '', 'publish', 'closed', 'closed', '', 'members', '', '', '2019-11-16 11:51:03', '2019-11-16 11:51:03', '', 0, 'http://ahf.com.pk/?post_type=wpb_otm_shortcode&p=682', 0, 'wpb_otm_shortcode', '', 0),
(684, 1, '2019-11-16 11:48:26', '2019-11-16 11:48:26', '[vc_row][vc_column][vc_column_text][our-team][/vc_column_text][/vc_column][/vc_row]', 'Central Working Committee', '', 'publish', 'closed', 'closed', '', 'central-working-committee', '', '', '2021-12-29 06:40:45', '2021-12-29 06:40:45', '', 0, 'http://ahf.com.pk/?page_id=684', 0, 'page', '', 0),
(685, 1, '2019-11-16 11:48:11', '2019-11-16 11:48:11', '[vc_row][vc_column][vc_column_text][wpb-otm-shortcode id=\"682\"][/vc_column_text][/vc_column][/vc_row]', 'Central Board of Management', '', 'inherit', 'closed', 'closed', '', '684-revision-v1', '', '', '2019-11-16 11:48:11', '2019-11-16 11:48:11', '', 684, 'http://ahf.com.pk/2019/11/16/684-revision-v1/', 0, 'revision', '', 0),
(686, 1, '2019-11-16 11:52:53', '2019-11-16 11:52:53', 'Alkhidmat Foundation Pakistan', '', '', 'inherit', 'open', 'closed', '', 'cbm', '', '', '2019-11-18 06:47:41', '2019-11-18 06:47:41', '', 684, 'http://ahf.com.pk/wp-content/uploads/2019/11/CBM.jpg', 0, 'attachment', 'image/jpeg', 0),
(688, 1, '2019-11-18 04:48:16', '2019-11-18 04:48:16', ' ', '', '', 'publish', 'closed', 'closed', '', '688', '', '', '2021-12-27 12:10:28', '2021-12-27 12:10:28', '', 0, 'http://ahf.com.pk/?p=688', 12, 'nav_menu_item', '', 0),
(691, 1, '2019-11-18 05:43:24', '2019-11-18 05:43:24', '', 'Central Board of Management', '', 'publish', 'closed', 'closed', '', 'central-board-of-management', '', '', '2019-11-18 06:17:48', '2019-11-18 06:17:48', '', 0, 'http://ahf.com.pk/?post_type=team&p=691', 0, 'team', '', 0),
(1125, 1, '2021-07-31 07:16:43', '2021-07-31 07:16:43', '', 'DrHafeezurRahman-291x300', '', 'inherit', 'open', 'closed', '', 'drhafeezurrahman-291x300', '', '', '2021-07-31 07:16:43', '2021-07-31 07:16:43', '', 0, 'http://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(1119, 1, '2021-06-16 11:52:56', '2021-06-16 11:52:56', 'Alkhidmat, with the kind support of Exness, has implemented the project by provision of equipment for Corona Special Care Unit in Alkhidmat Mashal Medical Complex Mardan, KPK – Pakistan. With this project 64 corona patients have been given treatment so far.\nAlhamdulillah! The downward trend is recorded as daily deaths and new cases have begun to drop. The third wave peaked in late April 2021 to Mid May 2021, and since then, positivity rates, daily new case numbers, and daily new death numbers have been falling. Now Pakistan has relaxed COVID-19 curbs introduced during the peak and the activities have resumed in all segments of life.\nIn post COVID-19 scenario, this corona special care unit will be converted into intensive care unit (ICU) to serve people of Mardan and surrounding areas.\n', 'Exness Provided the Corona Special Care Unit Equipments', '', 'inherit', 'open', 'closed', '', 'exness-provided-the-corona-special-care-unit-equipments', '', '', '2021-06-16 11:53:42', '2021-06-16 11:53:42', '', 1117, 'http://ahf.com.pk/wp-content/uploads/2021/06/Exness-Provided-the-Corona-Special-Care-Unit-Equipments.jpeg', 0, 'attachment', 'image/jpeg', 0),
(14, 1, '2019-08-31 11:15:21', '2019-08-31 11:15:21', 'Alkhidmat Health Foundation', 'Alkhidmat Health Foundation', '', 'inherit', 'open', 'closed', '', 'ahf-logo-200x200', '', '', '2019-08-31 11:15:48', '2019-08-31 11:15:48', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/08/AHF-Logo-200x200.png', 0, 'attachment', 'image/png', 0),
(15, 1, '2019-08-31 11:21:03', '2019-08-31 11:21:03', 'Alkhidmat Health Foundation', 'Alkhidmat Health Foundation', '', 'inherit', 'open', 'closed', '', 'favicon512x512', '', '', '2019-08-31 11:21:18', '2019-08-31 11:21:18', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/08/FavIcon512x512.png', 0, 'attachment', 'image/png', 0),
(16, 1, '2019-08-31 11:21:18', '2019-08-31 11:21:18', 'http://ahf.com.pk/wp-content/uploads/2019/08/cropped-FavIcon512x512.png', 'cropped-FavIcon512x512.png', '', 'inherit', 'open', 'closed', '', 'cropped-favicon512x512-png', '', '', '2019-08-31 11:21:18', '2019-08-31 11:21:18', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/08/cropped-FavIcon512x512.png', 0, 'attachment', 'image/png', 0),
(17, 1, '2019-08-31 11:21:30', '2019-08-31 11:21:30', 'http://ahf.com.pk/wp-content/uploads/2019/08/cropped-AHF-Logo-200x200.png', 'cropped-AHF-Logo-200x200.png', '', 'inherit', 'open', 'closed', '', 'cropped-ahf-logo-200x200-png', '', '', '2019-08-31 11:21:30', '2019-08-31 11:21:30', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/08/cropped-AHF-Logo-200x200.png', 0, 'attachment', 'image/png', 0),
(889, 1, '2019-12-27 07:51:47', '2019-12-27 07:51:47', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-12-27 07:51:47', '2019-12-27 07:51:47', '', 663, 'http://ahf.com.pk/2019/12/27/663-revision-v1/', 0, 'revision', '', 0),
(663, 1, '2019-11-14 10:36:56', '2019-11-14 10:36:56', '/***Header Donate button Start***/\n.header-btn {\n background: #0061AF;\n color: #ffffff;\n}\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***General Color for headings & title Start***/\n.sec-title h2 span, .meta span i, .needed-amount > h5 i, .footer-widget-title h4 span, .our-causes-hover span i, .our-causes-hover span.needed-amount, .story > h6 i, .member-intro > span, .about-charity-desc.col-md-7 li h6, .page-title h1 span, label span, .form p span, .contact-info .contact-details li span i, .sidebar-title > h4 span, .sidebar-widget ul > li > a:hover, .error-page h2, .error-page-search a, .search-result h3 span, .cart-table li > .product > h6, .cart-total span, .cloud-tags a:hover, .featured-products .col-md-4 > a, .featured-products .col-md-4 > h6 i, .order-reveived p strong, .order-reveived a, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus, blockquote span, .comments li .comment i span, .post-meta > li p span, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .theme-list li i, .logo h1, .coloured, .port-desc h4 a, .donate-message > p span, .upcoming-event > h5, .upcoming-event li .icon-pencil, .sec-heading h2 strong, .search-title span, .ratings, .wpb_tour_next_prev_nav a, .slide2-text3 span span, .slide3-text1 span, .slide2-text1 span span, .slide3-text3 span, .designation, .project-detail span, span.title-icon, .featured-details > a, .sidebar-widget ul li a, .our-cause-detail > span a, .our-cause-detail > i span, .fancy-cause-intro > span strong, .fancy-cause-intro > i a, .fancy-cause-hover > span strong, span.slide1 i, h3.slide2 span, h3.slide3 i, h4.slide3 span, h5.slide3 span, .slide4 i, .slide5 span, .slide5-title span, .slide3-subtitle2 i, header.header2 #menu-navigation > li:hover > a, header.header2 #menu-navigation > li.active > a, .header-event .count-down span.countdown-row span.countdown-amount, .search-box.white:before, #menu-navigation ul.mega-menu2 > li:hover > a, header.header3 #menu-navigation li ul li:hover > a, .main-blog .blog-post h2 a:hover, .donation-appeal > h3 span, .sec-heading4 h2 span, .wide-project-detail > h3, .money-spent > h5 i, .cause-location > p span, .charity-cause-detail > span i, .urgent-cause > h3 span, .urgent-cause > h6 span, .urgent-cause > strong i, .simple-parallax > h3 span, .abt-upcoming-event > ul li a, .upcoming-counter > div > span > span .countdown-period, .charity-event-detail > i strong, .charity-event-detail > h3 a:hover, .charity-cause-detail > h3 a:hover, .wide-project-detail > h2 a:hover, #buddypress #activity-stream p a, #buddypress div.activity-comments form div.ac-reply-content a, #buddypress div.activity-comments form input, #buddypress div.activity-meta a, #buddypress .acomment-meta a, #buddypress .acomment-options a, #buddypress ul.item-list li a, #buddypress #item-body div.item-list-tabs ul li a, .gform_wrapper span.gform_description, .upcoming-counter .countdown li p, .header-event .countdown li span, .vc_tta-panel-body li i, .responsive-header > ul li:hover > a, .responsive-header > ul li.opened > a, .donation-appeal > h3 strong, .product-name a, .stars, .responsive-topbar-info > ul > li.active > i, .responsive-menu > ul li ul li:hover > a, .responsive-menu > ul li ul li.active > a, .default-header nav > div#menu-navigation > ul li:hover a, p.stars span a, .post-meta > li .product_meta > span a:hover, .woocommerce-MyAccount-content p a, .account-orders-table tbody td.order-number > a, .woocommerce-info > a, .bbp-breadcrumb > p > a, #subscription-toggle a.subscription-toggle:hover, .category a:hover, .post-meta li a:hover, .post-desc p a, .logged-in-as > a, #cancel-comment-reply-link, .post p a, .lost_password > a, .payment_methods li a, .slide-donate {\n color: #0061AF !important;\n}\n\n\n\n.menu ul li ul, .message-form, .message-form, .ls-container, .sidebar-title, .accordion_toggle.current > a, .order-reveived, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .menu ul li ul li ul, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .box {\n border-color: #0061AF !important;\n}\n\n.menu > ul > li > ul > li > a:hover {\n background: #0061AF !important;\n}\n\n\n/***General Color for headings and title End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n.fa-beer:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2020/02/Pharmacy.png) !important;\n}\n.statistics-inner > div:nth-of-type(7) > .fa-beer {\n margin-top: 15%;\n margin-bottom: 25%;\n}\n/*#tf-stat-750 .stat .count-title{\n margin-right:10px;\n}*/\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'publish', 'closed', 'closed', '', 'lifeline-new', '', '', '2020-02-29 07:29:13', '2020-02-29 07:29:13', '', 0, 'http://ahf.com.pk/2019/11/14/lifeline-new/', 0, 'custom_css', '', 0),
(664, 1, '2019-11-14 10:36:56', '2019-11-14 10:36:56', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-14 10:36:56', '2019-11-14 10:36:56', '', 663, 'http://ahf.com.pk/2019/11/14/663-revision-v1/', 0, 'revision', '', 0),
(944, 1, '2020-01-01 06:41:55', '2020-01-01 06:41:55', 'Alkhidmat Blog', '', '', 'inherit', 'open', 'closed', '', 'news', '', '', '2020-01-01 06:42:15', '2020-01-01 06:42:15', '', 316, 'http://ahf.com.pk/wp-content/uploads/2020/01/News.jpg', 0, 'attachment', 'image/jpeg', 0),
(943, 1, '2020-01-01 06:38:04', '2020-01-01 06:38:04', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2020-08-24 16:51:59', '2020-08-24 16:51:59', '', 0, 'http://ahf.com.pk/?p=943', 1, 'nav_menu_item', '', 0),
(669, 1, '2019-11-16 06:30:41', '2019-11-16 06:30:41', '', 'EMAIL LOGIN', '', 'publish', 'closed', 'closed', '', 'email-login', '', '', '2020-08-24 16:52:00', '2020-08-24 16:52:00', '', 0, 'http://ahf.com.pk/?p=669', 5, 'nav_menu_item', '', 0),
(670, 1, '2019-11-16 06:30:41', '2019-11-16 06:30:41', '', 'HRMS', '', 'publish', 'closed', 'closed', '', 'hrms', '', '', '2020-08-24 16:52:00', '2020-08-24 16:52:00', '', 0, 'http://ahf.com.pk/?p=670', 6, 'nav_menu_item', '', 0),
(671, 1, '2019-11-16 06:37:35', '2019-11-16 06:37:35', 'wsi-imageoptim-single-page-top2', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '256-revision-v1', '', '', '2019-11-16 06:37:35', '2019-11-16 06:37:35', '', 256, 'http://ahf.com.pk/2019/11/16/256-revision-v1/', 0, 'revision', '', 0),
(672, 1, '2019-11-16 06:40:11', '2019-11-16 06:40:11', '', '', '', 'inherit', 'open', 'closed', '', 'ahfcontactus', '', '', '2019-11-16 06:40:32', '2019-11-16 06:40:32', '', 256, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHFContactUs.jpg', 0, 'attachment', 'image/jpeg', 0),
(673, 1, '2020-02-29 08:27:53', '2020-02-29 08:27:53', '[vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\"][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">World Health Organization (WHO) has enlisted Pakistan among 57 countries with critical health workforce deficiency while the country is placed at 122nd position in terms of quality of healthcare facilities. Unfortunately Pakistan stands high in the list of top contries with extreme infant mortality. Being conscious of the situation, Alkhidmat Health Foundation has established countrywide network to provide best healthcare facilities to public, irrespective of their socio-economic status. Under its umbrella currently several Mother and Child Healthcare Centers, Hospitals, Mobile Medical Camps, Ambulance Service, Diagnostic Centers and Blood Banks are functional effectively across the country including landmark projects in the remotest and most under-developed areas such as Tharparkar (Sindh) and Quetta (Balochistan). All healthcare projects ranging from a routine OPD check up to a specialized procedure are provided to the needy and poor for free.</p>\n[/vc_column_text][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '277-autosave-v1', '', '', '2020-02-29 08:27:53', '2020-02-29 08:27:53', '', 277, 'http://ahf.com.pk/2019/11/16/277-autosave-v1/', 0, 'revision', '', 0),
(19, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', 'You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.', 'About', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 9, 'http://ahf.com.pk/2019/08/31/9-revision-v1/', 0, 'revision', '', 0),
(20, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', 'This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.', 'Contact', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 10, 'http://ahf.com.pk/2019/08/31/10-revision-v1/', 0, 'revision', '', 0),
(21, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 11, 'http://ahf.com.pk/2019/08/31/11-revision-v1/', 0, 'revision', '', 0),
(1117, 1, '2021-06-16 11:53:50', '2021-06-16 11:53:50', '<div dir=\"auto\">\r\n<div dir=\"auto\">Alkhidmat, with the kind support of Exness, has implemented the project by provision of equipment for Corona Special Care Unit in Alkhidmat Mashal Medical Complex Mardan, KPK – Pakistan. With this project 64 corona patients have been given treatment so far.</div>\r\n<div dir=\"auto\">Alhamdulillah! The downward trend is recorded as daily deaths and new cases have begun to drop. The third wave peaked in late April 2021 to Mid May 2021, and since then, positivity rates, daily new case numbers, and daily new death numbers have been falling. Now Pakistan has relaxed COVID-19 curbs introduced during the peak and the activities have resumed in all segments of life.</div>\r\n<div dir=\"auto\">In post COVID-19 scenario, this corona special care unit will be converted into intensive care unit (ICU) to serve people of Mardan and surrounding areas.</div>\r\n</div>', 'Exness Provided the Corona Special Care Unit Equipments', '', 'publish', 'open', 'open', '', 'exness-provided-the-corona-special-care-unit-equipments', '', '', '2021-06-16 11:53:50', '2021-06-16 11:53:50', '', 0, 'http://ahf.com.pk/?p=1117', 0, 'post', '', 0),
(23, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2021-11-27 09:51:17', '2021-11-27 09:51:17', '', 0, 'http://ahf.com.pk/2019/08/31/home/', 1, 'nav_menu_item', '', 0),
(24, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', ' ', '', '', 'publish', 'closed', 'closed', '', '24', '', '', '2021-11-27 09:51:17', '2021-11-27 09:51:17', '', 0, 'http://ahf.com.pk/2019/08/31/24/', 2, 'nav_menu_item', '', 0),
(25, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', ' ', '', '', 'publish', 'closed', 'closed', '', '25', '', '', '2021-11-27 09:51:17', '2021-11-27 09:51:17', '', 0, 'http://ahf.com.pk/2019/08/31/25/', 3, 'nav_menu_item', '', 0),
(26, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', ' ', '', '', 'publish', 'closed', 'closed', '', '26', '', '', '2021-11-27 09:51:17', '2021-11-27 09:51:17', '', 0, 'http://ahf.com.pk/2019/08/31/26/', 5, 'nav_menu_item', '', 0),
(27, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'Yelp', '', 'publish', 'closed', 'closed', '', 'yelp', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 0, 'http://ahf.com.pk/2019/08/31/yelp/', 0, 'nav_menu_item', '', 0),
(28, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'Facebook', '', 'publish', 'closed', 'closed', '', 'facebook', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 0, 'http://ahf.com.pk/2019/08/31/facebook/', 1, 'nav_menu_item', '', 0),
(29, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'Twitter', '', 'publish', 'closed', 'closed', '', 'twitter', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 0, 'http://ahf.com.pk/2019/08/31/twitter/', 2, 'nav_menu_item', '', 0),
(30, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'Instagram', '', 'publish', 'closed', 'closed', '', 'instagram', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 0, 'http://ahf.com.pk/2019/08/31/instagram/', 3, 'nav_menu_item', '', 0),
(31, 1, '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 'Email', '', 'publish', 'closed', 'closed', '', 'email', '', '', '2019-08-31 11:21:33', '2019-08-31 11:21:33', '', 0, 'http://ahf.com.pk/2019/08/31/email/', 4, 'nav_menu_item', '', 0),
(33, 1, '2019-09-02 08:16:09', '2019-09-02 08:16:09', '<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nAlkhidmat Health Foundation \"[your-subject]\"\nAlkhidmat Health Foundation <wordpress@ahf.com.pk>\ninfo@ahf.com.pk\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 Alkhidmat Health Foundation (http://ahf.com.pk)\nReply-To: [your-email]\n\n\n\n\nAlkhidmat Health Foundation \"[your-subject]\"\nAlkhidmat Health Foundation <wordpress@ahf.com.pk>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Alkhidmat Health Foundation (http://ahf.com.pk)\nReply-To: web@alkhidmat.org\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\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 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', 'closed', 'closed', '', 'contact-form-1', '', '', '2020-02-28 09:41:28', '2020-02-28 09:41:28', '', 0, 'http://ahf.com.pk/?post_type=wpcf7_contact_form&p=33', 0, 'wpcf7_contact_form', '', 0),
(34, 1, '2017-09-27 08:20:55', '2017-09-27 08:20:55', '', '9', '', 'inherit', 'open', 'closed', '', '9-6', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/9.jpg', 0, 'attachment', 'image/jpeg', 0),
(35, 1, '2017-09-27 08:20:49', '2017-09-27 08:20:49', '', '8', '', 'inherit', 'open', 'closed', '', '8-6', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/8.jpg', 0, 'attachment', 'image/jpeg', 0),
(36, 1, '2017-09-27 08:20:32', '2017-09-27 08:20:32', '', '7', '', 'inherit', 'open', 'closed', '', '7-6', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/7.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2017-09-27 08:20:25', '2017-09-27 08:20:25', '', '6', '', 'inherit', 'open', 'closed', '', '6-6', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/6.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2017-09-27 08:20:18', '2017-09-27 08:20:18', '', '5', '', 'inherit', 'open', 'closed', '', '5-7', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2017-09-27 08:20:12', '2017-09-27 08:20:12', '', '4', '', 'inherit', 'open', 'closed', '', '4-7', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2017-09-27 08:20:07', '2017-09-27 08:20:07', '', '3', '', 'inherit', 'open', 'closed', '', '3-7', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(41, 1, '2017-09-27 08:19:59', '2017-09-27 08:19:59', '', '2', '', 'inherit', 'open', 'closed', '', '2-7', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2017-09-27 08:19:52', '2017-09-27 08:19:52', '', '1', '', 'inherit', 'open', 'closed', '', '1-6', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2017-09-26 16:27:16', '2017-09-26 16:27:16', '', 'urgent-cause', '', 'inherit', 'open', 'closed', '', 'urgent-cause', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/urgent-cause.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2017-09-26 05:33:15', '2017-09-26 05:33:15', '', 'slider6', '', 'inherit', 'open', 'closed', '', 'slider6-2', '', '', '2017-09-26 05:33:15', '2017-09-26 05:33:15', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/09/slider6.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2017-09-26 05:33:14', '2017-09-26 05:33:14', '', 'slider5', '', 'inherit', 'open', 'closed', '', 'slider5-2', '', '', '2017-09-26 05:33:14', '2017-09-26 05:33:14', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/09/slider5.jpg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2017-09-21 11:55:07', '2017-09-21 11:55:07', '', 'slider1-img2', '', 'inherit', 'open', 'closed', '', 'slider1-img2', '', '', '2017-09-21 11:55:07', '2017-09-21 11:55:07', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/09/slider1-img2.png', 0, 'attachment', 'image/png', 0),
(47, 1, '2017-09-21 11:45:15', '2017-09-21 11:45:15', '', '', '', 'inherit', 'open', 'closed', '', 'slider5-bg', '', '', '2019-09-02 09:46:07', '2019-09-02 09:46:07', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png', 0, 'attachment', 'image/png', 0),
(48, 1, '2017-08-18 07:36:46', '2017-08-18 07:36:46', '', 'logo1', '', 'inherit', 'open', 'closed', '', 'logo1-2', '', '', '2017-08-18 07:36:46', '2017-08-18 07:36:46', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/logo1.png', 0, 'attachment', 'image/png', 0),
(49, 1, '2017-08-18 05:40:36', '2017-08-18 05:40:36', '', 'slider5-1.jpg', '', 'inherit', 'open', 'closed', '', 'slider5-1-jpg-4', '', '', '2017-08-18 05:40:36', '2017-08-18 05:40:36', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/slider5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2017-08-18 05:40:35', '2017-08-18 05:40:35', '', 'slider3.jpg', '', 'inherit', 'open', 'closed', '', 'slider3-jpg-4', '', '', '2017-08-18 05:40:35', '2017-08-18 05:40:35', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/slider3.jpg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2017-08-18 05:40:35', '2017-08-18 05:40:35', '', 'slider4.jpg', '', 'inherit', 'open', 'closed', '', 'slider4-jpg-4', '', '', '2017-08-18 05:40:35', '2017-08-18 05:40:35', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/slider4.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2017-08-18 05:40:34', '2017-08-18 05:40:34', '', 'slider1.jpg', '', 'inherit', 'open', 'closed', '', 'slider1-jpg-4', '', '', '2017-08-18 05:40:34', '2017-08-18 05:40:34', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2017-08-18 05:40:34', '2017-08-18 05:40:34', '', 'slider2.jpg', '', 'inherit', 'open', 'closed', '', 'slider2-jpg-4', '', '', '2017-08-18 05:40:34', '2017-08-18 05:40:34', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/slider2.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2017-08-18 05:37:07', '2017-08-18 05:37:07', '', 'slider4.jpg', '', 'inherit', 'open', 'closed', '', 'slider4-jpg-3', '', '', '2017-08-18 05:37:07', '2017-08-18 05:37:07', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/slider4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2017-08-18 05:37:07', '2017-08-18 05:37:07', '', 'slider5-1.jpg', '', 'inherit', 'open', 'closed', '', 'slider5-1-jpg-3', '', '', '2017-08-18 05:37:07', '2017-08-18 05:37:07', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/slider5-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(56, 1, '2017-08-18 05:37:06', '2017-08-18 05:37:06', '', 'slider3.jpg', '', 'inherit', 'open', 'closed', '', 'slider3-jpg-3', '', '', '2017-08-18 05:37:06', '2017-08-18 05:37:06', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/slider3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2017-08-18 05:37:05', '2017-08-18 05:37:05', '', 'slider1.jpg', '', 'inherit', 'open', 'closed', '', 'slider1-jpg-3', '', '', '2017-08-18 05:37:05', '2017-08-18 05:37:05', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/slider1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(58, 1, '2017-08-18 05:37:05', '2017-08-18 05:37:05', '', 'slider2.jpg', '', 'inherit', 'open', 'closed', '', 'slider2-jpg-3', '', '', '2017-08-18 05:37:05', '2017-08-18 05:37:05', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/08/slider2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(59, 1, '2017-06-12 08:00:04', '2017-06-12 08:00:04', '', 'urgent-cause-1', '', 'inherit', 'open', 'closed', '', 'urgent-cause-1', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-urgent-cause-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(60, 1, '2017-06-12 07:01:58', '2017-06-12 07:01:58', '', 'mission4', '', 'inherit', 'open', 'closed', '', 'mission4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-mission4.jpg', 0, 'attachment', 'image/jpeg', 0),
(61, 1, '2017-06-12 04:48:05', '2017-06-12 04:48:05', '', 'donate-msg', '', 'inherit', 'open', 'closed', '', 'donate-msg', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-donate-msg.jpg', 0, 'attachment', 'image/jpeg', 0),
(62, 1, '2017-06-09 05:24:45', '2017-06-09 05:24:45', '', '9', '', 'inherit', 'open', 'closed', '', '9-5', '', '', '2017-06-09 05:24:45', '2017-06-09 05:24:45', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-9-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(63, 1, '2017-06-09 05:24:43', '2017-06-09 05:24:43', '', '8', '', 'inherit', 'open', 'closed', '', '8-5', '', '', '2017-06-09 05:24:43', '2017-06-09 05:24:43', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-8-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(64, 1, '2017-06-09 05:24:41', '2017-06-09 05:24:41', '', '7', '', 'inherit', 'open', 'closed', '', '7-5', '', '', '2017-06-09 05:24:41', '2017-06-09 05:24:41', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-7-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(65, 1, '2017-06-09 05:24:38', '2017-06-09 05:24:38', '', '6', '', 'inherit', 'open', 'closed', '', '6-5', '', '', '2017-06-09 05:24:38', '2017-06-09 05:24:38', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-6-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(66, 1, '2017-06-09 05:24:36', '2017-06-09 05:24:36', '', '5', '', 'inherit', 'open', 'closed', '', '5-6', '', '', '2017-06-09 05:24:36', '2017-06-09 05:24:36', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-5-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(67, 1, '2017-06-09 05:24:33', '2017-06-09 05:24:33', '', '4', '', 'inherit', 'open', 'closed', '', '4-6', '', '', '2017-06-09 05:24:33', '2017-06-09 05:24:33', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-4-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(68, 1, '2017-06-09 05:24:30', '2017-06-09 05:24:30', '', '3', '', 'inherit', 'open', 'closed', '', '3-6', '', '', '2017-06-09 05:24:30', '2017-06-09 05:24:30', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-3-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2017-06-09 05:24:27', '2017-06-09 05:24:27', '', '2', '', 'inherit', 'open', 'closed', '', '2-6', '', '', '2017-06-09 05:24:27', '2017-06-09 05:24:27', '', 0, 'http://ahf.com.pk/wp-content/uploads/2014/02/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(70, 1, '2017-06-09 05:24:21', '2017-06-09 05:24:21', '', '1', '', 'inherit', 'open', 'closed', '', '1-5', '', '', '2017-06-09 05:24:21', '2017-06-09 05:24:21', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-1-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2017-06-09 03:41:09', '2017-06-09 03:41:09', '', 'parallax-1', '', 'inherit', 'open', 'closed', '', 'parallax-1', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 277, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-parallax-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(72, 1, '2017-06-08 10:28:17', '2017-06-08 10:28:17', '', 'slider4.jpg', '', 'inherit', 'open', 'closed', '', 'slider4-jpg-2', '', '', '2017-06-08 10:28:17', '2017-06-08 10:28:17', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider4.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2017-06-08 10:28:17', '2017-06-08 10:28:17', '', 'slider5-1.jpg', '', 'inherit', 'open', 'closed', '', 'slider5-1-jpg-2', '', '', '2017-06-08 10:28:17', '2017-06-08 10:28:17', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2017-06-08 10:28:16', '2017-06-08 10:28:16', '', 'slider3.jpg', '', 'inherit', 'open', 'closed', '', 'slider3-jpg-2', '', '', '2017-06-08 10:28:16', '2017-06-08 10:28:16', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider3.jpg', 0, 'attachment', 'image/jpeg', 0),
(75, 1, '2017-06-08 10:28:15', '2017-06-08 10:28:15', '', 'slider2.jpg', '', 'inherit', 'open', 'closed', '', 'slider2-jpg-2', '', '', '2017-06-08 10:28:15', '2017-06-08 10:28:15', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider2.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2017-06-08 10:28:14', '2017-06-08 10:28:14', '', 'slider1.jpg', '', 'inherit', 'open', 'closed', '', 'slider1-jpg-2', '', '', '2017-06-08 10:28:14', '2017-06-08 10:28:14', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2017-06-08 10:27:27', '2017-06-08 10:27:27', '', 'slider5-1.jpg', '', 'inherit', 'open', 'closed', '', 'slider5-1-jpg', '', '', '2017-06-08 10:27:27', '2017-06-08 10:27:27', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider5-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(78, 1, '2017-06-08 10:27:26', '2017-06-08 10:27:26', '', 'slider3.jpg', '', 'inherit', 'open', 'closed', '', 'slider3-jpg', '', '', '2017-06-08 10:27:26', '2017-06-08 10:27:26', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(79, 1, '2017-06-08 10:27:26', '2017-06-08 10:27:26', '', 'slider4.jpg', '', 'inherit', 'open', 'closed', '', 'slider4-jpg', '', '', '2017-06-08 10:27:26', '2017-06-08 10:27:26', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(80, 1, '2017-06-08 10:27:25', '2017-06-08 10:27:25', '', 'slider2.jpg', '', 'inherit', 'open', 'closed', '', 'slider2-jpg', '', '', '2017-06-08 10:27:25', '2017-06-08 10:27:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(81, 1, '2017-06-08 10:27:24', '2017-06-08 10:27:24', '', 'slider1.jpg', '', 'inherit', 'open', 'closed', '', 'slider1-jpg', '', '', '2017-06-08 10:27:24', '2017-06-08 10:27:24', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(82, 1, '2017-06-08 10:24:43', '2017-06-08 10:24:43', '', 'slider5', '', 'inherit', 'open', 'closed', '', 'slider5', '', '', '2017-06-08 10:24:43', '2017-06-08 10:24:43', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider5.jpg', 0, 'attachment', 'image/jpeg', 0),
(83, 1, '2017-06-08 10:24:43', '2017-06-08 10:24:43', '', 'slider6', '', 'inherit', 'open', 'closed', '', 'slider6', '', '', '2017-06-08 10:24:43', '2017-06-08 10:24:43', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-slider6.jpg', 0, 'attachment', 'image/jpeg', 0),
(84, 1, '2017-06-08 09:35:20', '2017-06-08 09:35:20', '', 'service4-1', '', 'inherit', 'open', 'closed', '', 'service4-1', '', '', '2017-06-08 09:35:20', '2017-06-08 09:35:20', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-service4-1.png', 0, 'attachment', 'image/png', 0),
(85, 1, '2017-06-08 09:35:19', '2017-06-08 09:35:19', '', 'service3-1', '', 'inherit', 'open', 'closed', '', 'service3-1', '', '', '2017-06-08 09:35:19', '2017-06-08 09:35:19', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-service3-1.png', 0, 'attachment', 'image/png', 0),
(86, 1, '2017-06-08 09:35:18', '2017-06-08 09:35:18', '', 'service2-1', '', 'inherit', 'open', 'closed', '', 'service2-1', '', '', '2017-06-08 09:35:18', '2017-06-08 09:35:18', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-service2-1.png', 0, 'attachment', 'image/png', 0),
(87, 1, '2017-06-08 09:35:17', '2017-06-08 09:35:17', '', 'service1-1', '', 'inherit', 'open', 'closed', '', 'service1-1', '', '', '2017-06-08 09:35:17', '2017-06-08 09:35:17', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-service1-1.png', 0, 'attachment', 'image/png', 0),
(88, 1, '2017-06-08 09:24:35', '2017-06-08 09:24:35', '', '12', '', 'inherit', 'open', 'closed', '', '12-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-12-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(89, 1, '2017-06-08 09:24:32', '2017-06-08 09:24:32', '', '10', '', 'inherit', 'open', 'closed', '', '10-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-10-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(90, 1, '2017-06-08 09:24:30', '2017-06-08 09:24:30', '', '9', '', 'inherit', 'open', 'closed', '', '9-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-9-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(91, 1, '2017-06-08 09:24:29', '2017-06-08 09:24:29', '', '8', '', 'inherit', 'open', 'closed', '', '8-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-8-3.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(92, 1, '2017-06-08 09:24:27', '2017-06-08 09:24:27', '', '7', '', 'inherit', 'open', 'closed', '', '7-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-7-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(93, 1, '2017-06-08 09:24:26', '2017-06-08 09:24:26', '', '6', '', 'inherit', 'open', 'closed', '', '6-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-6-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(94, 1, '2017-06-08 09:24:24', '2017-06-08 09:24:24', '', '5', '', 'inherit', 'open', 'closed', '', '5-5', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-5-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(95, 1, '2017-06-08 09:24:23', '2017-06-08 09:24:23', '', '4', '', 'inherit', 'open', 'closed', '', '4-5', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-4-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(96, 1, '2017-06-08 09:24:21', '2017-06-08 09:24:21', '', '3', '', 'inherit', 'open', 'closed', '', '3-5', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-3-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(97, 1, '2017-06-08 09:24:19', '2017-06-08 09:24:19', '', '2', '', 'inherit', 'open', 'closed', '', '2-5', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-2-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(98, 1, '2017-06-08 09:24:17', '2017-06-08 09:24:17', '', '1', '', 'inherit', 'open', 'closed', '', '1-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 435, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-1-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(99, 1, '2017-06-08 08:20:39', '2017-06-08 08:20:39', '', 'Countries with the most billionair', '', 'inherit', 'open', 'closed', '', '20-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-20-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(100, 1, '2017-06-08 08:20:33', '2017-06-08 08:20:33', '', '10 Ways To Reinvent Your Charity Gallery', '', 'inherit', 'open', 'closed', '', '19-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-19-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(101, 1, '2017-06-08 08:20:31', '2017-06-08 08:20:31', '', '5 Simple Steps To An Effective Charity Gallery Strategy', '', 'inherit', 'open', 'closed', '', '18-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-18-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(102, 1, '2017-06-08 08:20:27', '2017-06-08 08:20:27', '', '17', '', 'inherit', 'open', 'closed', '', '17-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-17-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(103, 1, '2017-06-08 08:20:25', '2017-06-08 08:20:25', '', 'Top 10 Tips With Charity Gallery', '', 'inherit', 'open', 'closed', '', '16-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-16-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(104, 1, '2017-06-08 08:20:20', '2017-06-08 08:20:20', '', 'A Guide To Charity Gallery At Any Age', '', 'inherit', 'open', 'closed', '', '15-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-15-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(105, 1, '2017-06-08 08:20:15', '2017-06-08 08:20:15', '', 'How To Save Money with Charity Gallery?', '', 'inherit', 'open', 'closed', '', '14-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-14-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(106, 1, '2017-06-08 08:20:09', '2017-06-08 08:20:09', '', 'Get Rid of Charity Gallery Once and For All', '', 'inherit', 'open', 'closed', '', '13-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-13-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(107, 1, '2017-06-08 08:20:07', '2017-06-08 08:20:07', '', 'Congratulations! Your Charity Gallery Is (Are) About To Stop', '', 'inherit', 'open', 'closed', '', '12-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-12-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(108, 1, '2017-06-08 08:20:04', '2017-06-08 08:20:04', '', 'Charity Gallery - So Simple Even Your Kids Can Do It', '', 'inherit', 'open', 'closed', '', '11-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-11-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(109, 1, '2017-06-08 08:20:00', '2017-06-08 08:20:00', '', 'Charity Gallery - So Simple Even Your Kids Can Do It', '', 'inherit', 'open', 'closed', '', '10-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-10-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(110, 1, '2017-06-08 08:19:55', '2017-06-08 08:19:55', '', 'Charity Gallery Iphone Apps', '', 'inherit', 'open', 'closed', '', '9-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-9-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(111, 1, '2017-06-08 08:19:51', '2017-06-08 08:19:51', '', '5 Problems Everyone Has With Charity Gallery', '', 'inherit', 'open', 'closed', '', '8-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-8-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(112, 1, '2017-06-08 08:19:46', '2017-06-08 08:19:46', '', 'Charity Gallery: This Is What Professionals Do', '', 'inherit', 'open', 'closed', '', '7-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-7-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(113, 1, '2017-06-08 08:19:42', '2017-06-08 08:19:42', '', 'The Ugly Truth About Charity Gallery', '', 'inherit', 'open', 'closed', '', '6-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-6-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(114, 1, '2017-06-08 08:19:37', '2017-06-08 08:19:37', '', 'How I Improved My Charity Gallery In One Day', '', 'inherit', 'open', 'closed', '', '5-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-5-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(115, 1, '2017-06-08 08:19:33', '2017-06-08 08:19:33', '', 'Secrets To Getting Charity Gallery To Complete Tasks', '', 'inherit', 'open', 'closed', '', '4-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-4-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(116, 1, '2017-06-08 08:19:27', '2017-06-08 08:19:27', '', '3 Tips About Charity Gallery You Can\'t Afford To Miss', '', 'inherit', 'open', 'closed', '', '3-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-3-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(117, 1, '2017-06-08 08:19:24', '2017-06-08 08:19:24', '', 'Answered: Your Most Burning Questions About Charity Gallery', '', 'inherit', 'open', 'closed', '', '2-4', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 392, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-2-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(118, 1, '2017-06-08 06:57:21', '2017-06-08 06:57:21', '', 'Why Charity Gallery Is No Friend To Small Business', '', 'inherit', 'open', 'closed', '', '32', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-32.jpg', 0, 'attachment', 'image/jpeg', 0),
(119, 1, '2017-06-08 06:57:13', '2017-06-08 06:57:13', '', 'Who Else Wants To Enjoy Charity Gallery', '', 'inherit', 'open', 'closed', '', '31', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-31.jpg', 0, 'attachment', 'image/jpeg', 0),
(120, 1, '2017-06-08 06:57:10', '2017-06-08 06:57:10', '', 'Beware The Charity Gallery Scam', '', 'inherit', 'open', 'closed', '', '30', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-30.jpg', 0, 'attachment', 'image/jpeg', 0),
(121, 1, '2017-06-08 06:57:02', '2017-06-08 06:57:02', '', 'Turn Your Charity Gallery Into A High Performing Machine', '', 'inherit', 'open', 'closed', '', '29', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-29.jpg', 0, 'attachment', 'image/jpeg', 0),
(122, 1, '2017-06-08 06:56:55', '2017-06-08 06:56:55', '', 'Death, Charity Gallery And Taxes', '', 'inherit', 'open', 'closed', '', '28', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-28.jpg', 0, 'attachment', 'image/jpeg', 0),
(123, 1, '2017-06-08 06:56:49', '2017-06-08 06:56:49', '', 'Sexy Charity Gallery', '', 'inherit', 'open', 'closed', '', '27', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-27.jpg', 0, 'attachment', 'image/jpeg', 0),
(124, 1, '2017-06-08 06:56:43', '2017-06-08 06:56:43', '', '3 Things Everyone Knows About Charity Gallery That You Don\'t', '', 'inherit', 'open', 'closed', '', '26-2', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-26.jpg', 0, 'attachment', 'image/jpeg', 0),
(125, 1, '2017-06-08 06:56:36', '2017-06-08 06:56:36', '', 'Cracking The Charity Gallery Code', '', 'inherit', 'open', 'closed', '', '25-2', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-25.jpg', 0, 'attachment', 'image/jpeg', 0),
(126, 1, '2017-06-08 06:56:27', '2017-06-08 06:56:27', '', '5 Sexy Ways To Improve Your Charity Gallery', '', 'inherit', 'open', 'closed', '', '24-2', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-24.jpg', 0, 'attachment', 'image/jpeg', 0),
(127, 1, '2017-06-08 06:56:25', '2017-06-08 06:56:25', '', 'Charity Gallery Is Crucial To Your Business. Learn Why!', '', 'inherit', 'open', 'closed', '', '23', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-23.jpg', 0, 'attachment', 'image/jpeg', 0),
(128, 1, '2017-06-08 06:56:20', '2017-06-08 06:56:20', '', 'Charity Gallery Adventures', '', 'inherit', 'open', 'closed', '', '22', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-22.jpg', 0, 'attachment', 'image/jpeg', 0),
(129, 1, '2017-06-08 06:56:05', '2017-06-08 06:56:05', '', 'Interesting Facts I Bet You Never Knew About Charity Gallery', '', 'inherit', 'open', 'closed', '', '21', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-21.jpg', 0, 'attachment', 'image/jpeg', 0),
(130, 1, '2017-06-08 06:56:02', '2017-06-08 06:56:02', '', 'How To Sell Charity Gallery', '', 'inherit', 'open', 'closed', '', '20-2', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-20-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(131, 1, '2017-06-08 06:55:56', '2017-06-08 06:55:56', '', '10 Funny Charity Gallery Quotes', '', 'inherit', 'open', 'closed', '', '19-2', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-19-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(132, 1, '2017-06-08 06:55:50', '2017-06-08 06:55:50', '', 'Find Out How I Cured My Charity Gallery In 2 Days', '', 'inherit', 'open', 'closed', '', '18-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-18-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(133, 1, '2017-06-08 06:55:47', '2017-06-08 06:55:47', '', '13 Myths About Charity Gallery', '', 'inherit', 'open', 'closed', '', '17-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-17-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(134, 1, '2017-06-08 06:55:43', '2017-06-08 06:55:43', '', 'The Secrets To Finding World Class Tools For Your Charity Gallery Quickly', '', 'inherit', 'open', 'closed', '', '16-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-16-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(135, 1, '2017-06-08 06:55:38', '2017-06-08 06:55:38', '', 'SuperEasy Ways To Learn Everything About Charity Gallery', '', 'inherit', 'open', 'closed', '', '15-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-15-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(136, 1, '2017-06-08 06:55:35', '2017-06-08 06:55:35', '', '3 Ways Create Better Charity Gallery With The Help Of Your Dog', '', 'inherit', 'open', 'closed', '', '14-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-14-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(137, 1, '2017-06-08 06:55:31', '2017-06-08 06:55:31', '', 'Listen To Your Customers. They Will Tell You All About Charity Gallery', '', 'inherit', 'open', 'closed', '', '13-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-13-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(138, 1, '2017-06-08 06:55:27', '2017-06-08 06:55:27', '', 'You Don\'t Have To Be A Big Corporation To Start Charity Gallery', '', 'inherit', 'open', 'closed', '', '11-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-11-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(139, 1, '2017-06-08 06:55:23', '2017-06-08 06:55:23', '', 'Rules Not To Follow About Charity Gallery', '', 'inherit', 'open', 'closed', '', '5-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-5-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(140, 1, '2017-06-08 06:55:17', '2017-06-08 06:55:17', '', 'Succeed With Charity Gallery In 24 Hours', '', 'inherit', 'open', 'closed', '', '4-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-4-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(141, 1, '2017-06-08 06:55:14', '2017-06-08 06:55:14', '', 'The Ultimate Deal On Charity Gallery', '', 'inherit', 'open', 'closed', '', '3-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-3-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(142, 1, '2017-06-08 06:55:08', '2017-06-08 06:55:08', '', 'Why You Never See Charity Gallery That Actually Works', '', 'inherit', 'open', 'closed', '', '2-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-2-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(143, 1, '2017-06-08 06:54:59', '2017-06-08 06:54:59', '', '7 Ways To Keep Your Charity Gallery Growing Without Burning The Midnight Oil', '', 'inherit', 'open', 'closed', '', '1-3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(144, 1, '2017-06-05 08:47:49', '2017-06-05 08:47:49', '', 'testimonials3', '', 'inherit', 'open', 'closed', '', 'testimonials3', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 342, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-testimonials3.jpg', 0, 'attachment', 'image/jpeg', 0),
(145, 1, '2017-06-05 08:47:47', '2017-06-05 08:47:47', '', '1-1', '', 'inherit', 'open', 'closed', '', '1-1', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 342, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-1-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(146, 1, '2017-06-05 08:37:25', '2017-06-05 08:37:25', '', 'testimonials2', '', 'inherit', 'open', 'closed', '', 'testimonials2', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 341, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-testimonials2.jpg', 0, 'attachment', 'image/jpeg', 0),
(147, 1, '2017-06-05 07:40:39', '2017-06-05 07:40:39', '', 'Apply These 5 Secret Techniques To Improve Charity Gallery', '', 'inherit', 'open', 'closed', '', '18-2', '', '', '2017-06-05 07:40:39', '2017-06-05 07:40:39', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-18-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(148, 1, '2017-06-05 07:40:26', '2017-06-05 07:40:26', '', '3 Charity Gallery Secrets You Never Knew', '', 'inherit', 'open', 'closed', '', '17-2', '', '', '2017-06-05 07:40:26', '2017-06-05 07:40:26', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-17-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(149, 1, '2017-06-05 07:40:22', '2017-06-05 07:40:22', '', 'How To Win Clients And Influence Markets with Charity Gallery', '', 'inherit', 'open', 'closed', '', '16-2', '', '', '2017-06-05 07:40:22', '2017-06-05 07:40:22', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-16-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(150, 1, '2017-06-05 07:40:20', '2017-06-05 07:40:20', '', 'Charity Gallery: The Samurai Way', '', 'inherit', 'open', 'closed', '', '15-2', '', '', '2017-06-05 07:40:20', '2017-06-05 07:40:20', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-15-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(151, 1, '2017-06-05 07:40:16', '2017-06-05 07:40:16', '', 'The Single Most Important Thing You Need To Know About Charity Gallery', '', 'inherit', 'open', 'closed', '', '14-2', '', '', '2017-06-05 07:40:16', '2017-06-05 07:40:16', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-14-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(152, 1, '2017-06-05 07:40:08', '2017-06-05 07:40:08', '', 'Why Most People Will Never Be Great At Charity Gallery', '', 'inherit', 'open', 'closed', '', '13-2', '', '', '2017-06-05 07:40:08', '2017-06-05 07:40:08', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-13-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(153, 1, '2017-06-05 07:40:01', '2017-06-05 07:40:01', '', '10 Things You Have In Common With Charity Gallery', '', 'inherit', 'open', 'closed', '', '12-2', '', '', '2017-06-05 07:40:01', '2017-06-05 07:40:01', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-12-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(154, 1, '2017-06-05 07:39:56', '2017-06-05 07:39:56', '', 'Now You Can Have Your Charity Gallery Done Safely', '', 'inherit', 'open', 'closed', '', '11-2', '', '', '2017-06-05 07:39:56', '2017-06-05 07:39:56', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-11-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(155, 1, '2017-06-05 07:39:52', '2017-06-05 07:39:52', '', 'These 5 Simple Charity Gallery Tricks Will Pump Up Your Sales Almost Instantly', '', 'inherit', 'open', 'closed', '', '10-2', '', '', '2017-06-05 07:39:52', '2017-06-05 07:39:52', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-10-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(156, 1, '2017-06-05 07:39:50', '2017-06-05 07:39:50', '', 'What Everyone Ought To Know About Charity Gallery', '', 'inherit', 'open', 'closed', '', '9-2', '', '', '2017-06-05 07:39:50', '2017-06-05 07:39:50', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-9-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(157, 1, '2017-06-05 07:39:44', '2017-06-05 07:39:44', '', 'Fascinating Charity Gallery Tactics That Can Help Your Business Grow', '', 'inherit', 'open', 'closed', '', '8-2', '', '', '2017-06-05 07:39:44', '2017-06-05 07:39:44', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-8-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(158, 1, '2017-06-05 07:39:36', '2017-06-05 07:39:36', '', 'How To Deal With(A) Very Bad Charity Gallery', '', 'inherit', 'open', 'closed', '', '7-2', '', '', '2017-06-05 07:39:36', '2017-06-05 07:39:36', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-7-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(159, 1, '2017-06-05 07:39:26', '2017-06-05 07:39:26', '', 'The Secrets To Charity Gallery', '', 'inherit', 'open', 'closed', '', '6-2', '', '', '2017-06-05 07:39:26', '2017-06-05 07:39:26', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(160, 1, '2017-06-05 07:39:23', '2017-06-05 07:39:23', '', 'At Last, The Secret To Charity Gallery Is Revealed', '', 'inherit', 'open', 'closed', '', '5-2', '', '', '2017-06-05 07:39:23', '2017-06-05 07:39:23', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(161, 1, '2017-06-05 07:39:18', '2017-06-05 07:39:18', '', 'There’s Big Money In Charity Gallery', '', 'inherit', 'open', 'closed', '', '4-2', '', '', '2017-06-05 07:39:18', '2017-06-05 07:39:18', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(162, 1, '2017-06-05 07:39:15', '2017-06-05 07:39:15', '', '5 Things To Do Immediately About Charity Gallery', '', 'inherit', 'open', 'closed', '', '3-2', '', '', '2017-06-05 07:39:15', '2017-06-05 07:39:15', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(163, 1, '2017-06-05 07:39:08', '2017-06-05 07:39:08', '', 'Clear And Unbiased Facts About Charity Gallery (Without All the Hype)', '', 'inherit', 'open', 'closed', '', '2-2', '', '', '2017-06-05 07:39:08', '2017-06-05 07:39:08', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(164, 1, '2017-06-05 07:39:03', '2017-06-05 07:39:03', '', 'Winning Tactics For Charity Gallery', '', 'inherit', 'open', 'closed', '', '1-2', '', '', '2017-06-05 07:39:03', '2017-06-05 07:39:03', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(165, 1, '2017-06-05 07:09:13', '2017-06-05 07:09:13', '', 'How To Make Your Charity Gallery Look Amazing In 5 Days', '', 'inherit', 'open', 'closed', '', '20', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-20-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(166, 1, '2017-06-05 07:08:54', '2017-06-05 07:08:54', '', 'The Lazy Man\'s Guide To Charity Gallery', '', 'inherit', 'open', 'closed', '', '19', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-19-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(167, 1, '2017-06-05 07:08:49', '2017-06-05 07:08:49', '', 'Never Suffer From Charity Gallery Again', '', 'inherit', 'open', 'closed', '', '18', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-18-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(168, 1, '2017-06-05 07:08:42', '2017-06-05 07:08:42', '', 'Little Known Ways To Rid Yourself Of Charity Gallery', '', 'inherit', 'open', 'closed', '', '17', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-17-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(169, 1, '2017-06-05 07:05:10', '2017-06-05 07:05:10', '', 'How To Make Your Product Stand Out With Charity Gallery', '', 'inherit', 'open', 'closed', '', '16', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-16-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(170, 1, '2017-06-05 07:05:01', '2017-06-05 07:05:01', '', 'Savvy|Smart|Sexy People Do Charity Gallery :)', '', 'inherit', 'open', 'closed', '', '15', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-15-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(171, 1, '2017-06-05 07:04:57', '2017-06-05 07:04:57', '', 'Learn How To Start Charity Gallery', '', 'inherit', 'open', 'closed', '', '14', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-14-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(172, 1, '2017-06-05 06:30:56', '2017-06-05 06:30:56', '', 'single-page-top2', '', 'inherit', 'open', 'closed', '', 'single-page-top2', '', '', '2019-09-02 08:24:25', '2019-09-02 08:24:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-single-page-top2.jpg', 0, 'attachment', 'image/jpeg', 0),
(173, 1, '2017-06-05 03:50:36', '2017-06-05 03:50:36', '', 'The Truth About Charity Gallery In 3 Minutes', '', 'inherit', 'open', 'closed', '', '13', '', '', '2017-06-05 03:50:36', '2017-06-05 03:50:36', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(174, 1, '2017-06-05 03:50:30', '2017-06-05 03:50:30', '', '52 Ways To Avoid Charity Gallery Burnout', '', 'inherit', 'open', 'closed', '', '12', '', '', '2017-06-05 03:50:30', '2017-06-05 03:50:30', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 1, '2017-06-05 03:50:24', '2017-06-05 03:50:24', '', 'How To Teach Charity Gallery Like A Pro', '', 'inherit', 'open', 'closed', '', '11', '', '', '2017-06-05 03:50:24', '2017-06-05 03:50:24', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(176, 1, '2017-06-05 03:50:09', '2017-06-05 03:50:09', '', 'How To Learn Charity Gallery', '', 'inherit', 'open', 'closed', '', '10', '', '', '2017-06-05 03:50:09', '2017-06-05 03:50:09', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(177, 1, '2017-06-05 03:50:05', '2017-06-05 03:50:05', '', '5 Romantic Charity Gallery Ideas', '', 'inherit', 'open', 'closed', '', '9', '', '', '2017-06-05 03:50:05', '2017-06-05 03:50:05', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(178, 1, '2017-06-05 03:49:56', '2017-06-05 03:49:56', '', '3 Mistakes In Charity Gallery That Make You Look Dumb', '', 'inherit', 'open', 'closed', '', '8', '', '', '2017-06-05 03:49:56', '2017-06-05 03:49:56', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(179, 1, '2017-06-05 03:49:50', '2017-06-05 03:49:50', '', 'How I Improved My Charity Gallery In One Easy Lesson', '', 'inherit', 'open', 'closed', '', '7', '', '', '2017-06-05 03:49:50', '2017-06-05 03:49:50', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(180, 1, '2017-06-05 03:49:39', '2017-06-05 03:49:39', '', 'Fall In Love With Charity Gallery', '', 'inherit', 'open', 'closed', '', '6', '', '', '2017-06-05 03:49:39', '2017-06-05 03:49:39', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(181, 1, '2017-06-05 03:49:34', '2017-06-05 03:49:34', '', '10 Warning Signs Of Your Charity Gallery Demise', '', 'inherit', 'open', 'closed', '', '5', '', '', '2017-06-05 03:49:34', '2017-06-05 03:49:34', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(182, 1, '2017-06-05 03:49:30', '2017-06-05 03:49:30', '', 'Charity Gallery And Love - How They Are The Same', '', 'inherit', 'open', 'closed', '', '4', '', '', '2017-06-05 03:49:30', '2017-06-05 03:49:30', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(183, 1, '2017-06-05 03:49:25', '2017-06-05 03:49:25', '', 'How To Quit Charity Gallery In 5 Days', '', 'inherit', 'open', 'closed', '', '3', '', '', '2017-06-05 03:49:25', '2017-06-05 03:49:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(184, 1, '2017-06-05 03:49:22', '2017-06-05 03:49:22', '', '11 Methods Of Charity Gallery Domination', '', 'inherit', 'open', 'closed', '', '2', '', '', '2017-06-05 03:49:22', '2017-06-05 03:49:22', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(185, 1, '2017-06-05 03:49:16', '2017-06-05 03:49:16', '', 'The Secret Of Charity Gallery', '', 'inherit', 'open', 'closed', '', '1', '', '', '2017-06-05 03:49:16', '2017-06-05 03:49:16', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(186, 1, '2017-06-03 07:41:35', '2017-06-03 07:41:35', '', 'single-page-top3', '', 'inherit', 'open', 'closed', '', 'single-page-top3', '', '', '2017-06-03 07:41:35', '2017-06-03 07:41:35', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-single-page-top3.jpg', 0, 'attachment', 'image/jpeg', 0),
(187, 1, '2017-06-03 06:50:57', '2017-06-03 06:50:57', '', 'flag4', '', 'inherit', 'open', 'closed', '', 'flag4', '', '', '2017-06-03 06:50:57', '2017-06-03 06:50:57', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-flag4.jpg', 0, 'attachment', 'image/jpeg', 0),
(188, 1, '2017-06-03 06:50:55', '2017-06-03 06:50:55', '', 'flag3', '', 'inherit', 'open', 'closed', '', 'flag3', '', '', '2017-06-03 06:50:55', '2017-06-03 06:50:55', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-flag3.jpg', 0, 'attachment', 'image/jpeg', 0),
(189, 1, '2017-06-03 06:50:53', '2017-06-03 06:50:53', '', 'flag2', '', 'inherit', 'open', 'closed', '', 'flag2', '', '', '2017-06-03 06:50:53', '2017-06-03 06:50:53', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-flag2.jpg', 0, 'attachment', 'image/jpeg', 0),
(190, 1, '2017-06-03 06:50:51', '2017-06-03 06:50:51', '', 'flag1', '', 'inherit', 'open', 'closed', '', 'flag1', '', '', '2017-06-03 06:50:51', '2017-06-03 06:50:51', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-flag1.jpg', 0, 'attachment', 'image/jpeg', 0),
(191, 1, '2017-06-03 06:26:34', '2017-06-03 06:26:34', 'http://themes.webinane.com/wp/lifeline/wp-content/uploads/2017/06/cropped-logo1.png', 'cropped-logo1.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo1-png', '', '', '2017-06-03 06:26:34', '2017-06-03 06:26:34', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-cropped-logo1.png', 0, 'attachment', 'image/png', 0),
(192, 1, '2017-06-03 06:25:55', '2017-06-03 06:25:55', '', 'logo1', '', 'inherit', 'open', 'closed', '', 'logo1', '', '', '2017-06-03 06:25:55', '2017-06-03 06:25:55', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-logo1.png', 0, 'attachment', 'image/png', 0),
(193, 1, '2017-06-03 05:50:36', '2017-06-03 05:50:36', '', 'footer-bg', '', 'inherit', 'open', 'closed', '', 'footer-bg', '', '', '2017-06-03 05:50:36', '2017-06-03 05:50:36', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-footer-bg.png', 0, 'attachment', 'image/png', 0),
(194, 1, '2017-06-02 07:15:56', '2017-06-02 07:15:56', '', 'icon-128x128', '', 'inherit', 'open', 'closed', '', 'icon-128x128', '', '', '2017-06-02 07:15:56', '2017-06-02 07:15:56', '', 0, 'http://ahf.com.pk/wp-content/uploads/2017/06/wsi-imageoptim-icon-128x128.png', 0, 'attachment', 'image/png', 0),
(1126, 1, '2021-07-31 07:24:28', '0000-00-00 00:00:00', '<!-- wp:html -->\n<Div><p><img class=\"wp-image-1125\" style=\"width: 150px;\" src=\"http://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300.jpg\" alt=\"\"></p></Div>\n<!-- /wp:html -->', '', '', 'draft', 'open', 'open', '', '', '', '', '2021-07-31 07:24:28', '2021-07-31 07:24:28', '', 0, 'http://ahf.com.pk/?p=1126', 0, 'post', '', 0),
(1127, 1, '2021-07-31 07:25:04', '2021-07-31 07:25:04', '', 'DrHafeezurRahman-291x300', '', 'inherit', 'open', 'closed', '', 'drhafeezurrahman-291x300-2', '', '', '2021-07-31 07:25:04', '2021-07-31 07:25:04', '', 1126, 'http://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1129, 1, '2021-07-31 07:40:33', '2021-07-31 07:40:33', '<!-- wp:columns -->\n<div class=\"wp-block-columns has-2-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1132,\"align\":\"center\",\"width\":236,\"height\":243} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-3.jpg\" alt=\"\" class=\"wp-image-1132\" width=\"236\" height=\"243\"/><figcaption><strong>Dr Hafeez Ur Rehman</strong></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75%<br>death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. <br>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment. Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centres, dispensaries, blood banks, clinics, mobile health units, medical<br>camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities at relatively subsidised rates.<br>Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore,Karachi, Faisalabad & Peshawar and establishing Healthline.<br>Let’s us hope Pakistan would be a leading healthcare nation.</p>\n<!-- /wp:paragraph -->', 'Chairman Message', '', 'publish', 'closed', 'closed', '', 'chairman-message', '', '', '2021-11-27 09:19:30', '2021-11-27 09:19:30', '', 0, 'http://ahf.com.pk/?page_id=1129', 0, 'page', '', 0),
(1130, 1, '2021-07-31 07:26:04', '2021-07-31 07:26:04', '', 'DrHafeezurRahman-291x300', '', 'inherit', 'open', 'closed', '', 'drhafeezurrahman-291x300-3', '', '', '2021-07-31 07:26:04', '2021-07-31 07:26:04', '', 1129, 'http://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1131, 1, '2021-07-31 07:40:33', '2021-07-31 07:40:33', '<!-- wp:columns -->\n<div class=\"wp-block-columns has-2-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1130} -->\n<figure class=\"wp-block-image\"><img src=\"https://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-2.jpg\" alt=\"\" class=\"wp-image-1130\"/><figcaption>D<strong>r Hafeez Ur Rehman</strong></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical<br> attention remains a dream for the majority. In case of any disease or serious medical condition , people are left at the mercy of circumstances</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Chairman Message', '', 'inherit', 'closed', 'closed', '', '1129-revision-v1', '', '', '2021-07-31 07:40:33', '2021-07-31 07:40:33', '', 1129, 'https://ahf.com.pk/2021/07/31/1129-revision-v1/', 0, 'revision', '', 0),
(1132, 1, '2021-07-31 07:42:45', '2021-07-31 07:42:45', '', 'DrHafeezurRahman-291x300', '', 'inherit', 'open', 'closed', '', 'drhafeezurrahman-291x300-4', '', '', '2021-07-31 07:42:45', '2021-07-31 07:42:45', '', 1129, 'http://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1133, 1, '2021-07-31 07:45:01', '2021-07-31 07:45:01', '<!-- wp:columns -->\n<div class=\"wp-block-columns has-2-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1132} -->\n<figure class=\"wp-block-image\"><img src=\"https://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-3.jpg\" alt=\"\" class=\"wp-image-1132\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75%<br>death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a<br> proper healthcare system to enable peoples’ access to quality treatment. Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centres, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical<br> facilities at relatively subsidised rates.<br> Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in<br> selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore,<br> Karachi, Faisalabad & Peshawar and establishing Healthline.<br> Let’s us hope Pakistan would be a leading healthcare nation.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Chairman Message', '', 'inherit', 'closed', 'closed', '', '1129-revision-v1', '', '', '2021-07-31 07:45:01', '2021-07-31 07:45:01', '', 1129, 'https://ahf.com.pk/2021/07/31/1129-revision-v1/', 0, 'revision', '', 0),
(1137, 1, '2021-07-31 07:52:40', '2021-07-31 07:52:40', '<!-- wp:columns -->\n<div class=\"wp-block-columns has-2-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1132,\"align\":\"center\",\"width\":236,\"height\":243} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-3.jpg\" alt=\"\" class=\"wp-image-1132\" width=\"236\" height=\"243\"/><figcaption><strong>Dr Hafeez Ur Rehman</strong></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75%<br>death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. <br> .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment. Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centres, dispensaries, blood banks, clinics, mobile health units, medical<br> camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities at relatively subsidised rates.<br> Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore,Karachi, Faisalabad & Peshawar and establishing Healthline.<br> Let’s us hope Pakistan would be a leading healthcare nation.</p>\n<!-- /wp:paragraph -->', 'Chairman Message', '', 'inherit', 'closed', 'closed', '', '1129-revision-v1', '', '', '2021-07-31 07:52:40', '2021-07-31 07:52:40', '', 1129, 'https://ahf.com.pk/2021/07/31/1129-revision-v1/', 0, 'revision', '', 0),
(1051, 1, '2020-01-01 07:02:11', '2020-01-01 07:02:11', '<p style=\"text-align: justify;\">Due to the increasing numbers of road accidents, terrorist attacks, poor health conditions of masses and natural disasters, people are extremely vulnerable to causalities. In such uncertain circumstances, they need a quick access to any sort of medical facility through fast ambulance service which can decrease the chance of any major loss. No government hospitals are providing the facility of ambulance service.</p>\r\n<p style=\"text-align: justify;\">In such situation the role of ambulance service has gained major importance. Pakistan is disaster-prone country characterized by day to day natural and man-made disasters. In most cases, health facilities are woefully inadequate in comparison to the needs. This is why many casualties happen just because people do not get access to hospitals or any other emergency medical care centers timely. Besides accidents or disasters, certain other medical cases need ambulance service to get quick access to emergency medical care.</p>\r\n<p style=\"text-align: justify;\">The objective of Alkhidmat Health Foundation for its ambulance service is to mitigate the severity of accidents or disasters where many people die as a result of unavailability of quick access to hospitals or ambulances arriving too late on the scene. Our 284 ambulances provide appropriate pre-hospital care to the patients and / or victims of any emergency situation. The emergency number 1023 is functional and control rooms are established in three provinces of the country.</p>', 'Appeal for Ambulance', '', 'publish', 'closed', 'closed', '', 'appeal-for-ambulance', '', '', '2020-02-28 11:37:48', '2020-02-28 11:37:48', '', 0, 'http://ahf.com.pk/?post_type=dict_causes&p=1051', 0, 'dict_causes', '', 0),
(1070, 1, '2020-02-29 06:46:40', '2020-02-29 06:46:40', 'Pakistan is home to a massive 20 million visually impaired/blind people, placing it among the top suffering countries. The situation becomes grimmer with the fact that a major demographic hails from a low-income class which could barely afford a living. However, on a plus side 80% of all blindness is curable.\r\n\r\nSensing the acute need, Alkhidmat Health Foundation continuously organizing free eye camps for poor and needy people of communities.', 'Appeal for Eye Camp', '', 'publish', 'closed', 'closed', '', 'appeal-for-eye-camp', '', '', '2020-02-29 06:50:34', '2020-02-29 06:50:34', '', 0, 'http://ahf.com.pk/?post_type=dict_causes&p=1070', 0, 'dict_causes', '', 0),
(1072, 1, '2020-02-29 06:45:39', '2020-02-29 06:45:39', 'Alkhidmat Health Foundation Eye Camp', '', '', 'inherit', 'open', 'closed', '', 'alkhidmateyecaamp', '', '', '2020-02-29 06:46:11', '2020-02-29 06:46:11', '', 1070, 'http://ahf.com.pk/wp-content/uploads/2020/02/alkhidmatEyeCaamp.jpg', 0, 'attachment', 'image/jpeg', 0),
(1073, 1, '2020-02-29 06:49:19', '2020-02-29 06:49:19', 'Pakistan is home to a massive 20 million visually impaired/blind people, placing it among the top suffering countries. The situation becomes grimmer with the fact that a major demographic hails from a low-income class which could barely afford a living. However, on a plus side 80% of all blindness is curable.\n\nSensing the acute need, alkhidmat health', 'Appeal for Eye Camp', '', 'inherit', 'closed', 'closed', '', '1070-autosave-v1', '', '', '2020-02-29 06:49:19', '2020-02-29 06:49:19', '', 1070, 'http://ahf.com.pk/2020/02/29/1070-autosave-v1/', 0, 'revision', '', 0),
(1112, 1, '2021-01-21 07:11:54', '2021-01-21 07:11:54', 'Alkhidmat Mishal Medical Complex', 'Alkhidmat Mishal Medical Complex', '', 'inherit', 'open', 'closed', '', 'thar-poster-final-3', '', '', '2021-01-21 07:12:10', '2021-01-21 07:12:10', '', 0, 'http://ahf.com.pk/wp-content/uploads/2021/01/Mishal-Medical-Complex-Final.jpg', 0, 'attachment', 'image/jpeg', 0),
(1113, 1, '2021-01-21 07:46:35', '2021-01-21 07:46:35', 'Alkhidmat Charity Australia International Hospital Multan', 'Alkhidmat Charity Australia International Hospital Multan', '', 'inherit', 'open', 'closed', '', 'alkhidmat_charity_australia_international_hospital_multan', '', '', '2021-01-21 07:49:04', '2021-01-21 07:49:04', '', 882, 'http://ahf.com.pk/wp-content/uploads/2019/12/Alkhidmat_Charity_Australia_International_Hospital_Multan.jpg', 0, 'attachment', 'image/jpeg', 0),
(218, 1, '2017-10-28 06:48:38', '2017-10-28 06:48:38', '', 'Our Mission', '', 'publish', 'closed', 'closed', '', 'our-mission', '', '', '2017-10-28 06:48:38', '2017-10-28 06:48:38', '', 0, 'http://themes.webinane.com/wp/lifeline/?page_id=741', 0, 'page', '', 0),
(221, 1, '2017-10-25 06:42:39', '2017-10-25 06:42:39', '', 'Our Causes', '', 'publish', 'closed', 'closed', '', 'our-causes', '', '', '2017-10-25 06:42:39', '2017-10-25 06:42:39', '', 0, 'http://themes.webinane.com/wp/lifeline/?page_id=735', 0, 'page', '', 0),
(227, 1, '2017-10-19 06:55:37', '2017-10-19 06:55:37', '', 'Members', '', 'publish', 'closed', 'closed', '', 'members', '', '', '2017-10-19 06:55:37', '2017-10-19 06:55:37', '', 0, 'http://themes.webinane.com/wp/lifeline/members/', 0, 'page', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(231, 1, '2017-10-15 03:07:20', '2017-10-15 03:07:20', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" i_size=\"lg\" color=\"custom\" css_animation=\"appear\" add_icon=\"true\" css=\".vc_custom_1638007993785{border-radius: 10px !important;}\" accent_color=\"#dd1616\"][vc_column_text css_animation=\"appear\"]\r\n<p style=\"text-align: center;\">Alkhidmat Health Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n \r\n\r\n[sg_popup id=1464][/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2021-12-28 06:24:49', '2021-12-28 06:24:49', '', 0, 'http://themes.webinane.com/wp/lifeline/?page_id=845', 0, 'page', '', 0),
(1071, 1, '2020-02-29 07:40:01', '2020-02-29 07:40:01', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-autosave-v1', '', '', '2020-02-29 07:40:01', '2020-02-29 07:40:01', '', 231, 'http://ahf.com.pk/2020/02/29/231-autosave-v1/', 0, 'revision', '', 0),
(1074, 1, '2020-02-29 06:53:05', '2020-02-29 06:53:05', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2020-02-29 06:53:05', '2020-02-29 06:53:05', '', 231, 'http://ahf.com.pk/2020/02/29/231-revision-v1/', 0, 'revision', '', 0),
(1053, 1, '2020-01-01 07:07:15', '2020-01-01 07:07:15', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" top_margin=\"1\" col_title=\"Our Services\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2020-01-01 07:07:15', '2020-01-01 07:07:15', '', 231, 'http://ahf.com.pk/2020/01/01/231-revision-v1/', 0, 'revision', '', 0),
(1067, 1, '2020-02-24 08:18:00', '2020-02-24 08:18:00', '/***Header Donate button Start***/\n.header-btn {\n background: #0061AF;\n color: #ffffff;\n}\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***General Color for headings & title Start***/\n.sec-title h2 span, .meta span i, .needed-amount > h5 i, .footer-widget-title h4 span, .our-causes-hover span i, .our-causes-hover span.needed-amount, .story > h6 i, .member-intro > span, .about-charity-desc.col-md-7 li h6, .page-title h1 span, label span, .form p span, .contact-info .contact-details li span i, .sidebar-title > h4 span, .sidebar-widget ul > li > a:hover, .error-page h2, .error-page-search a, .search-result h3 span, .cart-table li > .product > h6, .cart-total span, .cloud-tags a:hover, .featured-products .col-md-4 > a, .featured-products .col-md-4 > h6 i, .order-reveived p strong, .order-reveived a, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus, blockquote span, .comments li .comment i span, .post-meta > li p span, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .theme-list li i, .logo h1, .coloured, .port-desc h4 a, .donate-message > p span, .upcoming-event > h5, .upcoming-event li .icon-pencil, .sec-heading h2 strong, .search-title span, .ratings, .wpb_tour_next_prev_nav a, .slide2-text3 span span, .slide3-text1 span, .slide2-text1 span span, .slide3-text3 span, .designation, .project-detail span, span.title-icon, .featured-details > a, .sidebar-widget ul li a, .our-cause-detail > span a, .our-cause-detail > i span, .fancy-cause-intro > span strong, .fancy-cause-intro > i a, .fancy-cause-hover > span strong, span.slide1 i, h3.slide2 span, h3.slide3 i, h4.slide3 span, h5.slide3 span, .slide4 i, .slide5 span, .slide5-title span, .slide3-subtitle2 i, header.header2 #menu-navigation > li:hover > a, header.header2 #menu-navigation > li.active > a, .header-event .count-down span.countdown-row span.countdown-amount, .search-box.white:before, #menu-navigation ul.mega-menu2 > li:hover > a, header.header3 #menu-navigation li ul li:hover > a, .main-blog .blog-post h2 a:hover, .donation-appeal > h3 span, .sec-heading4 h2 span, .wide-project-detail > h3, .money-spent > h5 i, .cause-location > p span, .charity-cause-detail > span i, .urgent-cause > h3 span, .urgent-cause > h6 span, .urgent-cause > strong i, .simple-parallax > h3 span, .abt-upcoming-event > ul li a, .upcoming-counter > div > span > span .countdown-period, .charity-event-detail > i strong, .charity-event-detail > h3 a:hover, .charity-cause-detail > h3 a:hover, .wide-project-detail > h2 a:hover, #buddypress #activity-stream p a, #buddypress div.activity-comments form div.ac-reply-content a, #buddypress div.activity-comments form input, #buddypress div.activity-meta a, #buddypress .acomment-meta a, #buddypress .acomment-options a, #buddypress ul.item-list li a, #buddypress #item-body div.item-list-tabs ul li a, .gform_wrapper span.gform_description, .upcoming-counter .countdown li p, .header-event .countdown li span, .vc_tta-panel-body li i, .responsive-header > ul li:hover > a, .responsive-header > ul li.opened > a, .donation-appeal > h3 strong, .product-name a, .stars, .responsive-topbar-info > ul > li.active > i, .responsive-menu > ul li ul li:hover > a, .responsive-menu > ul li ul li.active > a, .default-header nav > div#menu-navigation > ul li:hover a, p.stars span a, .post-meta > li .product_meta > span a:hover, .woocommerce-MyAccount-content p a, .account-orders-table tbody td.order-number > a, .woocommerce-info > a, .bbp-breadcrumb > p > a, #subscription-toggle a.subscription-toggle:hover, .category a:hover, .post-meta li a:hover, .post-desc p a, .logged-in-as > a, #cancel-comment-reply-link, .post p a, .lost_password > a, .payment_methods li a, .slide-donate {\n color: #0061AF !important;\n}\n\n\n\n.menu ul li ul, .message-form, .message-form, .ls-container, .sidebar-title, .accordion_toggle.current > a, .order-reveived, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .menu ul li ul li ul, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .box {\n border-color: #0061AF !important;\n}\n\n.menu > ul > li > ul > li > a:hover {\n background: #0061AF !important;\n}\n\n\n/***General Color for headings and title End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-02-24 08:18:00', '2020-02-24 08:18:00', '', 663, 'http://ahf.com.pk/2020/02/24/663-revision-v1/', 0, 'revision', '', 0),
(1068, 1, '2020-02-28 11:28:04', '2020-02-28 11:28:04', '<p style=\"text-align: justify;\">Alkhidmat Hospital Multan will be a dedicated 100 beds Hospital (in first phase) after its completion, to provide round the clock quality services on subsidized cost. Specialists’ Clinics will be established for different medical and surgical specialties in the Hospital. The services will include Out-Patient Services, In-Patient Services, Gyne & Obstetrics, Pediatrics, Accident & Emergency Services, Operation Theatre, Radiology Services, Pathology Services, Pharmacy, Blood Bank, Vaccination and Ambulance Facility. Approximately 25,000 poor and vulnerable families per year will benefit from Alkhidmat Charity Australia Hospital Multan. Grey structure of the building is complete as it awaits your donations for its rapid completion.</p>', 'Alkhidmat Hospital Multan', '', 'inherit', 'closed', 'closed', '', '882-autosave-v1', '', '', '2020-02-28 11:28:04', '2020-02-28 11:28:04', '', 882, 'http://ahf.com.pk/2020/02/28/882-autosave-v1/', 0, 'revision', '', 0),
(1069, 1, '2020-02-28 11:35:06', '2020-02-28 11:35:06', '<p style=\"text-align: justify;\">Due to the increasing numbers of road accidents, terrorist attacks, poor health conditions of masses and natural disasters, people are extremely vulnerable to causalities. In such uncertain circumstances, they need a quick access to any sort of medical facility through fast ambulance service which can decrease the chance of any major loss. No government hospitals are providing the facility of ambulance service.</p>\n<p style=\"text-align: justify;\">In such situation the role of ambulance service has gained major importance. Pakistan is disaster-prone country characterized by day to day natural and man-made disasters. In most cases, health facilities are woefully inadequate in comparison to the needs. This is why many casualties happen just because people do not get access to hospitals or any other emergency medical care centers timely. Besides accidents or disasters, certain other medical cases need ambulance service to get quick access to emergency medical care.</p>\n<p style=\"text-align: justify;\">The objective of Alkhidmat Health Foundation for its ambulance service is to mitigate the severity of accidents or disasters where many people die as a result of unavailability of quick access to hospitals or ambulances arriving too late on the scene. Our 284 ambulances provide appropriate pre-hospital care to the patients and / or victims of any emergency situation. The shortcode of 1023 is functional and control rooms are established in three provinces of the country.</p>', 'Appeal for Ambulance', '', 'inherit', 'closed', 'closed', '', '1051-autosave-v1', '', '', '2020-02-28 11:35:06', '2020-02-28 11:35:06', '', 1051, 'http://ahf.com.pk/2020/02/28/1051-autosave-v1/', 0, 'revision', '', 0),
(255, 1, '2017-09-21 12:46:21', '2017-09-21 12:46:21', '[vc_row][vc_column][sh_our_causes number=\"6\" sort_by=\"title\" sorting_order=\"ASC\" cat=\"all\" donate_sec=\"true\" don_sect_title=\"Donation\" c_opt=\"excerpt\"][/vc_column][/vc_row]', 'Donation', '', 'publish', 'closed', 'closed', '', 'donation', '', '', '2017-09-21 12:46:21', '2017-09-21 12:46:21', '', 0, 'https://themes.webinane.com/wp/lifeline/?page_id=1479', 0, 'page', '', 0),
(256, 1, '2017-09-20 08:08:32', '2017-09-20 08:08:32', 'wsi-imageoptim-single-page-top2', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2019-11-16 06:40:36', '2019-11-16 06:40:36', '', 0, 'http://themes.webinane.com/wp/lifeline/?page_id=38', 0, 'page', '', 0),
(1122, 1, '2021-11-26 07:30:45', '2021-11-26 07:30:45', '', 'Chairman Message', '', 'publish', 'closed', 'closed', '', 'chairman-message-2', '', '', '2021-11-26 08:05:40', '2021-11-26 08:05:40', '', 0, 'http://ahf.com.pk/?page_id=1122', 0, 'page', '', 0),
(277, 1, '2017-08-29 03:26:24', '2017-08-29 03:26:24', '[vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">World Health Organization (WHO) has enlisted Pakistan among 57 countries with critical health workforce deficiency while the country is placed at 122nd position in terms of quality of healthcare facilities. Unfortunately Pakistan stands high in the list of top contries with extreme infant mortality. Being conscious of the situation, Alkhidmat Health Foundation has established countrywide network to provide best healthcare facilities to public, irrespective of their socio-economic status. Under its umbrella currently several Mother and Child Healthcare Centers, Hospitals, Mobile Medical Camps, Ambulance Service, Diagnostic Centers and Blood Banks are functional effectively across the country including landmark projects in the remotest and most under-developed areas such as Tharparkar (Sindh) and Quetta (Balochistan). All healthcare projects ranging from a routine OPD check up to a specialized procedure are provided to the needy and poor for free.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2019-11-18 06:47:55', '2019-11-18 06:47:55', '', 0, 'http://themes.webinane.com/wp/lifeline/?page_id=478', 0, 'page', '', 0),
(1083, 1, '2020-02-29 07:29:13', '2020-02-29 07:29:13', '/***Header Donate button Start***/\n.header-btn {\n background: #0061AF;\n color: #ffffff;\n}\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***General Color for headings & title Start***/\n.sec-title h2 span, .meta span i, .needed-amount > h5 i, .footer-widget-title h4 span, .our-causes-hover span i, .our-causes-hover span.needed-amount, .story > h6 i, .member-intro > span, .about-charity-desc.col-md-7 li h6, .page-title h1 span, label span, .form p span, .contact-info .contact-details li span i, .sidebar-title > h4 span, .sidebar-widget ul > li > a:hover, .error-page h2, .error-page-search a, .search-result h3 span, .cart-table li > .product > h6, .cart-total span, .cloud-tags a:hover, .featured-products .col-md-4 > a, .featured-products .col-md-4 > h6 i, .order-reveived p strong, .order-reveived a, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus, blockquote span, .comments li .comment i span, .post-meta > li p span, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .theme-list li i, .logo h1, .coloured, .port-desc h4 a, .donate-message > p span, .upcoming-event > h5, .upcoming-event li .icon-pencil, .sec-heading h2 strong, .search-title span, .ratings, .wpb_tour_next_prev_nav a, .slide2-text3 span span, .slide3-text1 span, .slide2-text1 span span, .slide3-text3 span, .designation, .project-detail span, span.title-icon, .featured-details > a, .sidebar-widget ul li a, .our-cause-detail > span a, .our-cause-detail > i span, .fancy-cause-intro > span strong, .fancy-cause-intro > i a, .fancy-cause-hover > span strong, span.slide1 i, h3.slide2 span, h3.slide3 i, h4.slide3 span, h5.slide3 span, .slide4 i, .slide5 span, .slide5-title span, .slide3-subtitle2 i, header.header2 #menu-navigation > li:hover > a, header.header2 #menu-navigation > li.active > a, .header-event .count-down span.countdown-row span.countdown-amount, .search-box.white:before, #menu-navigation ul.mega-menu2 > li:hover > a, header.header3 #menu-navigation li ul li:hover > a, .main-blog .blog-post h2 a:hover, .donation-appeal > h3 span, .sec-heading4 h2 span, .wide-project-detail > h3, .money-spent > h5 i, .cause-location > p span, .charity-cause-detail > span i, .urgent-cause > h3 span, .urgent-cause > h6 span, .urgent-cause > strong i, .simple-parallax > h3 span, .abt-upcoming-event > ul li a, .upcoming-counter > div > span > span .countdown-period, .charity-event-detail > i strong, .charity-event-detail > h3 a:hover, .charity-cause-detail > h3 a:hover, .wide-project-detail > h2 a:hover, #buddypress #activity-stream p a, #buddypress div.activity-comments form div.ac-reply-content a, #buddypress div.activity-comments form input, #buddypress div.activity-meta a, #buddypress .acomment-meta a, #buddypress .acomment-options a, #buddypress ul.item-list li a, #buddypress #item-body div.item-list-tabs ul li a, .gform_wrapper span.gform_description, .upcoming-counter .countdown li p, .header-event .countdown li span, .vc_tta-panel-body li i, .responsive-header > ul li:hover > a, .responsive-header > ul li.opened > a, .donation-appeal > h3 strong, .product-name a, .stars, .responsive-topbar-info > ul > li.active > i, .responsive-menu > ul li ul li:hover > a, .responsive-menu > ul li ul li.active > a, .default-header nav > div#menu-navigation > ul li:hover a, p.stars span a, .post-meta > li .product_meta > span a:hover, .woocommerce-MyAccount-content p a, .account-orders-table tbody td.order-number > a, .woocommerce-info > a, .bbp-breadcrumb > p > a, #subscription-toggle a.subscription-toggle:hover, .category a:hover, .post-meta li a:hover, .post-desc p a, .logged-in-as > a, #cancel-comment-reply-link, .post p a, .lost_password > a, .payment_methods li a, .slide-donate {\n color: #0061AF !important;\n}\n\n\n\n.menu ul li ul, .message-form, .message-form, .ls-container, .sidebar-title, .accordion_toggle.current > a, .order-reveived, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .menu ul li ul li ul, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .box {\n border-color: #0061AF !important;\n}\n\n.menu > ul > li > ul > li > a:hover {\n background: #0061AF !important;\n}\n\n\n/***General Color for headings and title End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n.fa-beer:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2020/02/Pharmacy.png) !important;\n}\n.statistics-inner > div:nth-of-type(7) > .fa-beer {\n margin-top: 15%;\n margin-bottom: 25%;\n}\n/*#tf-stat-750 .stat .count-title{\n margin-right:10px;\n}*/\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-02-29 07:29:13', '2020-02-29 07:29:13', '', 663, 'http://ahf.com.pk/2020/02/29/663-revision-v1/', 0, 'revision', '', 0),
(1100, 1, '2020-05-07 11:22:25', '2020-05-07 11:22:25', '', '', '', 'inherit', 'open', 'closed', '', 'inauguration-of-covid-testing-lab', '', '', '2020-05-07 11:22:47', '2020-05-07 11:22:47', '', 1099, 'http://ahf.com.pk/wp-content/uploads/2020/05/Inauguration-of-COVID-Testing-Lab.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1101, 1, '2020-05-07 11:22:27', '2020-05-07 11:22:27', 'Inauguration of COVID-19 Testing Lab', '', '', 'inherit', 'open', 'closed', '', 'inauguration-of-testing-lab', '', '', '2020-05-07 11:22:56', '2020-05-07 11:22:56', '', 1099, 'http://ahf.com.pk/wp-content/uploads/2020/05/Inauguration-of-Testing-Lab.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1102, 1, '2020-05-07 11:23:03', '2020-05-07 11:23:03', 'Alkhidmat Foundation Pakistan inaugurated its first Corona testing lab in Lahore. Vice Chancellor University of Health Sciences, Prof. Dr. Javed Akram inaugurated the lab at Alkhidmat Diagnostic Center Chuburji Lahore. President Alkhidmat Foundation Mr. Abdus Shakoor, National Director Diagnostic Eng. Sabir Ahmad and President Governing Body of Suraya Azeem Hospital Dr. Zikarullah Mujahid were also present at the inaugural ceremony.\r\nMr. Abdus Shakoor said that Alkhidmat Foundation Pakistan is working hard to help the national against Corona situation. He said that our 28 hospitals, diagnostic labs, ambulances, medical and paramedic staff are fully prepared to face any emergency situation. He also said that this lab has the capacity if 100 tests per day and the report will be provided to the patients in just 48 hours at a substantially subsidized rates. He also announced that Corona test will be offered for just Rs. 3,000/- till 31 May 2020.\r\nDr. Javed Akram appreciated the proactiveness of Alkhidmat Foundation and said that this center will facilitate the people of Lahore in this time of need.', 'Inauguration COVID-19 Testing Lab', '', 'inherit', 'closed', 'closed', '', '1099-revision-v1', '', '', '2020-05-07 11:23:03', '2020-05-07 11:23:03', '', 1099, 'http://ahf.com.pk/2020/05/07/1099-revision-v1/', 0, 'revision', '', 0),
(1103, 1, '2020-05-07 11:23:16', '2020-05-07 11:23:16', 'Alkhidmat Foundation Pakistan inaugurated its first Corona testing lab in Lahore. Vice Chancellor University of Health Sciences, Prof. Dr. Javed Akram inaugurated the lab at Alkhidmat Diagnostic Center Chuburji Lahore. President Alkhidmat Foundation Mr. Abdus Shakoor, National Director Diagnostic Eng. Sabir Ahmad and President Governing Body of Suraya Azeem Hospital Dr. Zikarullah Mujahid were also present at the inaugural ceremony.\r\nMr. Abdus Shakoor said that Alkhidmat Foundation Pakistan is working hard to help the national against Corona situation. He said that our 28 hospitals, diagnostic labs, ambulances, medical and paramedic staff are fully prepared to face any emergency situation. He also said that this lab has the capacity if 100 tests per day and the report will be provided to the patients in just 48 hours at a substantially subsidized rates. He also announced that Corona test will be offered for just Rs. 3,000/- till 31 May 2020.\r\nDr. Javed Akram appreciated the proactiveness of Alkhidmat Foundation and said that this center will facilitate the people of Lahore in this time of need.', 'Inauguration of COVID-19 Testing Lab', '', 'inherit', 'closed', 'closed', '', '1099-revision-v1', '', '', '2020-05-07 11:23:16', '2020-05-07 11:23:16', '', 1099, 'http://ahf.com.pk/2020/05/07/1099-revision-v1/', 0, 'revision', '', 0),
(1107, 1, '2020-08-24 16:50:08', '2020-08-24 16:50:08', '<p>[vc_row][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation committed and continuously improving its aims/objectives, achievements, and satisfaction of partners & beneficiaries through innovation in management/ delivery system by ensuring all applicable laws of Pakistan.</p>\r\n<p>[/vc_column_text][vc_column_text]<strong style=\"color: red;\">Aditional Note:</strong></p>\r\n<p style=\"text-align: justify;\">This website uses cookies to improve your experience by remembering your preferences. The date stored or read from these cookies does not contain any personal information. You may refuse the use of cookies for our website, however, by doing so you may not be able to use the full functionality of this website.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]</p>\r\n', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '1105-revision-v1', '', '', '2020-08-24 16:50:08', '2020-08-24 16:50:08', '', 1105, 'http://ahf.com.pk/2020/08/24/1105-revision-v1/', 0, 'revision', '', 0),
(1106, 1, '2020-08-24 16:49:42', '2020-08-24 16:49:42', '', '', '', 'inherit', 'open', 'closed', '', 'news-2', '', '', '2020-08-24 16:50:01', '2020-08-24 16:50:01', '', 1105, 'http://ahf.com.pk/wp-content/uploads/2020/08/News.jpg', 0, 'attachment', 'image/jpeg', 0),
(1108, 1, '2020-08-24 16:52:00', '2020-08-24 16:52:00', ' ', '', '', 'publish', 'closed', 'closed', '', '1108', '', '', '2020-08-24 16:52:00', '2020-08-24 16:52:00', '', 0, 'http://ahf.com.pk/?p=1108', 4, 'nav_menu_item', '', 0),
(1109, 1, '2020-08-24 16:54:49', '2020-08-24 16:54:49', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation committed and continuously improving its aims/objectives, achievements, and satisfaction of partners & beneficiaries through innovation in management/ delivery system by ensuring all applicable laws of Pakistan.</p>\r\n[/vc_column_text][vc_column_text]<strong style=\"color: red;\">Aditional Note:</strong>\r\n<p style=\"text-align: justify;\">This website uses cookies to improve your experience by remembering your preferences. The date stored or read from these cookies does not contain any personal information. You may refuse the use of cookies for our website, however, by doing so you may not be able to use the full functionality of this website.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '1105-revision-v1', '', '', '2020-08-24 16:54:49', '2020-08-24 16:54:49', '', 1105, 'http://ahf.com.pk/2020/08/24/1105-revision-v1/', 0, 'revision', '', 0),
(1076, 1, '2020-02-29 06:53:46', '2020-02-29 06:53:46', '/***Header Donate button Start***/\n.header-btn {\n background: #0061AF;\n color: #ffffff;\n}\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***General Color for headings & title Start***/\n.sec-title h2 span, .meta span i, .needed-amount > h5 i, .footer-widget-title h4 span, .our-causes-hover span i, .our-causes-hover span.needed-amount, .story > h6 i, .member-intro > span, .about-charity-desc.col-md-7 li h6, .page-title h1 span, label span, .form p span, .contact-info .contact-details li span i, .sidebar-title > h4 span, .sidebar-widget ul > li > a:hover, .error-page h2, .error-page-search a, .search-result h3 span, .cart-table li > .product > h6, .cart-total span, .cloud-tags a:hover, .featured-products .col-md-4 > a, .featured-products .col-md-4 > h6 i, .order-reveived p strong, .order-reveived a, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus, blockquote span, .comments li .comment i span, .post-meta > li p span, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .theme-list li i, .logo h1, .coloured, .port-desc h4 a, .donate-message > p span, .upcoming-event > h5, .upcoming-event li .icon-pencil, .sec-heading h2 strong, .search-title span, .ratings, .wpb_tour_next_prev_nav a, .slide2-text3 span span, .slide3-text1 span, .slide2-text1 span span, .slide3-text3 span, .designation, .project-detail span, span.title-icon, .featured-details > a, .sidebar-widget ul li a, .our-cause-detail > span a, .our-cause-detail > i span, .fancy-cause-intro > span strong, .fancy-cause-intro > i a, .fancy-cause-hover > span strong, span.slide1 i, h3.slide2 span, h3.slide3 i, h4.slide3 span, h5.slide3 span, .slide4 i, .slide5 span, .slide5-title span, .slide3-subtitle2 i, header.header2 #menu-navigation > li:hover > a, header.header2 #menu-navigation > li.active > a, .header-event .count-down span.countdown-row span.countdown-amount, .search-box.white:before, #menu-navigation ul.mega-menu2 > li:hover > a, header.header3 #menu-navigation li ul li:hover > a, .main-blog .blog-post h2 a:hover, .donation-appeal > h3 span, .sec-heading4 h2 span, .wide-project-detail > h3, .money-spent > h5 i, .cause-location > p span, .charity-cause-detail > span i, .urgent-cause > h3 span, .urgent-cause > h6 span, .urgent-cause > strong i, .simple-parallax > h3 span, .abt-upcoming-event > ul li a, .upcoming-counter > div > span > span .countdown-period, .charity-event-detail > i strong, .charity-event-detail > h3 a:hover, .charity-cause-detail > h3 a:hover, .wide-project-detail > h2 a:hover, #buddypress #activity-stream p a, #buddypress div.activity-comments form div.ac-reply-content a, #buddypress div.activity-comments form input, #buddypress div.activity-meta a, #buddypress .acomment-meta a, #buddypress .acomment-options a, #buddypress ul.item-list li a, #buddypress #item-body div.item-list-tabs ul li a, .gform_wrapper span.gform_description, .upcoming-counter .countdown li p, .header-event .countdown li span, .vc_tta-panel-body li i, .responsive-header > ul li:hover > a, .responsive-header > ul li.opened > a, .donation-appeal > h3 strong, .product-name a, .stars, .responsive-topbar-info > ul > li.active > i, .responsive-menu > ul li ul li:hover > a, .responsive-menu > ul li ul li.active > a, .default-header nav > div#menu-navigation > ul li:hover a, p.stars span a, .post-meta > li .product_meta > span a:hover, .woocommerce-MyAccount-content p a, .account-orders-table tbody td.order-number > a, .woocommerce-info > a, .bbp-breadcrumb > p > a, #subscription-toggle a.subscription-toggle:hover, .category a:hover, .post-meta li a:hover, .post-desc p a, .logged-in-as > a, #cancel-comment-reply-link, .post p a, .lost_password > a, .payment_methods li a, .slide-donate {\n color: #0061AF !important;\n}\n\n\n\n.menu ul li ul, .message-form, .message-form, .ls-container, .sidebar-title, .accordion_toggle.current > a, .order-reveived, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .menu ul li ul li ul, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .box {\n border-color: #0061AF !important;\n}\n\n.menu > ul > li > ul > li > a:hover {\n background: #0061AF !important;\n}\n\n\n/***General Color for headings and title End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n#tf-stat-750 .stat .count-title{\n margin-right:10px;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-02-29 06:53:46', '2020-02-29 06:53:46', '', 663, 'http://ahf.com.pk/2020/02/29/663-revision-v1/', 0, 'revision', '', 0),
(1139, 1, '2021-07-31 08:50:15', '2021-07-31 08:50:15', '<!-- wp:columns -->\r\n<div class=\"wp-block-columns has-2-columns\"><!-- wp:column -->\r\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1132,\"align\":\"center\",\"width\":236,\"height\":243} -->\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter is-resized\"><img class=\"wp-image-1132\" src=\"https://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-3.jpg\" alt=\"\" width=\"236\" height=\"243\" />\r\n<figcaption><strong>Dr Hafeez Ur Rehman</strong></figcaption>\r\n</figure>\r\n</div>\r\n<!-- /wp:image --></div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column -->\r\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\r\n<p>By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75%<br />death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. <br />.</p>\r\n<!-- /wp:paragraph --></div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:paragraph {\"align\":\"left\"} -->\r\n<p style=\"text-align: left;\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment. Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centres, dispensaries, blood banks, clinics, mobile health units, medical<br />camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities at relatively subsidised rates.<br />Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore,Karachi, Faisalabad & Peshawar and establishing Healthline.<br />Let’s us hope Pakistan would be a leading healthcare nation.</p>\r\n<!-- /wp:paragraph -->', 'Chairman Message', '', 'inherit', 'closed', 'closed', '', '1129-revision-v1', '', '', '2021-07-31 08:50:15', '2021-07-31 08:50:15', '', 1129, 'http://ahf.com.pk/2021/07/31/1129-revision-v1/', 0, 'revision', '', 0),
(1078, 1, '2020-02-29 07:21:34', '2020-02-29 07:21:34', 'Alkhidmat Health Foundation Pharmacy', '', '', 'inherit', 'open', 'closed', '', 'pharmacy-2', '', '', '2020-02-29 07:21:51', '2020-02-29 07:21:51', '', 0, 'http://ahf.com.pk/wp-content/uploads/2020/02/Pharmacy.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1079, 1, '2020-02-29 07:22:03', '2020-02-29 07:22:03', '/***Header Donate button Start***/\n.header-btn {\n background: #0061AF;\n color: #ffffff;\n}\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***General Color for headings & title Start***/\n.sec-title h2 span, .meta span i, .needed-amount > h5 i, .footer-widget-title h4 span, .our-causes-hover span i, .our-causes-hover span.needed-amount, .story > h6 i, .member-intro > span, .about-charity-desc.col-md-7 li h6, .page-title h1 span, label span, .form p span, .contact-info .contact-details li span i, .sidebar-title > h4 span, .sidebar-widget ul > li > a:hover, .error-page h2, .error-page-search a, .search-result h3 span, .cart-table li > .product > h6, .cart-total span, .cloud-tags a:hover, .featured-products .col-md-4 > a, .featured-products .col-md-4 > h6 i, .order-reveived p strong, .order-reveived a, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus, blockquote span, .comments li .comment i span, .post-meta > li p span, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .theme-list li i, .logo h1, .coloured, .port-desc h4 a, .donate-message > p span, .upcoming-event > h5, .upcoming-event li .icon-pencil, .sec-heading h2 strong, .search-title span, .ratings, .wpb_tour_next_prev_nav a, .slide2-text3 span span, .slide3-text1 span, .slide2-text1 span span, .slide3-text3 span, .designation, .project-detail span, span.title-icon, .featured-details > a, .sidebar-widget ul li a, .our-cause-detail > span a, .our-cause-detail > i span, .fancy-cause-intro > span strong, .fancy-cause-intro > i a, .fancy-cause-hover > span strong, span.slide1 i, h3.slide2 span, h3.slide3 i, h4.slide3 span, h5.slide3 span, .slide4 i, .slide5 span, .slide5-title span, .slide3-subtitle2 i, header.header2 #menu-navigation > li:hover > a, header.header2 #menu-navigation > li.active > a, .header-event .count-down span.countdown-row span.countdown-amount, .search-box.white:before, #menu-navigation ul.mega-menu2 > li:hover > a, header.header3 #menu-navigation li ul li:hover > a, .main-blog .blog-post h2 a:hover, .donation-appeal > h3 span, .sec-heading4 h2 span, .wide-project-detail > h3, .money-spent > h5 i, .cause-location > p span, .charity-cause-detail > span i, .urgent-cause > h3 span, .urgent-cause > h6 span, .urgent-cause > strong i, .simple-parallax > h3 span, .abt-upcoming-event > ul li a, .upcoming-counter > div > span > span .countdown-period, .charity-event-detail > i strong, .charity-event-detail > h3 a:hover, .charity-cause-detail > h3 a:hover, .wide-project-detail > h2 a:hover, #buddypress #activity-stream p a, #buddypress div.activity-comments form div.ac-reply-content a, #buddypress div.activity-comments form input, #buddypress div.activity-meta a, #buddypress .acomment-meta a, #buddypress .acomment-options a, #buddypress ul.item-list li a, #buddypress #item-body div.item-list-tabs ul li a, .gform_wrapper span.gform_description, .upcoming-counter .countdown li p, .header-event .countdown li span, .vc_tta-panel-body li i, .responsive-header > ul li:hover > a, .responsive-header > ul li.opened > a, .donation-appeal > h3 strong, .product-name a, .stars, .responsive-topbar-info > ul > li.active > i, .responsive-menu > ul li ul li:hover > a, .responsive-menu > ul li ul li.active > a, .default-header nav > div#menu-navigation > ul li:hover a, p.stars span a, .post-meta > li .product_meta > span a:hover, .woocommerce-MyAccount-content p a, .account-orders-table tbody td.order-number > a, .woocommerce-info > a, .bbp-breadcrumb > p > a, #subscription-toggle a.subscription-toggle:hover, .category a:hover, .post-meta li a:hover, .post-desc p a, .logged-in-as > a, #cancel-comment-reply-link, .post p a, .lost_password > a, .payment_methods li a, .slide-donate {\n color: #0061AF !important;\n}\n\n\n\n.menu ul li ul, .message-form, .message-form, .ls-container, .sidebar-title, .accordion_toggle.current > a, .order-reveived, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .menu ul li ul li ul, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .box {\n border-color: #0061AF !important;\n}\n\n.menu > ul > li > ul > li > a:hover {\n background: #0061AF !important;\n}\n\n\n/***General Color for headings and title End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n.fa-beer:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2020/02/Pharmacy.png) !important;\n}\n#tf-stat-750 .stat .count-title{\n margin-right:10px;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-02-29 07:22:03', '2020-02-29 07:22:03', '', 663, 'http://ahf.com.pk/2020/02/29/663-revision-v1/', 0, 'revision', '', 0),
(310, 1, '2017-07-27 03:27:27', '2017-07-27 03:27:27', '', 'Sites', '', 'publish', 'closed', 'closed', '', 'sites', '', '', '2017-07-27 03:27:27', '2017-07-27 03:27:27', '', 0, 'http://themes.webinane.com/wp/lifeline/sites/', 0, 'page', '', 0),
(316, 1, '2017-07-20 07:12:40', '2017-07-20 07:12:40', '', 'Recent News', '', 'publish', 'closed', 'closed', '', 'recent-news', '', '', '2020-01-01 06:43:05', '2020-01-01 06:43:05', '', 0, 'http://themes.webinane.com/wp/lifeline/?page_id=755', 0, 'page', '', 0),
(319, 1, '2017-07-17 07:08:32', '2017-07-17 07:08:32', '', 'Projects', '', 'publish', 'closed', 'closed', '', 'projects', '', '', '2017-07-17 07:08:32', '2017-07-17 07:08:32', '', 0, 'http://themes.webinane.com/wp/lifeline/?page_id=749', 0, 'page', '', 0),
(1065, 1, '2020-02-24 08:13:34', '2020-02-24 08:13:34', '/***Header Donate button Start***/\n.header-btn {\n background: #0061AF;\n color: #ffffff;\n}\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***General Color for headings & title Start***/\n.sec-title h2 span, .meta span i, .needed-amount > h5 i, .footer-widget-title h4 span, .our-causes-hover span i, .our-causes-hover span.needed-amount, .story > h6 i, .member-intro > span, .about-charity-desc.col-md-7 li h6, .page-title h1 span, label span, .form p span, .contact-info .contact-details li span i, .sidebar-title > h4 span, .sidebar-widget ul > li > a:hover, .error-page h2, .error-page-search a, .search-result h3 span, .cart-table li > .product > h6, .cart-total span, .cloud-tags a:hover, .featured-products .col-md-4 > a, .featured-products .col-md-4 > h6 i, .order-reveived p strong, .order-reveived a, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus, blockquote span, .comments li .comment i span, .post-meta > li p span, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .theme-list li i, .logo h1, .coloured, .port-desc h4 a, .donate-message > p span, .upcoming-event > h5, .upcoming-event li .icon-pencil, .sec-heading h2 strong, .search-title span, .ratings, .wpb_tour_next_prev_nav a, .slide2-text3 span span, .slide3-text1 span, .slide2-text1 span span, .slide3-text3 span, .designation, .project-detail span, span.title-icon, .featured-details > a, .sidebar-widget ul li a, .our-cause-detail > span a, .our-cause-detail > i span, .fancy-cause-intro > span strong, .fancy-cause-intro > i a, .fancy-cause-hover > span strong, span.slide1 i, h3.slide2 span, h3.slide3 i, h4.slide3 span, h5.slide3 span, .slide4 i, .slide5 span, .slide5-title span, .slide3-subtitle2 i, header.header2 #menu-navigation > li:hover > a, header.header2 #menu-navigation > li.active > a, .header-event .count-down span.countdown-row span.countdown-amount, .search-box.white:before, #menu-navigation ul.mega-menu2 > li:hover > a, header.header3 #menu-navigation li ul li:hover > a, .main-blog .blog-post h2 a:hover, .donation-appeal > h3 span, .sec-heading4 h2 span, .wide-project-detail > h3, .money-spent > h5 i, .cause-location > p span, .charity-cause-detail > span i, .urgent-cause > h3 span, .urgent-cause > h6 span, .urgent-cause > strong i, .simple-parallax > h3 span, .abt-upcoming-event > ul li a, .upcoming-counter > div > span > span .countdown-period, .charity-event-detail > i strong, .charity-event-detail > h3 a:hover, .charity-cause-detail > h3 a:hover, .wide-project-detail > h2 a:hover, #buddypress #activity-stream p a, #buddypress div.activity-comments form div.ac-reply-content a, #buddypress div.activity-comments form input, #buddypress div.activity-meta a, #buddypress .acomment-meta a, #buddypress .acomment-options a, #buddypress ul.item-list li a, #buddypress #item-body div.item-list-tabs ul li a, .gform_wrapper span.gform_description, .upcoming-counter .countdown li p, .header-event .countdown li span, .vc_tta-panel-body li i, .responsive-header > ul li:hover > a, .responsive-header > ul li.opened > a, .donation-appeal > h3 strong, .product-name a, .stars, .responsive-topbar-info > ul > li.active > i, .responsive-menu > ul li ul li:hover > a, .responsive-menu > ul li ul li.active > a, .default-header nav > div#menu-navigation > ul li:hover a, p.stars span a, .post-meta > li .product_meta > span a:hover, .woocommerce-MyAccount-content p a, .account-orders-table tbody td.order-number > a, .woocommerce-info > a, .bbp-breadcrumb > p > a, #subscription-toggle a.subscription-toggle:hover, .category a:hover, .post-meta li a:hover, .post-desc p a, .logged-in-as > a, #cancel-comment-reply-link, .post p a, .lost_password > a, .payment_methods li a, .slide-donate {\n color: #0061AF !important;\n}\n\n\n\n.menu ul li ul, .message-form, .message-form, .ls-container, .sidebar-title, .accordion_toggle.current > a, .order-reveived, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .menu ul li ul li ul, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .box {\n border-color: #0061AF !important;\n}\n\n\n\n\n/***General Color for headings and title End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-02-24 08:13:34', '2020-02-24 08:13:34', '', 663, 'http://ahf.com.pk/2020/02/24/663-revision-v1/', 0, 'revision', '', 0),
(1063, 1, '2020-02-24 08:12:44', '2020-02-24 08:12:44', '/***Header Donate button Start***/\n.header-btn {\n background: #0061AF;\n color: #ffffff;\n}\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***General Color for headings & title Start***/\n.sec-title h2 span, .meta span i, .needed-amount > h5 i, .footer-widget-title h4 span, .our-causes-hover span i, .our-causes-hover span.needed-amount, .story > h6 i, .member-intro > span, .about-charity-desc.col-md-7 li h6, .page-title h1 span, label span, .form p span, .contact-info .contact-details li span i, .sidebar-title > h4 span, .sidebar-widget ul > li > a:hover, .error-page h2, .error-page-search a, .search-result h3 span, .cart-table li > .product > h6, .cart-total span, .cloud-tags a:hover, .featured-products .col-md-4 > a, .featured-products .col-md-4 > h6 i, .order-reveived p strong, .order-reveived a, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus, blockquote span, .comments li .comment i span, .post-meta > li p span, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .theme-list li i, .logo h1, .coloured, .port-desc h4 a, .donate-message > p span, .upcoming-event > h5, .upcoming-event li .icon-pencil, .sec-heading h2 strong, .search-title span, .ratings, .wpb_tour_next_prev_nav a, .slide2-text3 span span, .slide3-text1 span, .slide2-text1 span span, .slide3-text3 span, .designation, .project-detail span, span.title-icon, .featured-details > a, .sidebar-widget ul li a, .our-cause-detail > span a, .our-cause-detail > i span, .fancy-cause-intro > span strong, .fancy-cause-intro > i a, .fancy-cause-hover > span strong, span.slide1 i, h3.slide2 span, h3.slide3 i, h4.slide3 span, h5.slide3 span, .slide4 i, .slide5 span, .slide5-title span, .slide3-subtitle2 i, header.header2 #menu-navigation > li:hover > a, header.header2 #menu-navigation > li.active > a, .header-event .count-down span.countdown-row span.countdown-amount, .search-box.white:before, #menu-navigation ul.mega-menu2 > li:hover > a, header.header3 #menu-navigation li ul li:hover > a, .main-blog .blog-post h2 a:hover, .donation-appeal > h3 span, .sec-heading4 h2 span, .wide-project-detail > h3, .money-spent > h5 i, .cause-location > p span, .charity-cause-detail > span i, .urgent-cause > h3 span, .urgent-cause > h6 span, .urgent-cause > strong i, .simple-parallax > h3 span, .abt-upcoming-event > ul li a, .upcoming-counter > div > span > span .countdown-period, .charity-event-detail > i strong, .charity-event-detail > h3 a:hover, .charity-cause-detail > h3 a:hover, .wide-project-detail > h2 a:hover, #buddypress #activity-stream p a, #buddypress div.activity-comments form div.ac-reply-content a, #buddypress div.activity-comments form input, #buddypress div.activity-meta a, #buddypress .acomment-meta a, #buddypress .acomment-options a, #buddypress ul.item-list li a, #buddypress #item-body div.item-list-tabs ul li a, .gform_wrapper span.gform_description, .upcoming-counter .countdown li p, .header-event .countdown li span, .vc_tta-panel-body li i, .responsive-header > ul li:hover > a, .responsive-header > ul li.opened > a, .donation-appeal > h3 strong, .product-name a, .stars, .responsive-topbar-info > ul > li.active > i, .responsive-menu > ul li ul li:hover > a, .responsive-menu > ul li ul li.active > a, .default-header nav > div#menu-navigation > ul li:hover a, p.stars span a, .post-meta > li .product_meta > span a:hover, .woocommerce-MyAccount-content p a, .account-orders-table tbody td.order-number > a, .woocommerce-info > a, .bbp-breadcrumb > p > a, #subscription-toggle a.subscription-toggle:hover, .category a:hover, .post-meta li a:hover, .post-desc p a, .logged-in-as > a, #cancel-comment-reply-link, .post p a, .lost_password > a, .payment_methods li a, .slide-donate {\n color: #0061AF !important;\n}\n\n\n#menu-navigation li a:before, #menu-navigation > li.active > a:before, #menu-navigation > li a:hover, #menu-navigation li ul li:hover, .ls-defaultskin .ls-nav-prev:hover, .ls-defaultskin .ls-nav-next:hover, .message-box-title, .submit-btn, .donation-bar .donate-btn, .amount.pull-right span, .sec-title h2:before, .sec-title h2:after, .newsletter:before, .newsletter, .newsletter-btn, .donate-us-box span.amount-figures.coloured, .testimonial-color, #prev:hover, #next:hover, .need, .our-project-box .row > div:hover .icon-box, .collected > span, .welcome-box, .pagi:hover, .form-button, .event-post-image span, .search-button, .sidebar-title > h4:after, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .search-tabs li.active a, .search-tabs li.active a:hover, .search-tabs li.active a:focus, .cart-btn, .accordion_toggle.current > a span, #check > span, .reply:hover, .post-meta li > span, .highlight > span, .coloured-invert, .progress.pattern .progress-bar, .price-table ul:hover li.table-head, .price-table ul:hover li.table-btn a, .social-icons.gray li:hover, .controls > ul li.active, .show-header, .box > h4, .box:after, .carou-post > h4, .item-detail > a, .join-team a, .shop .flex-direction-nav li a:hover, .posts-carousel .flex-direction-nav li a:hover, .stories-carousel .flex-direction-nav li a:hover, .option-combo > ul li a.selected, button.favorite-btn:hover, .page-numbers > li > span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before, .causes-single ul.nav li a:before, .slide2-text2 > span, .slide3-text2, .slide5-text1, .slide5-text3 a, .slide6-text3 a, .slide6-icons a:hover, .slide7-link a, .slide4-text2, .cause-box.donate-drop-btn:hover:before, .cause-box.donate-drop-btn.down:before, .recursive-periods > a.selected, .amount-btns > a.selected, form#login .close, form#login .submit_button, form#login a.lost, .pagination > li > span.current, .welcome-box:before, .full-title, .short-desc > a, .short-desc > ul li a:hover, .service > a, .sponsor-desc > a, .news-img:before, .our-cause-img:before, .our-cause-img:after, .our-cause-detail > a, .issue > a, .fancy-cause-hover > span a, .slide-donate2, .slide-icon, .slide3-subtitle, .slide4-subtitle, .menu #menu-navigation li ul li ul li:hover, .header-btn, header.header3 #menu-navigation > li:hover, header.header3 #menu-navigation li ul li:hover, #menu-navigation li ul li a span, .our-cause-img:before, .our-cause-img:after, .our-cause-detail > a, .issue > a, .fancy-cause-hover > span a, .slide-donate2, .slide-icon, .slide3-subtitle, .slide4-subtitle, .donation-appeal > a:before, .charity-cause-detail .progress-bar, .urgent-cause .progress .progress-bar, .urgent-cause > a:before, .transparent-btn:before, .charity-event-img > a, #buddypress input[type=\"submit\"], form.wpcf7-form p .wpcf7-submit, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=\"submit\"], .vc_tta-panel-body li a, .vc_progress_bar .vc_single_bar .vc_bar, .vc_gitem-link.vc_btn3.vc_gitem-link.vc_gitem-link, .responsive-menu > ul > li:hover > a, .responsive-menu > ul > li.active > a, .responsive-header .responsive-donate {\n background-color: #0061AF !important;\n}\n.menu ul li ul, .message-form, .message-form, .ls-container, .sidebar-title, .accordion_toggle.current > a, .order-reveived, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .menu ul li ul li ul, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .box {\n border-color: #0061AF !important;\n}\n\n/***General Color for headings and title End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-02-24 08:12:44', '2020-02-24 08:12:44', '', 663, 'http://ahf.com.pk/2020/02/24/663-revision-v1/', 0, 'revision', '', 0),
(1061, 1, '2020-02-24 08:12:10', '2020-02-24 08:12:10', '/***Header Donate button Start***/\n.header-btn {\n background: #0061AF;\n color: #ffffff;\n}\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***General Color for headings & title Start***/\n.sec-title h2 span, .meta span i, .needed-amount > h5 i, .footer-widget-title h4 span, .our-causes-hover span i, .our-causes-hover span.needed-amount, .story > h6 i, .member-intro > span, .about-charity-desc.col-md-7 li h6, .page-title h1 span, label span, .form p span, .contact-info .contact-details li span i, .sidebar-title > h4 span, .sidebar-widget ul > li > a:hover, .error-page h2, .error-page-search a, .search-result h3 span, .cart-table li > .product > h6, .cart-total span, .cloud-tags a:hover, .featured-products .col-md-4 > a, .featured-products .col-md-4 > h6 i, .order-reveived p strong, .order-reveived a, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus, blockquote span, .comments li .comment i span, .post-meta > li p span, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .theme-list li i, .logo h1, .coloured, .port-desc h4 a, .donate-message > p span, .upcoming-event > h5, .upcoming-event li .icon-pencil, .sec-heading h2 strong, .search-title span, .ratings, .wpb_tour_next_prev_nav a, .slide2-text3 span span, .slide3-text1 span, .slide2-text1 span span, .slide3-text3 span, .designation, .project-detail span, span.title-icon, .featured-details > a, .sidebar-widget ul li a, .our-cause-detail > span a, .our-cause-detail > i span, .fancy-cause-intro > span strong, .fancy-cause-intro > i a, .fancy-cause-hover > span strong, span.slide1 i, h3.slide2 span, h3.slide3 i, h4.slide3 span, h5.slide3 span, .slide4 i, .slide5 span, .slide5-title span, .slide3-subtitle2 i, header.header2 #menu-navigation > li:hover > a, header.header2 #menu-navigation > li.active > a, .header-event .count-down span.countdown-row span.countdown-amount, .search-box.white:before, #menu-navigation ul.mega-menu2 > li:hover > a, header.header3 #menu-navigation li ul li:hover > a, .main-blog .blog-post h2 a:hover, .donation-appeal > h3 span, .sec-heading4 h2 span, .wide-project-detail > h3, .money-spent > h5 i, .cause-location > p span, .charity-cause-detail > span i, .urgent-cause > h3 span, .urgent-cause > h6 span, .urgent-cause > strong i, .simple-parallax > h3 span, .abt-upcoming-event > ul li a, .upcoming-counter > div > span > span .countdown-period, .charity-event-detail > i strong, .charity-event-detail > h3 a:hover, .charity-cause-detail > h3 a:hover, .wide-project-detail > h2 a:hover, #buddypress #activity-stream p a, #buddypress div.activity-comments form div.ac-reply-content a, #buddypress div.activity-comments form input, #buddypress div.activity-meta a, #buddypress .acomment-meta a, #buddypress .acomment-options a, #buddypress ul.item-list li a, #buddypress #item-body div.item-list-tabs ul li a, .gform_wrapper span.gform_description, .upcoming-counter .countdown li p, .header-event .countdown li span, .vc_tta-panel-body li i, .responsive-header > ul li:hover > a, .responsive-header > ul li.opened > a, .donation-appeal > h3 strong, .product-name a, .stars, .responsive-topbar-info > ul > li.active > i, .responsive-menu > ul li ul li:hover > a, .responsive-menu > ul li ul li.active > a, .default-header nav > div#menu-navigation > ul li:hover a, p.stars span a, .post-meta > li .product_meta > span a:hover, .woocommerce-MyAccount-content p a, .account-orders-table tbody td.order-number > a, .woocommerce-info > a, .bbp-breadcrumb > p > a, #subscription-toggle a.subscription-toggle:hover, .category a:hover, .post-meta li a:hover, .post-desc p a, .logged-in-as > a, #cancel-comment-reply-link, .post p a, .lost_password > a, .payment_methods li a, .slide-donate {\n color: #0061AF !important;\n}\n\n\n#menu-navigation li a:before, #menu-navigation > li.active > a:before, #menu-navigation > li a:hover, #menu-navigation li ul li:hover, .ls-defaultskin .ls-nav-prev:hover, .ls-defaultskin .ls-nav-next:hover, .message-box-title, .submit-btn, .donation-bar .donate-btn, .amount.pull-right span, .sec-title h2:before, .sec-title h2:after, .newsletter:before, .newsletter, .newsletter-btn, .donate-us-box span.amount-figures.coloured, .testimonial-color, #prev:hover, #next:hover, .need, .our-project-box .row > div:hover .icon-box, .collected > span, .welcome-box, .pagi:hover, .form-button, .event-post-image span, .search-button, .sidebar-title > h4:after, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .search-tabs li.active a, .search-tabs li.active a:hover, .search-tabs li.active a:focus, .cart-btn, .accordion_toggle.current > a span, #check > span, .reply:hover, .post-meta li > span, .highlight > span, .coloured-invert, .progress.pattern .progress-bar, .price-table ul:hover li.table-head, .price-table ul:hover li.table-btn a, .social-icons.gray li:hover, .controls > ul li.active, .show-header, .box > h4, .box:after, .carou-post > h4, .item-detail > a, .join-team a, .shop .flex-direction-nav li a:hover, .posts-carousel .flex-direction-nav li a:hover, .stories-carousel .flex-direction-nav li a:hover, .option-combo > ul li a.selected, button.favorite-btn:hover, .page-numbers > li > span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before, .causes-single ul.nav li a:before, .slide2-text2 > span, .slide3-text2, .slide5-text1, .slide5-text3 a, .slide6-text3 a, .slide6-icons a:hover, .slide7-link a, .slide4-text2, .cause-box.donate-drop-btn:hover:before, .cause-box.donate-drop-btn.down:before, .recursive-periods > a.selected, .amount-btns > a.selected, form#login .close, form#login .submit_button, form#login a.lost, .pagination > li > span.current, .welcome-box:before, .full-title, .short-desc > a, .short-desc > ul li a:hover, .service > a, .sponsor-desc > a, .news-img:before, .our-cause-img:before, .our-cause-img:after, .our-cause-detail > a, .issue > a, .fancy-cause-hover > span a, .slide-donate2, .slide-icon, .slide3-subtitle, .slide4-subtitle, .menu #menu-navigation li ul li ul li:hover, .header-btn, header.header3 #menu-navigation > li:hover, header.header3 #menu-navigation li ul li:hover, #menu-navigation li ul li a span, .our-cause-img:before, .our-cause-img:after, .our-cause-detail > a, .issue > a, .fancy-cause-hover > span a, .slide-donate2, .slide-icon, .slide3-subtitle, .slide4-subtitle, .donation-appeal > a:before, .charity-cause-detail .progress-bar, .urgent-cause .progress .progress-bar, .urgent-cause > a:before, .transparent-btn:before, .charity-event-img > a, #buddypress input[type=\"submit\"], form.wpcf7-form p .wpcf7-submit, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=\"submit\"], .vc_tta-panel-body li a, .vc_progress_bar .vc_single_bar .vc_bar, .vc_gitem-link.vc_btn3.vc_gitem-link.vc_gitem-link, .responsive-menu > ul > li:hover > a, .responsive-menu > ul > li.active > a, .responsive-header .responsive-donate {\n background-color: #0061AF !important;\n}\n\n\n/***General Color for headings and title End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-02-24 08:12:10', '2020-02-24 08:12:10', '', 663, 'http://ahf.com.pk/2020/02/24/663-revision-v1/', 0, 'revision', '', 0),
(1059, 1, '2020-02-24 08:11:21', '2020-02-24 08:11:21', '/***Header Donate button Start***/\n.header-btn {\n background: #0061AF;\n color: #ffffff;\n}\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***General Color for headings & title Start***/\n.sec-title h2 span, .meta span i, .needed-amount > h5 i, .footer-widget-title h4 span, .our-causes-hover span i, .our-causes-hover span.needed-amount, .story > h6 i, .member-intro > span, .about-charity-desc.col-md-7 li h6, .page-title h1 span, label span, .form p span, .contact-info .contact-details li span i, .sidebar-title > h4 span, .sidebar-widget ul > li > a:hover, .error-page h2, .error-page-search a, .search-result h3 span, .cart-table li > .product > h6, .cart-total span, .cloud-tags a:hover, .featured-products .col-md-4 > a, .featured-products .col-md-4 > h6 i, .order-reveived p strong, .order-reveived a, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus, blockquote span, .comments li .comment i span, .post-meta > li p span, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .theme-list li i, .logo h1, .coloured, .port-desc h4 a, .donate-message > p span, .upcoming-event > h5, .upcoming-event li .icon-pencil, .sec-heading h2 strong, .search-title span, .ratings, .wpb_tour_next_prev_nav a, .slide2-text3 span span, .slide3-text1 span, .slide2-text1 span span, .slide3-text3 span, .designation, .project-detail span, span.title-icon, .featured-details > a, .sidebar-widget ul li a, .our-cause-detail > span a, .our-cause-detail > i span, .fancy-cause-intro > span strong, .fancy-cause-intro > i a, .fancy-cause-hover > span strong, span.slide1 i, h3.slide2 span, h3.slide3 i, h4.slide3 span, h5.slide3 span, .slide4 i, .slide5 span, .slide5-title span, .slide3-subtitle2 i, header.header2 #menu-navigation > li:hover > a, header.header2 #menu-navigation > li.active > a, .header-event .count-down span.countdown-row span.countdown-amount, .search-box.white:before, #menu-navigation ul.mega-menu2 > li:hover > a, header.header3 #menu-navigation li ul li:hover > a, .main-blog .blog-post h2 a:hover, .donation-appeal > h3 span, .sec-heading4 h2 span, .wide-project-detail > h3, .money-spent > h5 i, .cause-location > p span, .charity-cause-detail > span i, .urgent-cause > h3 span, .urgent-cause > h6 span, .urgent-cause > strong i, .simple-parallax > h3 span, .abt-upcoming-event > ul li a, .upcoming-counter > div > span > span .countdown-period, .charity-event-detail > i strong, .charity-event-detail > h3 a:hover, .charity-cause-detail > h3 a:hover, .wide-project-detail > h2 a:hover, #buddypress #activity-stream p a, #buddypress div.activity-comments form div.ac-reply-content a, #buddypress div.activity-comments form input, #buddypress div.activity-meta a, #buddypress .acomment-meta a, #buddypress .acomment-options a, #buddypress ul.item-list li a, #buddypress #item-body div.item-list-tabs ul li a, .gform_wrapper span.gform_description, .upcoming-counter .countdown li p, .header-event .countdown li span, .vc_tta-panel-body li i, .responsive-header > ul li:hover > a, .responsive-header > ul li.opened > a, .donation-appeal > h3 strong, .product-name a, .stars, .responsive-topbar-info > ul > li.active > i, .responsive-menu > ul li ul li:hover > a, .responsive-menu > ul li ul li.active > a, .default-header nav > div#menu-navigation > ul li:hover a, p.stars span a, .post-meta > li .product_meta > span a:hover, .woocommerce-MyAccount-content p a, .account-orders-table tbody td.order-number > a, .woocommerce-info > a, .bbp-breadcrumb > p > a, #subscription-toggle a.subscription-toggle:hover, .category a:hover, .post-meta li a:hover, .post-desc p a, .logged-in-as > a, #cancel-comment-reply-link, .post p a, .lost_password > a, .payment_methods li a, .slide-donate {\n color: #0061AF !important;\n}\n\n\n/***General Color for headings and title End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-02-24 08:11:21', '2020-02-24 08:11:21', '', 663, 'http://ahf.com.pk/2020/02/24/663-revision-v1/', 0, 'revision', '', 0),
(341, 1, '2017-09-03 08:37:39', '2017-09-03 08:37:39', '<p style=\"text-align: center;\">It is a matter of great honor and pleasure for me to provide health services for humanity through the esteemed platform of Alkhidmat Health Foundation. Here we do not mean just the health facilities we provide through our hospitals, blood banks, ambulance service or mobile medical camps but it is the love, respect and priority that heal our patients quicker than any medical treatment.</p>', 'Director Dr. M. Afzal', '', 'publish', 'closed', 'closed', '', 'h-a-david', '', '', '2019-11-21 11:21:01', '2019-11-21 11:21:01', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_testimonials&p=169', 0, 'dict_testimonials', '', 0),
(342, 1, '2017-09-02 08:47:56', '2017-09-02 08:47:56', '<p style=\"text-align: center;\">Pakistan is the sixth most populous country in the world, with approximately 220 million inhabitants. It is also one of the world\'s poorest countries,116th in the UN Human Development Index. People of Pakistan do not have access to quality family health services.</p>', 'Vice Chairman Dr. Hafeez U Rahman', '', 'publish', 'closed', 'closed', '', 'mariya-fruklein', '', '', '2019-11-21 11:18:02', '2019-11-21 11:18:02', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_testimonials&p=172', 0, 'dict_testimonials', '', 0),
(343, 1, '2017-09-01 08:48:08', '2017-09-01 08:48:08', '<p style=\"text-align: left;\">To help Pakistan provide better health facilities to their people, Alkhidmat has provided a vast range of health related facilities including Hospitals, Mother & Child Healthcare Centers, Diagnostic Centers, Ambulance Service, Blood Banks and even Clinics with Dispensaries and Mobile Health Units and Camps for the people of Pakistan.</p>', 'President Mr. Abdus Shakoor', '', 'publish', 'closed', 'closed', '', 'jhon-david', '', '', '2021-08-09 10:41:11', '2021-08-09 10:41:11', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_testimonials&p=173', 0, 'dict_testimonials', '', 0),
(900, 1, '2019-12-30 06:06:23', '2019-12-30 06:06:23', '<section class=\"block vc_custom_1574163557662 \">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 column\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n\nAlkhidmat Health Foundation is running 5 blood Banks across Pakistan. Blood banks are crucial for those patients who require blood in case of emergency especially the victims of terrorist attacks and road accidents. Blood banks also provide routine supply of required blood for the patients of thalassemia while they are extremely helpful during seasonal epidemics like Dengue fever. These blood banks provide platelets for the patients of Dengue fever for their treatment. Blood can also be acquired for patients who under go surgeries and other medical tests like Biopsy and Endoscopy. During C-Section and minor gynecological operations these blood banks play a vital role in saving the lives of mothers and their newborns.\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section><section class=\"block vc_custom_1574163748187 \">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"sec-title\"></div>\n</div>\n</div>\n</div>\n</section>[gallery size=\"full\" ids=\"165,166,167\"]\n\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\n<ul>\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\n</ul>\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\n<ol>\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\n <li>Vestibulum bibendum dapibus efficitur.</li>\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\n <li>Ut rutrum mattis venenatis.</li>\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\n <li>Aliquam tempor interdum diam.</li>\n <li>Sed pretium sem in urna iaculis pharetra.</li>\n</ol>\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n<p style=\"padding-left: 30px;\">Nam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.</p>', 'Blood Banks', '', 'inherit', 'closed', 'closed', '', '360-autosave-v1', '', '', '2019-12-30 06:06:23', '2019-12-30 06:06:23', '', 360, 'http://ahf.com.pk/2019/12/30/360-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(357, 1, '2017-09-06 07:23:00', '2017-09-06 07:23:00', '<p style=\"text-align: justify;\">Hospitals are important for the treatment of serious illnesses, and disorders of various types and severity. They not only provide emergency services but also provide long term and continuous medical facility to indoor patients. They also create jobs and in some cases can provide a safe place for people who are mostly recovered from abuse and cannot be safely sent back to community. Our hospitals provide medical facilities for all the segments of society regardless of their socio-economic status. Alkhidmat Health Foundation has provided 975 beds in its 20 hospital, so far. Following are the common facilities in our hospitals.</p>\r\n[gallery size=\"full\" ids=\"867,744,863\"]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Gynae & Obstetrics Department</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pead’s ward</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theatre</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Laboratory Services</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Hospitals', '', 'publish', 'closed', 'closed', '', 'hospitals', '', '', '2019-12-30 05:45:52', '2019-12-30 05:45:52', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_project&p=191', 0, 'dict_project', '', 0),
(898, 1, '2019-12-30 05:41:13', '2019-12-30 05:41:13', '<p style=\"text-align: justify;\">Maternal, newborn and child health care statistics in Pakistan are graded as very low and fall among the poorest statistics in South Asia. Despite improvements in the 1990s, Pakistan lags many of its neighbors in health and population outcomes. Infant mortality rate of 49 per 1000 live births and a recently-calculated maternal mortality rate of 140 per 100,000 live births are higher than neighboring South Asian countries. To cope with such situation Alkhidmat Health Foundation has established 22 Mother & Child Healthcare Centers across Pakistan with the objective to provide natal and perinatal facilities. It\'s a 24/7 facility for all patients regardless of their race religion and cast. It doesn\'t only provide emergency service but also the facility for all the patients including a nursery for the newborns.</p>\n[gallery size=\"full\" ids=\"165,166,167\"]\n\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\n<ul>\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\n</ul>\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\n<ol>\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\n <li>Vestibulum bibendum dapibus efficitur.</li>\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\n <li>Ut rutrum mattis venenatis.</li>\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\n <li>Aliquam tempor interdum diam.</li>\n <li>Sed pretium sem in urna iaculis pharetra.</li>\n</ol>\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n<p style=\"padding-left: 30px;\">Nam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.</p>', 'Mother and Child Healthcare Center', '', 'inherit', 'closed', 'closed', '', '358-autosave-v1', '', '', '2019-12-30 05:41:13', '2019-12-30 05:41:13', '', 358, 'http://ahf.com.pk/2019/12/30/358-autosave-v1/', 0, 'revision', '', 0),
(358, 1, '2017-09-05 07:26:50', '2017-09-05 07:26:50', '<p style=\"text-align: justify;\">Maternal, newborn and child health care statistics in Pakistan are graded as very low and fall among the poorest statistics in South Asia. Despite improvements in the 1990s, Pakistan lags many of its neighbors in health and population outcomes. The infant mortality rate of 49 per 1000 live births and a recently-calculated maternal mortality rate of 140 per 100,000 live births is higher than in neighboring South Asian countries. To cope with such situation Alkhidmat Health Foundation has established 22 Mother & Child Healthcare Centers across Pakistan with the objective to provide natal and perinatal facilities. It\'s a 24/7 facility for all patients regardless of their race religion and cast. It doesn\'t only provide emergency service but also the facility for all the patients including a nursery for the newborns.</p>\r\n[gallery size=\"full\" ids=\"810,743,742\"]', 'Mother and Child Healthcare Center', '', 'publish', 'closed', 'closed', '', 'mother-and-child-healthcare-center', '', '', '2019-12-30 05:45:39', '2019-12-30 05:45:39', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_project&p=192', 0, 'dict_project', '', 0),
(899, 1, '2019-12-30 06:03:34', '2019-12-30 06:03:34', 'The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological, magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis. There is a growing public need for diagnostic facilities as practitioners rely more on the medical reports than their own past experiences and observations. Diagnostic Services and Clinical Laboratories have become an extremely profitable business, especially in remote and rural areas of Pakistan while in public sector the diagnostic services are inadequate. Alkhidmat Health Foundation Diagnostic Network through its 96 Diagnostic & collection centers provides more reliable and authentic reports with the help of its latest imported diagnostic equipment in its diagnostic centers and qualified medical staff. Most of the diagnostic centers of Alkhidmat Health Foundation are serving the remote and rural areas of Pakistan like Daharki, Tando Allayar in Sindh, Kot Adu in Punjab, Batgram, and Mansehra in KPK while some of our diagnostic centers are also providing facilities in Chitral.\n\n[gallery size=\"full\" ids=\"821,823,818,820,764\"]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '359-autosave-v1', '', '', '2019-12-30 06:03:34', '2019-12-30 06:03:34', '', 359, 'http://ahf.com.pk/2019/12/30/359-autosave-v1/', 0, 'revision', '', 0),
(1048, 1, '2020-01-01 06:52:31', '2020-01-01 06:52:31', ' ', '', '', 'publish', 'closed', 'closed', '', '1048', '', '', '2021-12-27 12:10:28', '2021-12-27 12:10:28', '', 0, 'http://ahf.com.pk/?p=1048', 13, 'nav_menu_item', '', 0),
(359, 1, '2017-09-04 07:29:08', '2017-09-04 07:29:08', 'The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological, magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis. There is a growing public need for diagnostic facilities as practitioners rely more on the medical reports than their own past experiences and observations. Diagnostic Services and Clinical Laboratories have become an extremely profitable business, especially in remote and rural areas of Pakistan while in public sector the diagnostic services are inadequate. Alkhidmat Health Foundation Diagnostic Network through its 96 Diagnostic & collection centers provides more reliable and authentic reports with the help of its latest imported diagnostic equipment in its diagnostic centers and qualified medical staff. Most of the diagnostic centers of Alkhidmat Health Foundation are serving the remote and rural areas of Pakistan like Daharki, Tando Allayar in Sindh, Kot Adu in Punjab, Batgram, and Mansehra in KPK while some of our diagnostic centers are also providing facilities in Chitral.\r\n\r\n[gallery size=\"full\" ids=\"821,823,818,820,764\"]', 'Diagnostic Services', '', 'publish', 'closed', 'closed', '', 'diagnostic-services', '', '', '2019-12-30 06:05:42', '2019-12-30 06:05:42', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_project&p=193', 0, 'dict_project', '', 0),
(360, 1, '2017-09-03 07:34:59', '2017-09-03 07:34:59', '<section class=\"block vc_custom_1574163557662 \">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 column\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nAlkhidmat Health Foundation is running 5 blood Banks across Pakistan. Blood banks are crucial for those patients who require blood in case of emergency especially the victims of terrorist attacks and road accidents. Blood banks also provide routine supply of required blood for the patients of thalassemia while they are extremely helpful during seasonal epidemics like Dengue fever. These blood banks provide platelets for the patients of Dengue fever for their treatment. Blood can also be acquired for patients who under go surgeries and other medical tests like Biopsy and Endoscopy. During C-Section and minor gynecological operations these blood banks play a vital role in saving the lives of mothers and their newborns.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"block vc_custom_1574163748187 \">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<div class=\"sec-title\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>[gallery size=\"full\" ids=\"822,824,825,794,775,774,760,773,791\"]', 'Blood Banks', '', 'publish', 'closed', 'closed', '', 'blood-banks', '', '', '2019-12-30 06:07:57', '2019-12-30 06:07:57', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_project&p=194', 0, 'dict_project', '', 0),
(901, 1, '2019-12-30 06:09:21', '2019-12-30 06:09:21', 'Due to the increasing numbers of road accidents, terrorist attacks, poor health conditions of masses, terrorism and natural disasters, people are extremely vulnerable to causalities. In such uncertain circumstances, they need a quick access to any sort of medical facility which can decrease the chance of any major loss. Although all the government hospitals provide the facility of ambulance but still due to various reasons, people remain unable to avail this facility in-time.\n\nIn such situation the role of ambulance service has gained major importance. Pakistan is disaster-prone country characterized by day to day natural and man-made disasters. In most cases, health facilities are woefully inadequate in comparison to the needs. This is why many casualties happen just because people do not get access to hospitals or any other emergency medical care centers. Besides accidents or disasters, certain other medical cases need ambulance service to get quick access to emergency medical care.\n\nThe objective of Alkhidmat Health Foundation for its ambulance service is to mitigate the severity of accidents or disasters where many people die as a result of unavailability of quick access to hospitals or ambulances arriving too late on the scene. Our 284 ambulances provide appropriate pre-hospital care to the patients and / or victims of any emergency situation. The shortcode of 1023 is functional and control rooms are established in three provinces of the country.\n\n[gallery size=\"full\" ids=\"165,166,167\"]', 'Ambulance', '', 'inherit', 'closed', 'closed', '', '361-autosave-v1', '', '', '2019-12-30 06:09:21', '2019-12-30 06:09:21', '', 361, 'http://ahf.com.pk/2019/12/30/361-autosave-v1/', 0, 'revision', '', 0),
(361, 1, '2017-09-02 07:36:34', '2017-09-02 07:36:34', 'Due to the increasing numbers of road accidents, terrorist attacks, poor health conditions of masses, terrorism and natural disasters, people are extremely vulnerable to causalities. In such uncertain circumstances, they need a quick access to any sort of medical facility which can decrease the chance of any major loss. Although all the government hospitals provide the facility of ambulance but still due to various reasons, people remain unable to avail this facility in-time.\r\n\r\nIn such situation the role of ambulance service has gained major importance. Pakistan is disaster-prone country characterized by day to day natural and man-made disasters. In most cases, health facilities are woefully inadequate in comparison to the needs. This is why many casualties happen just because people do not get access to hospitals or any other emergency medical care centers. Besides accidents or disasters, certain other medical cases need ambulance service to get quick access to emergency medical care.\r\n\r\nThe objective of Alkhidmat Health Foundation for its ambulance service is to mitigate the severity of accidents or disasters where many people die as a result of unavailability of quick access to hospitals or ambulances arriving too late on the scene. Our 284 ambulances provide appropriate pre-hospital care to the patients and / or victims of any emergency situation. The shortcode of 1023 is functional and control rooms are established in three provinces of the country.\r\n\r\n[gallery size=\"full\" ids=\"805,804,782,780,781,784\"]', 'Ambulance', '', 'publish', 'closed', 'closed', '', 'ambulance', '', '', '2019-12-30 06:11:07', '2019-12-30 06:11:07', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_project&p=195', 0, 'dict_project', '', 0),
(902, 1, '2019-12-30 06:12:20', '2019-12-30 06:12:20', '<section class=\"block vc_custom_1574312477761 \">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 column\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n\nMedical Centers/Clinics is a place where outpatient are given medical treatment or advice, especially of specialist nature. Alkhidmat Health Foundation has established 68 Medical Centers/Clinics, which help poor and needy people to get access to a qualified medical doctor. An average fee of Rs. 50/- is charged that includes preliminary medicine and consultancy fee. Clinics also refer patients to the nearby hospital of Alkhidmat Health Foundation where and when necessary.\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</section>[gallery size=\"full\" ids=\"165,166,167\"]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '362-autosave-v1', '', '', '2019-12-30 06:12:20', '2019-12-30 06:12:20', '', 362, 'http://ahf.com.pk/2019/12/30/362-autosave-v1/', 0, 'revision', '', 0),
(362, 1, '2017-09-01 07:37:41', '2017-09-01 07:37:41', '<section class=\"block vc_custom_1574312477761 \">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 column\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nMedical Centers/Clinics is a place where outpatient are given medical treatment or advice, especially of specialist nature. Alkhidmat Health Foundation has established 68 Medical Centers/Clinics, which help poor and needy people to get access to a qualified medical doctor. An average fee of Rs. 50/- is charged that includes preliminary medicine and consultancy fee. Clinics also refer patients to the nearby hospital of Alkhidmat Health Foundation where and when necessary.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>[gallery size=\"full\" ids=\"745,748,741\"]', 'Medical Centers/Clinics', '', 'publish', 'closed', 'closed', '', 'medical-centers-clinics', '', '', '2019-12-30 06:13:56', '2019-12-30 06:13:56', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_project&p=196', 0, 'dict_project', '', 0),
(904, 1, '2020-01-01 06:05:32', '2020-01-01 06:05:32', 'Prof. Dr. Hafeez Ur Rehman (Vice-Chairman AHF) handed over an ambulance to POB Eye Trust Hospital Karachi. Dr. Misbahul Aziz received the vehicle and appraise Alkhidmat\'s contribution.', 'Handed Over an Ambulance', '', 'publish', 'open', 'open', '', 'handed-over-an-ambulance', '', '', '2020-01-01 06:06:06', '2020-01-01 06:06:06', '', 0, 'http://ahf.com.pk/?p=904', 0, 'post', '', 0),
(905, 1, '2020-01-01 06:04:50', '2020-01-01 06:04:50', '', '', '', 'inherit', 'open', 'closed', '', 'ahf2', '', '', '2020-01-01 06:05:17', '2020-01-01 06:05:17', '', 904, 'http://ahf.com.pk/wp-content/uploads/2020/01/AHF2.jpg', 0, 'attachment', 'image/jpeg', 0),
(906, 1, '2020-01-01 06:04:53', '2020-01-01 06:04:53', '', '', '', 'inherit', 'open', 'closed', '', 'ahf1', '', '', '2020-01-01 06:05:11', '2020-01-01 06:05:11', '', 904, 'http://ahf.com.pk/wp-content/uploads/2020/01/AHF1.jpg', 0, 'attachment', 'image/jpeg', 0),
(907, 1, '2020-01-01 06:05:32', '2020-01-01 06:05:32', 'Prof. Dr. Hafeez Ur Rehman (Vice-Chairman AHF) handed over an ambulance to POB Eye Trust Hospital Karachi. Dr. Misbahul Aziz received the vehicle and appraise Alkhidmat\'s contribution.', '', '', 'inherit', 'closed', 'closed', '', '904-revision-v1', '', '', '2020-01-01 06:05:32', '2020-01-01 06:05:32', '', 904, 'http://ahf.com.pk/2020/01/01/904-revision-v1/', 0, 'revision', '', 0),
(908, 1, '2020-01-01 06:06:06', '2020-01-01 06:06:06', 'Prof. Dr. Hafeez Ur Rehman (Vice-Chairman AHF) handed over an ambulance to POB Eye Trust Hospital Karachi. Dr. Misbahul Aziz received the vehicle and appraise Alkhidmat\'s contribution.', 'Handed Over an Ambulance', '', 'inherit', 'closed', 'closed', '', '904-revision-v1', '', '', '2020-01-01 06:06:06', '2020-01-01 06:06:06', '', 904, 'http://ahf.com.pk/2020/01/01/904-revision-v1/', 0, 'revision', '', 0),
(909, 1, '2020-01-01 06:08:52', '2020-01-01 06:08:52', 'First Management Board meeting of Alkhidmat Hospital Tharparkar held in Karachi. Prof. Dr. Hafeez Ur Rehman (Vice Chairman AHF) preside the meeting. Performance reviewed and future plans discussed with renowned doctors of different specialities and other board members.', 'Board Meeting of Alkhidmat Hospital Tharparkar', '', 'publish', 'open', 'open', '', 'board-meeting-of-alkhidmat-hospital-tharparkar', '', '', '2020-01-01 06:08:52', '2020-01-01 06:08:52', '', 0, 'http://ahf.com.pk/?p=909', 0, 'post', '', 0),
(910, 1, '2020-01-01 06:08:28', '2020-01-01 06:08:28', '', '', '', 'inherit', 'open', 'closed', '', 'ahfbm1', '', '', '2020-01-01 06:08:44', '2020-01-01 06:08:44', '', 909, 'http://ahf.com.pk/wp-content/uploads/2020/01/AHFBM1.jpg', 0, 'attachment', 'image/jpeg', 0),
(911, 1, '2020-01-01 06:08:31', '2020-01-01 06:08:31', '', '', '', 'inherit', 'open', 'closed', '', 'ahfbm2', '', '', '2020-01-01 06:08:35', '2020-01-01 06:08:35', '', 909, 'http://ahf.com.pk/wp-content/uploads/2020/01/AHFBM2.jpg', 0, 'attachment', 'image/jpeg', 0),
(912, 1, '2020-01-01 06:08:52', '2020-01-01 06:08:52', 'First Management Board meeting of Alkhidmat Hospital Tharparkar held in Karachi. Prof. Dr. Hafeez Ur Rehman (Vice Chairman AHF) preside the meeting. Performance reviewed and future plans discussed with renowned doctors of different specialities and other board members.', 'Board Meeting of Alkhidmat Hospital Tharparkar', '', 'inherit', 'closed', 'closed', '', '909-revision-v1', '', '', '2020-01-01 06:08:52', '2020-01-01 06:08:52', '', 909, 'http://ahf.com.pk/2020/01/01/909-revision-v1/', 0, 'revision', '', 0),
(913, 1, '2020-01-01 06:12:51', '2020-01-01 06:12:51', 'A high-level delegation of <span class=\"_5afx\"><span class=\"_58cm\">Alkhidmat</span></span> Foundation Pakistan and Alkhidmat Health Foundation led by Dr. Hafeez-ur-Rehman and Muhammad Sufyan Khan is attending the International Laboratory and Medicine Conference being organized in Beijing, China. The conference is being arranged under China\'s flagship Belt and Road Initiative project with an aim to improve healthcare facilities in China and the participating countries. The delegation will also hold meetings with the heads of different Chinese healthcare agencies on the sidelines of the conference to promote bilateral and discuss how AKFP and AHS can benefit from the experience of Chinese organizations to improve the healthcare sector in Pakistan.', 'International Laboratory and Medicine Conference', '', 'publish', 'open', 'open', '', 'international-laboratory-and-medicine-conference', '', '', '2020-01-01 06:12:51', '2020-01-01 06:12:51', '', 0, 'http://ahf.com.pk/?p=913', 0, 'post', '', 0),
(916, 1, '2020-01-01 06:12:51', '2020-01-01 06:12:51', 'A high-level delegation of <span class=\"_5afx\"><span class=\"_58cm\">Alkhidmat</span></span> Foundation Pakistan and Alkhidmat Health Foundation led by Dr. Hafeez-ur-Rehman and Muhammad Sufyan Khan is attending the International Laboratory and Medicine Conference being organized in Beijing, China. The conference is being arranged under China\'s flagship Belt and Road Initiative project with an aim to improve healthcare facilities in China and the participating countries. The delegation will also hold meetings with the heads of different Chinese healthcare agencies on the sidelines of the conference to promote bilateral and discuss how AKFP and AHS can benefit from the experience of Chinese organizations to improve the healthcare sector in Pakistan.', 'International Laboratory and Medicine Conference', '', 'inherit', 'closed', 'closed', '', '913-revision-v1', '', '', '2020-01-01 06:12:51', '2020-01-01 06:12:51', '', 913, 'http://ahf.com.pk/2020/01/01/913-revision-v1/', 0, 'revision', '', 0),
(914, 1, '2020-01-01 06:12:12', '2020-01-01 06:12:12', 'International Laboratory and Medicine Conference', '', '', 'inherit', 'open', 'closed', '', 'ahfchina1', '', '', '2020-01-01 06:12:27', '2020-01-01 06:12:27', '', 913, 'http://ahf.com.pk/wp-content/uploads/2020/01/AHFChina1.jpg', 0, 'attachment', 'image/jpeg', 0),
(915, 1, '2020-01-01 06:12:15', '2020-01-01 06:12:15', '', '', '', 'inherit', 'open', 'closed', '', 'ahfchina2', '', '', '2020-01-01 06:12:22', '2020-01-01 06:12:22', '', 913, 'http://ahf.com.pk/wp-content/uploads/2020/01/AHFChina2.jpg', 0, 'attachment', 'image/jpeg', 0),
(364, 1, '2017-10-01 07:46:26', '2017-10-01 07:46:26', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Third UN World Conference on Disaster Risk Reduction', '', 'publish', 'open', 'closed', '', 'third-un-world-conference-on-disaster-risk-reduction', '', '', '2017-10-01 07:46:26', '2017-10-01 07:46:26', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=224', 0, 'dict_event', '', 0),
(365, 1, '2017-09-30 07:50:41', '2017-09-30 07:50:41', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Third UN World Conference', '', 'publish', 'open', 'closed', '', 'third-un-world-conference', '', '', '2017-09-30 07:50:41', '2017-09-30 07:50:41', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=225', 0, 'dict_event', '', 0),
(366, 1, '2017-09-29 07:51:37', '2017-09-29 07:51:37', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Adoption of the Convention on the Rights of the Child', '', 'publish', 'open', 'closed', '', 'adoption-of-the-convention-on-the-rights-of-the-child', '', '', '2017-09-29 07:51:37', '2017-09-29 07:51:37', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=226', 0, 'dict_event', '', 0),
(367, 1, '2017-09-28 07:53:54', '2017-09-28 07:53:54', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Adoption of the Convention', '', 'publish', 'open', 'closed', '', 'adoption-of-the-convention', '', '', '2017-09-28 07:53:54', '2017-09-28 07:53:54', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=227', 0, 'dict_event', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(368, 1, '2017-09-27 07:54:35', '2017-09-27 07:54:35', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Committee on the Elimination of Discrimination against Women', '', 'publish', 'open', 'closed', '', 'committee-on-the-elimination-of-discrimination-against-women', '', '', '2017-09-27 07:54:35', '2017-09-27 07:54:35', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=228', 0, 'dict_event', '', 0),
(369, 1, '2017-09-26 07:55:08', '2017-09-26 07:55:08', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Committee on the Elimination', '', 'publish', 'open', 'closed', '', 'committee-on-the-elimination', '', '', '2017-09-26 07:55:08', '2017-09-26 07:55:08', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=229', 0, 'dict_event', '', 0),
(370, 1, '2017-09-25 08:03:36', '2017-09-25 08:03:36', 'Porem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'World Conference on Indigenous Peoples', '', 'publish', 'open', 'closed', '', 'world-conference-on-indigenous-peoples', '', '', '2017-09-25 08:03:36', '2017-09-25 08:03:36', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=230', 0, 'dict_event', '', 0),
(371, 1, '2017-09-24 08:04:00', '2017-09-24 08:04:00', 'Oorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Committee on Enforced Disappearances', '', 'publish', 'open', 'closed', '', 'committee-on-enforced-disappearances', '', '', '2017-09-24 08:04:00', '2017-09-24 08:04:00', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=231', 0, 'dict_event', '', 0),
(372, 1, '2017-09-23 08:04:34', '2017-09-23 08:04:34', 'Iorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Curabitur lorem mauris dictum et tempus seeds', '', 'publish', 'open', 'closed', '', 'curabitur-lorem-mauris-dictum-et-tempus-seeds', '', '', '2017-09-23 08:04:34', '2017-09-23 08:04:34', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=232', 0, 'dict_event', '', 0),
(373, 1, '2017-09-22 08:05:11', '2017-09-22 08:05:11', 'Uorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Curabitur lorem mauris dictum et tempus seed', '', 'publish', 'open', 'closed', '', 'curabitur-lorem-mauris-dictum-et-tempus-seed', '', '', '2017-09-22 08:05:11', '2017-09-22 08:05:11', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=233', 0, 'dict_event', '', 0),
(374, 1, '2017-09-21 08:05:37', '2017-09-21 08:05:37', 'Yorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Children Fund Collection UK', '', 'publish', 'open', 'closed', '', 'children-fund-collection-uk', '', '', '2017-09-21 08:05:37', '2017-09-21 08:05:37', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=234', 0, 'dict_event', '', 0),
(375, 1, '2017-09-20 08:06:08', '2017-09-20 08:06:08', 'Torem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Curabitur lorem mauris dictum et tempus see', '', 'publish', 'open', 'closed', '', 'curabitur-lorem-mauris-dictum-et-tempus-see', '', '', '2017-09-20 08:06:08', '2017-09-20 08:06:08', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=235', 0, 'dict_event', '', 0),
(376, 1, '2017-09-19 08:06:39', '2017-09-19 08:06:39', 'Rorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Human Rights USA', '', 'publish', 'open', 'closed', '', 'human-rights-usa', '', '', '2017-09-19 08:06:39', '2017-09-19 08:06:39', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=236', 0, 'dict_event', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(377, 1, '2017-09-18 08:08:04', '2017-09-18 08:08:04', 'Eorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Curabitur lorem mauris dictum et', '', 'publish', 'open', 'closed', '', 'curabitur-lorem-mauris-dictum-et', '', '', '2017-09-18 08:08:04', '2017-09-18 08:08:04', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=237', 0, 'dict_event', '', 0),
(378, 1, '2017-09-17 08:08:35', '2017-09-17 08:08:35', 'Worem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Donation Fund Incress Plan UAE', '', 'publish', 'open', 'closed', '', 'donation-fund-incress-plan-uae', '', '', '2017-09-17 08:08:35', '2017-09-17 08:08:35', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=238', 0, 'dict_event', '', 0),
(379, 1, '2017-09-16 08:09:08', '2017-09-16 08:09:08', 'Qorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Curabitur lorem mauris dictum', '', 'publish', 'open', 'closed', '', 'curabitur-lorem-mauris-dictum', '', '', '2017-09-16 08:09:08', '2017-09-16 08:09:08', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=239', 0, 'dict_event', '', 0),
(380, 1, '2017-09-15 08:09:37', '2017-09-15 08:09:37', 'korem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Old Man Sport Charity', '', 'publish', 'open', 'closed', '', 'old-man-sport-charity', '', '', '2017-09-15 08:09:37', '2017-09-15 08:09:37', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=240', 0, 'dict_event', '', 0),
(381, 1, '2017-09-14 08:12:54', '2017-09-14 08:12:54', 'Horem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Curabitur lorem mauris dictum et tempu', '', 'publish', 'open', 'closed', '', 'curabitur-lorem-mauris-dictum-et-tempu', '', '', '2017-09-14 08:12:54', '2017-09-14 08:12:54', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=241', 0, 'dict_event', '', 0),
(382, 1, '2017-09-13 08:13:12', '2017-09-13 08:13:12', 'Gorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Civil society and the Climate Change Process', '', 'publish', 'open', 'closed', '', 'civil-society-and-the-climate-change-process', '', '', '2017-09-13 08:13:12', '2017-09-13 08:13:12', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=242', 0, 'dict_event', '', 0),
(383, 1, '2017-09-12 08:13:34', '2017-09-12 08:13:34', 'Forem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Curabitur lorem mauris dictum', '', 'publish', 'open', 'closed', '', 'curabitur-lorem-mauris-dictum-2', '', '', '2017-09-12 08:13:34', '2017-09-12 08:13:34', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=243', 0, 'dict_event', '', 0),
(384, 1, '2017-09-11 08:13:56', '2017-09-11 08:13:56', 'Dorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Mid day meal program for underprivileged children', '', 'publish', 'open', 'closed', '', 'mid-day-meal-program-for-underprivileged-children', '', '', '2017-09-11 08:13:56', '2017-09-11 08:13:56', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=244', 0, 'dict_event', '', 0),
(385, 1, '2017-09-10 08:14:27', '2017-09-10 08:14:27', 'Sorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Lorem mauris dictum et tempus seeds', '', 'publish', 'open', 'closed', '', 'lorem-mauris-dictum-et-tempus-seeds', '', '', '2017-09-10 08:14:27', '2017-09-10 08:14:27', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=245', 0, 'dict_event', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(386, 1, '2017-09-09 08:15:43', '2017-09-09 08:15:43', 'Aorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Sponsor holistic care of underprivileged', '', 'publish', 'open', 'closed', '', 'sponsor-holistic-care-of-underprivileged', '', '', '2017-09-09 08:15:43', '2017-09-09 08:15:43', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=246', 0, 'dict_event', '', 0),
(387, 1, '2017-09-08 08:16:02', '2017-09-08 08:16:02', 'Morem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Maintenace of Old Age Home', '', 'publish', 'open', 'closed', '', 'maintenace-of-old-age-home', '', '', '2017-09-08 08:16:02', '2017-09-08 08:16:02', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=247', 0, 'dict_event', '', 0),
(388, 1, '2017-09-07 08:16:29', '2017-09-07 08:16:29', 'Norem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Orem mauris dictum et', '', 'publish', 'open', 'closed', '', 'orem-mauris-dictum-et-tempus-seeds', '', '', '2017-09-07 08:16:29', '2017-09-07 08:16:29', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=248', 0, 'dict_event', '', 0),
(389, 1, '2017-09-06 08:16:56', '2017-09-06 08:16:56', 'Borem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Rem mauris dictum et tempus seeds', '', 'publish', 'open', 'closed', '', 'rem-mauris-dictum-et-tempus-seeds', '', '', '2017-09-06 08:16:56', '2017-09-06 08:16:56', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=249', 0, 'dict_event', '', 0),
(390, 1, '2017-09-05 08:17:20', '2017-09-05 08:17:20', 'Borem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Vanasprasthashram', '', 'publish', 'open', 'closed', '', 'vanasprasthashram', '', '', '2017-09-05 08:17:20', '2017-09-05 08:17:20', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=250', 0, 'dict_event', '', 0),
(391, 1, '2017-09-04 08:17:58', '2017-09-04 08:17:58', 'Vorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Mauris dictum et tempus seeds', '', 'publish', 'open', 'closed', '', 'mauris-dictum-et-tempus-seeds', '', '', '2017-09-04 08:17:58', '2017-09-04 08:17:58', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=251', 0, 'dict_event', '', 0),
(392, 1, '2017-09-03 08:21:04', '2017-09-03 08:21:04', 'Corem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Free training for underprivileged youth', '', 'publish', 'open', 'closed', '', 'free-training-for-underprivileged-youth', '', '', '2017-09-03 08:21:04', '2017-09-03 08:21:04', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=252', 0, 'dict_event', '', 0),
(393, 1, '2017-09-02 08:21:37', '2017-09-02 08:21:37', 'Xorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Auris dictum et tempus seeds', '', 'publish', 'open', 'closed', '', 'auris-dictum-et-tempus-seeds', '', '', '2017-09-02 08:21:37', '2017-09-02 08:21:37', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=253', 0, 'dict_event', '', 0),
(394, 1, '2017-09-01 08:22:04', '2017-09-01 08:22:04', 'Zorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\nNunc pulvinar consectetur nisi, in eleifend odio euismod ac. Cras egestas nibh sit amet mi pellentesque vestibulum. Aliquam porta, orci eget dignissim cursus, ex risus consectetur risus, eu tempus metus sapien ut eros. Donec sit amet lorem nisi. Curabitur non massa tincidunt, maximus arcu id, condimentum mauris. Curabitur faucibus magna sed vulputate iaculis. In hac habitasse platea dictumst. Cras quis condimentum justo. Etiam auctor ante ante. Curabitur facilisis, dui quis sollicitudin dapibus, felis massa gravida nunc, bibendum pellentesque odio purus consequat libero.\r\n\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.', 'Pain Relief for Terminally ill', '', 'publish', 'open', 'closed', '', 'pain-relief-for-terminally-ill', '', '', '2017-09-01 08:22:04', '2017-09-01 08:22:04', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_event&p=254', 0, 'dict_event', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(395, 1, '2017-09-28 08:25:33', '2017-09-28 08:25:33', 'Morem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Poor People Deserve Your Help', '', 'publish', 'closed', 'closed', '', 'poor-people-deserve-your-help', '', '', '2017-09-28 08:25:33', '2017-09-28 08:25:33', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=274', 0, 'dict_portfolio', '', 0),
(396, 1, '2017-09-27 08:32:03', '2017-09-27 08:32:03', 'Norem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Help For Poor', '', 'publish', 'closed', 'closed', '', 'help-for-poor', '', '', '2017-09-27 08:32:03', '2017-09-27 08:32:03', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=275', 0, 'dict_portfolio', '', 0),
(397, 1, '2017-09-26 08:32:33', '2017-09-26 08:32:33', 'Borem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Poor People in The Word', '', 'publish', 'closed', 'closed', '', 'poor-people-in-the-word', '', '', '2017-09-26 08:32:33', '2017-09-26 08:32:33', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=276', 0, 'dict_portfolio', '', 0),
(398, 1, '2017-09-25 08:42:04', '2017-09-25 08:42:04', 'Vorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Many People in China', '', 'publish', 'closed', 'closed', '', 'many-people-in-china', '', '', '2017-09-25 08:42:04', '2017-09-25 08:42:04', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=277', 0, 'dict_portfolio', '', 0),
(399, 1, '2017-09-24 08:42:21', '2017-09-24 08:42:21', 'Corem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', '1 Million people in UK', '', 'publish', 'closed', 'closed', '', '1-million-people-in-uk', '', '', '2017-09-24 08:42:21', '2017-09-24 08:42:21', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=278', 0, 'dict_portfolio', '', 0),
(400, 1, '2017-09-23 08:42:44', '2017-09-23 08:42:44', 'Xorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'People in Pakistan', '', 'publish', 'closed', 'closed', '', 'people-in-pakistan', '', '', '2017-09-23 08:42:44', '2017-09-23 08:42:44', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=279', 0, 'dict_portfolio', '', 0),
(401, 1, '2017-09-22 08:42:59', '2017-09-22 08:42:59', 'Xorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', '1 Million people in USA', '', 'publish', 'closed', 'closed', '', '1-million-people-in-usa', '', '', '2017-09-22 08:42:59', '2017-09-22 08:42:59', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=280', 0, 'dict_portfolio', '', 0),
(402, 1, '2017-09-21 08:43:17', '2017-09-21 08:43:17', 'Zorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', '1 Million people in Uganda', '', 'publish', 'closed', 'closed', '', '1-million-people-in-uganda', '', '', '2017-09-21 08:43:17', '2017-09-21 08:43:17', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=281', 0, 'dict_portfolio', '', 0),
(403, 1, '2017-09-20 08:43:39', '2017-09-20 08:43:39', 'Zorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Million people in Uganda', '', 'publish', 'closed', 'closed', '', 'million-people-in-uganda', '', '', '2017-09-20 08:43:39', '2017-09-20 08:43:39', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=282', 0, 'dict_portfolio', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(404, 1, '2017-09-19 08:44:56', '2017-09-19 08:44:56', 'Korem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'How To Save Money with Charity Portfolio?', '', 'publish', 'closed', 'closed', '', 'how-to-save-money-with-charity-portfolio', '', '', '2017-09-19 08:44:56', '2017-09-19 08:44:56', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=283', 0, 'dict_portfolio', '', 0),
(405, 1, '2017-09-18 08:45:14', '2017-09-18 08:45:14', 'Jorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Don\'t Just Sit There! Start Charity Portfolio', '', 'publish', 'closed', 'closed', '', 'dont-just-sit-there-start-charity-portfolio', '', '', '2017-09-18 08:45:14', '2017-09-18 08:45:14', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=284', 0, 'dict_portfolio', '', 0),
(406, 1, '2017-09-17 08:45:32', '2017-09-17 08:45:32', 'Horem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Want More Money? Start Charity Portfolio', '', 'publish', 'closed', 'closed', '', 'want-more-money-start-charity-portfolio', '', '', '2017-09-17 08:45:32', '2017-09-17 08:45:32', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=285', 0, 'dict_portfolio', '', 0),
(407, 1, '2017-09-16 08:45:51', '2017-09-16 08:45:51', 'Gorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', '14 Days To A Better Charity Portfolio', '', 'publish', 'closed', 'closed', '', '14-days-to-a-better-charity-portfolio', '', '', '2017-09-16 08:45:51', '2017-09-16 08:45:51', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=287', 0, 'dict_portfolio', '', 0),
(408, 1, '2017-09-15 08:46:17', '2017-09-15 08:46:17', 'Forem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', '2 Things You Must Know About Charity Portfolio', '', 'publish', 'closed', 'closed', '', '2-things-you-must-know-about-charity-portfolio', '', '', '2017-09-15 08:46:17', '2017-09-15 08:46:17', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=289', 0, 'dict_portfolio', '', 0),
(409, 1, '2017-09-14 08:46:34', '2017-09-14 08:46:34', 'Dorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'How I Improved My Charity Portfolio In One Day', '', 'publish', 'closed', 'closed', '', 'how-i-improved-my-charity-portfolio-in-one-day', '', '', '2017-09-14 08:46:34', '2017-09-14 08:46:34', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=291', 0, 'dict_portfolio', '', 0),
(410, 1, '2017-09-13 08:46:58', '2017-09-13 08:46:58', 'Sorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'What Is Charity Portfolio and How Does It Work?', '', 'publish', 'closed', 'closed', '', 'what-is-charity-portfolio-and-how-does-it-work', '', '', '2017-09-13 08:46:58', '2017-09-13 08:46:58', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=286', 0, 'dict_portfolio', '', 0),
(411, 1, '2017-09-12 08:47:22', '2017-09-12 08:47:22', 'Aorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', '10 Funny Charity Portfolio Quotes', '', 'publish', 'closed', 'closed', '', '10-funny-charity-portfolio-quotes', '', '', '2017-09-12 08:47:22', '2017-09-12 08:47:22', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=288', 0, 'dict_portfolio', '', 0),
(412, 1, '2017-09-11 08:47:39', '2017-09-11 08:47:39', 'Qorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Top 10 Tips With Charity Portfolio', '', 'publish', 'closed', 'closed', '', 'top-10-tips-with-charity-portfolio', '', '', '2017-09-11 08:47:39', '2017-09-11 08:47:39', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=290', 0, 'dict_portfolio', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(413, 1, '2017-09-10 08:47:56', '2017-09-10 08:47:56', 'Porem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Your Key To Success: Charity Portfolio', '', 'publish', 'closed', 'closed', '', 'your-key-to-success-charity-portfolio', '', '', '2017-09-10 08:47:56', '2017-09-10 08:47:56', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=292', 0, 'dict_portfolio', '', 0),
(414, 1, '2017-09-09 09:18:04', '2017-09-09 09:18:04', 'Oorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Quick and Easy Fix For Your Charity Portfolio', '', 'publish', 'closed', 'closed', '', 'quick-and-easy-fix-for-your-charity-portfolio', '', '', '2017-09-09 09:18:04', '2017-09-09 09:18:04', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=293', 0, 'dict_portfolio', '', 0),
(415, 1, '2017-09-08 09:18:23', '2017-09-08 09:18:23', 'Iorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Why You Really Need (A) Charity Portfolio', '', 'publish', 'closed', 'closed', '', 'why-you-really-need-a-charity-portfolio', '', '', '2017-09-08 09:18:23', '2017-09-08 09:18:23', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=294', 0, 'dict_portfolio', '', 0),
(416, 1, '2017-09-07 09:18:46', '2017-09-07 09:18:46', 'Uorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. <a href=\"http://themes.webinane.com/wp/lifeline/blog/2017/06/05/how-to-get-a-fabulous-charity-on-a-tight-budget/\">Pellentesque nec volutpat lectus, ut iaculis purus</a>. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', '5 Sexy Ways To Improve Your Charity Portfolio', '', 'publish', 'closed', 'closed', '', '5-sexy-ways-to-improve-your-charity-portfolio', '', '', '2017-09-07 09:18:46', '2017-09-07 09:18:46', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=295', 0, 'dict_portfolio', '', 0),
(417, 1, '2017-09-06 09:19:05', '2017-09-06 09:19:05', 'Yorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Best Charity Portfolio Android/iPhone Apps', '', 'publish', 'closed', 'closed', '', 'best-charity-portfolio-androidiphone-apps', '', '', '2017-09-06 09:19:05', '2017-09-06 09:19:05', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=296', 0, 'dict_portfolio', '', 0),
(418, 1, '2017-09-05 09:19:27', '2017-09-05 09:19:27', 'Torem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Learn How To Start Charity Portfolio', '', 'publish', 'closed', 'closed', '', 'learn-how-to-start-charity-portfolio', '', '', '2017-09-05 09:19:27', '2017-09-05 09:19:27', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=297', 0, 'dict_portfolio', '', 0),
(419, 1, '2017-09-04 09:19:46', '2017-09-04 09:19:46', 'Rorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'How To Sell Charity Portfolio', '', 'publish', 'closed', 'closed', '', 'how-to-sell-charity-portfolio', '', '', '2017-09-04 09:19:46', '2017-09-04 09:19:46', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=298', 0, 'dict_portfolio', '', 0),
(420, 1, '2017-09-03 09:20:06', '2017-09-03 09:20:06', 'Corem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'How To Learn Charity Portfolio', '', 'publish', 'closed', 'closed', '', 'how-to-learn-charity-portfolio', '', '', '2017-09-03 09:20:06', '2017-09-03 09:20:06', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=299', 0, 'dict_portfolio', '', 0),
(421, 1, '2017-09-02 09:20:29', '2017-09-02 09:20:29', 'Xorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Charity Portfolio: What A Mistake!', '', 'publish', 'closed', 'closed', '', 'charity-portfolio-what-a-mistake', '', '', '2017-09-02 09:20:29', '2017-09-02 09:20:29', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=300', 0, 'dict_portfolio', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(422, 1, '2017-09-01 09:20:52', '2017-09-01 09:20:52', 'Zorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nisl turpis, tempus nec egestas ac, molestie vel eros. Vestibulum convallis tincidunt tempus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut dui libero, bibendum vel risus in, tincidunt accumsan felis. Mauris ullamcorper est posuere hendrerit consectetur. Donec iaculis tincidunt enim, sit amet maximus justo. Fusce sollicitudin, justo a bibendum mollis, ipsum nisi porta orci, sit amet lobortis ex nisl quis enim. Pellentesque consequat feugiat sem quis dictum. Mauris blandit, mi convallis tincidunt imperdiet, eros mi fermentum lacus, at sodales nibh urna quis purus. Aenean eleifend tincidunt eros, in tempus diam facilisis in. Suspendisse congue metus non mi efficitur, id faucibus nulla facilisis. Donec et efficitur purus. Phasellus et neque ac lacus sagittis bibendum.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>\r\n[gallery size=\"full\" ids=\"165,166,167\"]\r\n\r\nVestibulum id maximus ex. Maecenas rhoncus efficitur magna, nec aliquam risus interdum ac. Vestibulum ornare justo lectus, non ornare justo sodales at. Phasellus eu purus convallis, ornare erat ac, sodales neque. Pellentesque consectetur posuere neque, id mattis justo. Nam pellentesque mauris at leo venenatis aliquet. Pellentesque egestas eros enim, non varius libero imperdiet eu. Vivamus eleifend dictum volutpat. Vestibulum quis mollis turpis. In purus magna, sodales in elit efficitur, molestie fringilla sem. Donec quis cursus eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum interdum pellentesque purus, ut vulputate libero. Duis ultricies molestie ipsum et mollis. Etiam lectus erat, laoreet porta gravida ac, blandit eu mauris.\r\n<ul>\r\n <li>Maecenas tempus luctus purus, et malesuada mauris convallis in.</li>\r\n <li>Nam tempor consequat sapien, id rhoncus mauris porttitor eget.</li>\r\n <li>Suspendisse vehicula aliquet enim, a lobortis dolor cursus vel.</li>\r\n <li>Praesent pellentesque vestibulum finibus. Mauris finibus tincidunt ligula eu sollicitudin.</li>\r\n <li>Integer efficitur vehicula nibh, in fringilla velit mollis eu.</li>\r\n <li>Morbi eget leo in dui ultrices aliquet. Suspendisse at auctor ligula.</li>\r\n <li>Curabitur ornare posuere fringilla. Sed sagittis a sem nec lobortis.</li>\r\n</ul>\r\nPellentesque nec tempus tellus. Vivamus dictum gravida ante. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. <del>Donec eget sapien urna</del>. Cras feugiat luctus felis, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem. Nam sagittis tempor nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<ol>\r\n <li>Phasellus condimentum sapien feugiat tempor dignissim.</li>\r\n <li>Vestibulum bibendum dapibus efficitur.</li>\r\n <li>Ut condimentum dui sed tellus aliquet ultrices.</li>\r\n <li>Ut rutrum mattis venenatis.</li>\r\n <li>Nulla nec leo auctor, luctus orci sit amet, placerat enim.</li>\r\n <li>Aliquam tempor interdum diam.</li>\r\n <li>Sed pretium sem in urna iaculis pharetra.</li>\r\n</ol>\r\nPellentesque nec tempus tellus. <strong>Vivamus dictum gravida ante</strong>. Cras vel dolor ornare, aliquet libero et, faucibus ipsum. Nullam ac vehicula ante, vel laoreet mauris. Donec eget sapien urna. Cras feugiat <em>luctus felis</em>, et tristique lacus pulvinar in. Pellentesque nec volutpat lectus, ut iaculis purus. Praesent molestie odio eu mauris fermentum, in facilisis lacus malesuada. Etiam cursus, nunc id auctor vulputate, velit velit accumsan diam, eget laoreet metus quam at lorem.<em><strong> Nam sagittis tempor</strong></em> nulla quis pulvinar. Aenean vel molestie metus. Maecenas enim dui, molestie et dictum ac, posuere nec lectus.\r\n<p style=\"padding-left: 30px;\">Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ornare lacus a orci bibendum maximus. Donec interdum dui id magna commodo, id pretium felis porttitor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\nNam sit amet neque posuere, fringilla turpis sit amet, sagittis dolor. Nullam a lacus purus. Nunc luctus interdum sagittis. Maecenas ut pulvinar magna, vitae faucibus eros. Suspendisse ornare commodo erat, non elementum turpis ultrices eu. Vivamus vitae justo vitae quam fermentum sagittis. Nulla lacinia ultricies diam, eget posuere nisl pharetra vitae. Phasellus sit amet imperdiet lacus, sit amet sodales felis. Suspendisse ut aliquet quam. Duis accumsan mi ac sem semper, et tempus eros posuere.', 'Old School Charity Portfolio', '', 'publish', 'closed', 'closed', '', 'old-school-charity-portfolio', '', '', '2017-09-01 09:20:52', '2017-09-01 09:20:52', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_portfolio&p=301', 0, 'dict_portfolio', '', 0),
(423, 1, '2017-09-12 09:45:31', '2017-09-12 09:45:31', '', 'Countries with the most billionair', '', 'publish', 'closed', 'closed', '', 'countries-with-the-most-billionair', '', '', '2017-09-12 09:45:31', '2017-09-12 09:45:31', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=341', 0, 'dict_gallery', '', 0),
(424, 1, '2017-09-11 10:00:39', '2017-09-11 10:00:39', '', 'The Lazy Way To Gallery', '', 'publish', 'closed', 'closed', '', 'the-lazy-way-to-gallery', '', '', '2017-09-11 10:00:39', '2017-09-11 10:00:39', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=343', 0, 'dict_gallery', '', 0),
(425, 1, '2017-09-11 09:59:55', '2017-09-11 09:59:55', '', '10 Warning Signs Of Your Gallery Demise', '', 'publish', 'closed', 'closed', '', '10-warning-signs-of-your-gallery-demise', '', '', '2017-09-11 09:59:55', '2017-09-11 09:59:55', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=342', 0, 'dict_gallery', '', 0),
(426, 1, '2017-09-09 10:02:28', '2017-09-09 10:02:28', '', 'Find Out How I Cured My Gallery In 2 Days', '', 'publish', 'closed', 'closed', '', 'find-out-how-i-cured-my-gallery-in-2-days', '', '', '2017-09-09 10:02:28', '2017-09-09 10:02:28', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=344', 0, 'dict_gallery', '', 0),
(427, 1, '2017-09-08 10:03:17', '2017-09-08 10:03:17', '', '11 Methods Of Gallery Domination', '', 'publish', 'closed', 'closed', '', '11-methods-of-gallery-domination', '', '', '2017-09-08 10:03:17', '2017-09-08 10:03:17', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=345', 0, 'dict_gallery', '', 0),
(428, 1, '2017-09-07 10:04:37', '2017-09-07 10:04:37', '', 'No More Mistakes With Gallery', '', 'publish', 'closed', 'closed', '', 'no-more-mistakes-with-gallery', '', '', '2017-09-07 10:04:37', '2017-09-07 10:04:37', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=346', 0, 'dict_gallery', '', 0),
(429, 1, '2017-09-06 10:05:09', '2017-09-06 10:05:09', '', '5 Brilliant Ways To Use Gallery', '', 'publish', 'closed', 'closed', '', '5-brilliant-ways-to-use-gallery', '', '', '2017-09-06 10:05:09', '2017-09-06 10:05:09', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=347', 0, 'dict_gallery', '', 0),
(430, 1, '2017-09-05 10:06:54', '2017-09-05 10:06:54', '', 'The Anthony Robins Guide To Gallery', '', 'publish', 'closed', 'closed', '', 'the-anthony-robins-guide-to-gallery', '', '', '2017-09-05 10:06:54', '2017-09-05 10:06:54', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=348', 0, 'dict_gallery', '', 0),
(431, 1, '2017-09-04 10:07:35', '2017-09-04 10:07:35', '', 'The Biggest Lie In Gallery', '', 'publish', 'closed', 'closed', '', 'the-biggest-lie-in-gallery', '', '', '2017-09-04 10:07:35', '2017-09-04 10:07:35', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=349', 0, 'dict_gallery', '', 0),
(432, 1, '2017-09-03 10:08:05', '2017-09-03 10:08:05', '', 'The Gallery Mystery Revealed', '', 'publish', 'closed', 'closed', '', 'the-gallery-mystery-revealed', '', '', '2017-09-03 10:08:05', '2017-09-03 10:08:05', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=350', 0, 'dict_gallery', '', 0),
(433, 1, '2017-09-02 10:08:44', '2017-09-02 10:08:44', '', 'At Last, The Secret To Gallery Is Revealed', '', 'publish', 'closed', 'closed', '', 'at-last-the-secret-to-gallery-is-revealed', '', '', '2017-09-02 10:08:44', '2017-09-02 10:08:44', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=351', 0, 'dict_gallery', '', 0),
(434, 1, '2017-09-01 10:09:18', '2017-09-01 10:09:18', '', '3 Gallery Secrets You Never Knew', '', 'publish', 'closed', 'closed', '', '3-gallery-secrets-you-never-knew', '', '', '2017-09-01 10:09:18', '2017-09-01 10:09:18', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_gallery&p=352', 0, 'dict_gallery', '', 0),
(435, 1, '2017-09-11 09:25:54', '2017-09-11 09:25:54', 'Oenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'Merry Freckle', '', 'publish', 'closed', 'closed', '', 'merry-freckle', '', '', '2017-09-11 09:25:54', '2017-09-11 09:25:54', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=302', 0, 'dict_team', '', 0),
(436, 1, '2017-09-10 09:27:07', '2017-09-10 09:27:07', 'Ienean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'Jhon David', '', 'publish', 'closed', 'closed', '', 'jhon-david', '', '', '2017-09-10 09:27:07', '2017-09-10 09:27:07', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=315', 0, 'dict_team', '', 0),
(437, 1, '2017-09-09 09:27:43', '2017-09-09 09:27:43', 'Ienean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'H.A Davidson', '', 'publish', 'closed', 'closed', '', 'h-a-davidson', '', '', '2017-09-09 09:27:43', '2017-09-09 09:27:43', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=316', 0, 'dict_team', '', 0),
(438, 1, '2017-09-08 09:28:08', '2017-09-08 09:28:08', 'Uenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'Alex Jhon', '', 'publish', 'closed', 'closed', '', 'alex-jhon', '', '', '2017-09-08 09:28:08', '2017-09-08 09:28:08', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=317', 0, 'dict_team', '', 0),
(439, 1, '2017-09-07 09:28:32', '2017-09-07 09:28:32', 'Yenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'Michel', '', 'publish', 'closed', 'closed', '', 'michel', '', '', '2017-09-07 09:28:32', '2017-09-07 09:28:32', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=318', 0, 'dict_team', '', 0),
(440, 1, '2017-09-06 09:29:16', '2017-09-06 09:29:16', 'Tenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'Jerry', '', 'publish', 'closed', 'closed', '', 'jerry', '', '', '2017-09-06 09:29:16', '2017-09-06 09:29:16', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=319', 0, 'dict_team', '', 0),
(441, 1, '2017-09-05 09:29:41', '2017-09-05 09:29:41', 'Tenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'KUKU Jam', '', 'publish', 'closed', 'closed', '', 'kuku-jam', '', '', '2017-09-05 09:29:41', '2017-09-05 09:29:41', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=320', 0, 'dict_team', '', 0),
(442, 1, '2017-09-04 09:29:59', '2017-09-04 09:29:59', 'Renean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'Jacob', '', 'publish', 'closed', 'closed', '', 'jacob', '', '', '2017-09-04 09:29:59', '2017-09-04 09:29:59', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=321', 0, 'dict_team', '', 0),
(443, 1, '2017-09-03 09:30:17', '2017-09-03 09:30:17', 'Eenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'Catherine', '', 'publish', 'closed', 'closed', '', 'catherine', '', '', '2017-09-03 09:30:17', '2017-09-03 09:30:17', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=322', 0, 'dict_team', '', 0),
(444, 1, '2017-09-02 09:30:32', '2017-09-02 09:30:32', 'Wenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'Aana', '', 'publish', 'closed', 'closed', '', 'aana', '', '', '2017-09-02 09:30:32', '2017-09-02 09:30:32', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=323', 0, 'dict_team', '', 0),
(445, 1, '2017-09-01 09:30:55', '2017-09-01 09:30:55', 'Qnean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neque eravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis. Integer aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales eu volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuim et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptos himenaeos. Aenean eros erat, tincidunt vitae fringilla niferm entum et quam. Class aptent tacit socio squ ad litora torquent per iubia nostra, per incitos himenaeos. Ut eleif end, nisi se iporta mollis, odio urna auctor tellus, eu semper neravitae elitv. Quisque sapien dl posuere in congue a, euismod rhoncus turpis.\r\nInteger aliquet tellus a neque elementum ornareIsni. Nullam neque massa, sodales euaeo volutpat id, interdum ac nibh. Aenean eros erat, tincdunt vitae fringilla nec, ferme ntuimuv et quam. Class aptent taciti sociosqu ad litora torquent per con ubia nostra, per inceptosvi himenaeos. Aenean eros erat, tincidunt vitae fringilla nec, fermentum et quam. Class oient tacit socio squ ad litora torquent per iubia nostra, per inceptos himenaeos.', 'Angelina', '', 'publish', 'closed', 'closed', '', 'angelina', '', '', '2017-09-01 09:30:55', '2017-09-01 09:30:55', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_team&p=324', 0, 'dict_team', '', 0),
(446, 1, '2017-09-07 09:39:18', '2017-09-07 09:39:18', 'Norem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has r Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. I roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>', 'Health and Education', '', 'publish', 'closed', 'closed', '', 'health-and-education', '', '', '2017-09-07 09:39:18', '2017-09-07 09:39:18', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_services&p=333', 0, 'dict_services', '', 0),
(447, 1, '2017-09-06 09:40:25', '2017-09-06 09:40:25', 'Borem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has r Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. I roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>', 'Business & Povertys', '', 'publish', 'closed', 'closed', '', 'business-povertys', '', '', '2017-09-06 09:40:25', '2017-09-06 09:40:25', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_services&p=335', 0, 'dict_services', '', 0),
(448, 1, '2017-09-05 09:40:47', '2017-09-05 09:40:47', 'Vorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has r Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. I roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>', 'Speaking For Justice', '', 'publish', 'closed', 'closed', '', 'speaking-for-justice-2', '', '', '2017-09-05 09:40:47', '2017-09-05 09:40:47', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_services&p=336', 0, 'dict_services', '', 0),
(449, 1, '2017-09-04 09:41:04', '2017-09-04 09:41:04', 'LXrem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has r Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. I roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>', 'Donate for Future', '', 'publish', 'closed', 'closed', '', 'donate-for-future-2', '', '', '2017-09-04 09:41:04', '2017-09-04 09:41:04', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_services&p=337', 0, 'dict_services', '', 0),
(450, 1, '2017-09-03 09:41:22', '2017-09-03 09:41:22', 'Worem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has r Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. I roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>', 'Women’s Rights', '', 'publish', 'closed', 'closed', '', 'womens-rights-2', '', '', '2017-09-03 09:41:22', '2017-09-03 09:41:22', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_services&p=338', 0, 'dict_services', '', 0),
(451, 1, '2017-09-02 09:41:40', '2017-09-02 09:41:40', 'Zorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has r Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. I roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>', 'Health and news', '', 'publish', 'closed', 'closed', '', 'health-and-education-2', '', '', '2017-09-02 09:41:40', '2017-09-02 09:41:40', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_services&p=339', 0, 'dict_services', '', 0),
(452, 1, '2017-09-01 09:42:01', '2017-09-01 09:42:01', 'Qorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has r Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. I roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of Lorem Ipsum is simply dummy text of the printing and typesetting. Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of . Contrary to popular belief, Lorem ipsum is not simply random text. It has roots in a piece of.\r\n<blockquote>Dused pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor ucnibh. Nullam mollis. Ut justo.</blockquote>', 'Climate Change', '', 'publish', 'closed', 'closed', '', 'climate-change-2', '', '', '2017-09-01 09:42:01', '2017-09-01 09:42:01', '', 0, 'http://themes.webinane.com/wp/lifeline/?post_type=dict_services&p=340', 0, 'dict_services', '', 0),
(869, 1, '2019-11-25 06:32:21', '2019-11-25 06:32:21', '', '', '', 'inherit', 'open', 'closed', '', 'dr_jamshaidahfteam', '', '', '2019-11-25 06:34:25', '2019-11-25 06:34:25', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/Dr_JamshaidAHFTeam.jpg', 0, 'attachment', 'image/jpeg', 0),
(836, 1, '2019-11-21 10:10:01', '2019-11-21 10:10:01', 'Blood Banks', '', '', 'inherit', 'open', 'closed', '', 'blood', '', '', '2019-11-21 10:15:15', '2019-11-21 10:15:15', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png', 0, 'attachment', 'image/png', 0),
(665, 1, '2019-11-16 06:28:57', '2019-11-16 06:28:57', ' ', '', '', 'publish', 'closed', 'closed', '', '665', '', '', '2020-08-24 16:52:00', '2020-08-24 16:52:00', '', 0, 'http://ahf.com.pk/?p=665', 3, 'nav_menu_item', '', 0),
(666, 1, '2019-11-16 06:28:57', '2019-11-16 06:28:57', ' ', '', '', 'publish', 'closed', 'closed', '', '666', '', '', '2020-08-24 16:52:00', '2020-08-24 16:52:00', '', 0, 'http://ahf.com.pk/?p=666', 2, 'nav_menu_item', '', 0),
(654, 1, '2019-09-05 11:43:37', '2019-09-05 11:43:37', '', 'WHAT WE DO', '', 'publish', 'closed', 'closed', '', 'what-we-do', '', '', '2020-02-29 09:46:46', '2020-02-29 09:46:46', '', 0, 'http://ahf.com.pk/?p=654', 1, 'nav_menu_item', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(720, 1, '2019-11-18 07:29:03', '2019-11-18 07:29:03', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2 style=\"font-size: 18px;\">The following is the list of our medical centers:</h2>\r\n<table width=\"822\">\r\n<tbody>\r\n<tr>\r\n<td width=\"65\"><strong>S. No.</strong></td>\r\n<td width=\"553\"><strong>Name</strong></td>\r\n<td width=\"105\"><strong>City</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Pak German Medical Center</td>\r\n<td>Chowinda</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Maternity Center Noman Masijd</td>\r\n<td>Noman Masjid</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Sakhi Hassan</td>\r\n<td>Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Shah Faisal</td>\r\n<td>Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital North Karachi</td>\r\n<td>North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Malir</td>\r\n<td>Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Medical Center Gulberg</td>\r\n<td>Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Aslam Medical Center Millat Chonk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Syed Abbasi Dispensary Sohail Abad Dist Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Kamal Eyecare Center Madina Town Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Al-Khidmat Free Clinic Jaranwala Dist Faisalabad</td>\r\n<td>Jaranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Al-Khidmat Rehmat Ul Lil Alameen Trust Hospital Abbot Road Sialkot</td>\r\n<td>Sialkot (City)</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Al-Khidmat Bashir Medical Center Muridke Dist.Sheikhupura</td>\r\n<td>Sheikhupura</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Al-Khidmat Free Dispansery Cantt Street No-10 Allama Iqbal Town Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Al-Khidmat Dispensary Jamia Masjid Chowk Kashmir Colony Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Al-Khidmat Complex Mubarik Shah Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Al-Khidmat Dispensary Noshera Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Al-Khidmat Taj Waqf Hospital 143-Sector-M Phase</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Al-Khidmat Dispensary Street No -4 Jamia Islamia Amin Park Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Al-Khidmat Dispensary Hajveri Park Near Data Darbar Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Al-Khidmat Shifa Khana G-1216 Androon Sherawala Gate Naya Mohalla Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Al-Khidmat Clinic B-1/23 Township Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Al-Khidmat Dispensary E-183 Street No-6 Qasim Pura Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Al-Khidmat Siddiq Shafi Kot Radha Kishan Dis.Kasur</td>\r\n<td>Kasur</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Al-Khidmat Clinic House No-11 Abubakar Street Ahmad Nagar Near Butt Chowk Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Al-Khidmat Dispensary Habib Park Near Pani Wali Tanki</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Al-Khidmat Clinic Gohawa Nadir Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Al-Khidmat Clinic Khursheed Model High School Nai Abadi Gohawa Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Al-Khidmat Dispensary Mandi Faizabad Distt Nankana Sb</td>\r\n<td>Nankana Sb</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Al-Khidmat Nawab Ahsin Ali Medical Center</td>\r\n<td>Khanewal</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Khan Village Alkhidmat Foundation Medical Center</td>\r\n<td>Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Al-Khidmat Dispensaries, Rawalpindi</td>\r\n<td>Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Al-Khidmat Dispensaries, Jehlum</td>\r\n<td>Jehlum</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Al-Khidmat Dispensaries, Sargodha</td>\r\n<td>Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Health Clinic Gulbahar</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Health Clinic Shewa Adda</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Health Clinic Thana</td>\r\n<td>Malakand</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Health Clinic Charbagh</td>\r\n<td>Swat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Sajida Clinic</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Clinic Paposh Nagar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Clinic Rehmanabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Clinic Karnal Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td>Alkhidmat Clinic Al Aqsa</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Clinic Landhi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Clinic Madina Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td>Alkhidmat Clinic FB Area</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Clinic Orangi 15 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Clinic Orangi 11 1/2 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Clinic Hasrat Mohani</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Clinic Gulbahar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td>Alkhidmat Clinic Manzoor Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Clinic Moosa Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Clinic Saeedabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Clinic New Karachi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Thatta</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shikarpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shahdadkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Mirpurkhas</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Umarkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Badin</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Khairpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Larkana</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,807,808,1354,1356,1357\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'publish', 'closed', 'closed', '', 'medical-centers-clinics', '', '', '2021-12-27 09:07:16', '2021-12-27 09:07:16', '', 0, 'http://ahf.com.pk/?page_id=720', 0, 'page', '', 0),
(719, 1, '2019-11-18 07:24:48', '2019-11-18 07:24:48', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Due to the increasing numbers of road accidents, terrorist attacks, poor health conditions of masses, terrorism and natural disasters, people are extremely vulnerable to causalities. In such uncertain circumstances, they need a quick access to any sort of medical facility which can decrease the chance of any major loss. Although all the government hospitals provide the facility of ambulance but still due to various reasons, people remain unable to avail this facility in-time.</p>\r\n<p style=\"text-align: justify;\">In such situation the role of ambulance service has gained major importance. Pakistan is disaster-prone country characterized by day to day natural and man-made disasters. In most cases, health facilities are woefully inadequate in comparison to the needs. This is why many casualties happen just because people do not get access to hospitals or any other emergency medical care centers. Besides accidents or disasters, certain other medical cases need ambulance service to get quick access to emergency medical care.</p>\r\n<p style=\"text-align: justify;\">The objective of Alkhidmat Health Foundation for its ambulance service is to mitigate the severity of accidents or disasters where many people die as a result of unavailability of quick access to hospitals or ambulances arriving too late on the scene. Our 284 ambulances provide appropriate pre-hospital care to the patients and / or victims of any emergency situation. The shortcode of 1023 is functional and control rooms are established in three provinces of the country.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Ambulance', '', 'inherit', 'closed', 'closed', '', '718-revision-v1', '', '', '2019-11-18 07:24:48', '2019-11-18 07:24:48', '', 718, 'http://ahf.com.pk/2019/11/18/718-revision-v1/', 0, 'revision', '', 0),
(718, 1, '2019-11-18 07:24:48', '2019-11-18 07:24:48', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Due to the increasing number of road accidents, natural or man-made disasters, causalities are a day-to-day phenomenon. In such uncertain circumstances, the need to quick access to medical emergency facilities increases in order to save peoples lives. Undeniably, all the government hospitals provide the facility of ambulance but still due to various reasons, people remain unable to avail this facility in-time.</p>\r\n<p style=\"text-align: justify;\">The objective of Alkhidmat ambulance service is to ease the severity of accidents. Currently, there are more than 284 ambulances across the country through which we provide appropriate pre-hospital care to the patients and in an emergency situation. By dialling <strong>1023</strong> Alkhidmat ambulance service can be availed</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Ambulances\"][vc_column][vc_gallery type=\"image_grid\" images=\"780,781,782,784,1375,1376,1377,1378\" img_size=\"250x250\" css=\".vc_custom_1640598633303{margin-top: 0px !important;padding-top: 0px !important;}\"][/vc_column][/vc_row]', 'Ambulance', '', 'publish', 'closed', 'closed', '', 'ambulance', '', '', '2021-12-27 10:02:13', '2021-12-27 10:02:13', '', 0, 'http://ahf.com.pk/?page_id=718', 0, 'page', '', 0),
(1373, 1, '2021-12-27 09:54:12', '2021-12-27 09:54:12', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Due to the increasing number of road accidents, natural or man-made disasters,\r\ncausalities are a day-to-day phenomenon. In such uncertain circumstances, the need to quick access to medical emergency facilities increases in order to save people’s lives. Undeniably, all the government hospitals provide the facility of ambulance but still due to various reasons, people remain unable to avail this facility in-time.</p>\r\n<p style=\"text-align: justify;\">The objective of Alkhidmat ambulance service is to ease the severity of accidents. Currently, there are more than 284 ambulances across the country through which we provide appropriate pre-hospital care to the patients and in an emergency situation. By dialling <strong>1023</strong> Alkhidmat ambulance service can be availed</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Ambulances\"][vc_column][vc_gallery type=\"image_grid\" images=\"780,781,782,784\" img_size=\"250x250\" css=\".vc_custom_1574164682350{margin-top: 0px !important;padding-top: 0px !important;}\"][/vc_column][/vc_row]', 'Ambulance', '', 'inherit', 'closed', 'closed', '', '718-revision-v1', '', '', '2021-12-27 09:54:12', '2021-12-27 09:54:12', '', 718, 'http://ahf.com.pk/2021/12/27/718-revision-v1/', 0, 'revision', '', 0),
(717, 1, '2019-11-18 07:21:42', '2019-11-18 07:21:42', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running 5 blood Banks across Pakistan. Blood banks are crucial for those patients who require blood in case of emergency especially the victims of terrorist attacks and road accidents. Blood banks also provide routine supply of required blood for the patients of thalassemia while they are extremely helpful during seasonal epidemics like Dengue fever. These blood banks provide platelets for the patients of Dengue fever for their treatment. Blood can also be acquired for patients who under go surgeries and other medical tests like Biopsy and Endoscopy. During C-Section and minor gynecological operations these blood banks play a vital role in saving the lives of mothers and their newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Blood Banks', '', 'inherit', 'closed', 'closed', '', '716-revision-v1', '', '', '2019-11-18 07:21:42', '2019-11-18 07:21:42', '', 716, 'http://ahf.com.pk/2019/11/18/716-revision-v1/', 0, 'revision', '', 0),
(716, 1, '2019-11-18 07:21:42', '2019-11-18 07:21:42', '[vc_row css=\".vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running 8 blood Banks across Pakistan. Blood banks are crucial for those patients who require blood in case of emergency especially the victims of terrorist attacks and road accidents. Blood banks also provide routine supply of required blood for the patients of thalassemia while they are extremely helpful during seasonal epidemics like Dengue fever. These blood banks provide platelets for the patients of Dengue fever for their treatment. Blood can also be acquired for patients who under go surgeries and other medical tests like Biopsy and Endoscopy. During C-Section and minor gynecological operations these blood banks play a vital role in saving the lives of mothers and their newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" css=\".vc_custom_1574163748187{margin-top: 0px !important;padding-top: 0px !important;}\" col_title=\"Blood Banks\"][vc_column][vc_gallery type=\"image_grid\" images=\"773,774,775,818,819,820,821,822,823,824,825\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Blood Banks', '', 'publish', 'closed', 'closed', '', 'blood-banks', '', '', '2021-12-29 06:41:36', '2021-12-29 06:41:36', '', 0, 'http://ahf.com.pk/?page_id=716', 0, 'page', '', 0),
(1089, 1, '2020-02-29 09:45:30', '2020-02-29 09:45:30', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">A Pharmacy is specialized field that is integrated into our healthcare system. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counselled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation has set up pharmacies where people can buy medicines on subsided rates. Quality of medicine, its authenticity, manufacturing and expiry date is verified again and again.</p>\r\n\r\n<h2>The following is the list of our medical centers:</h2>\r\n<table width=\"1138\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"397\">KPK</td>\r\n<td colspan=\"2\" width=\"406\">Central Punjab</td>\r\n<td colspan=\"2\" width=\"335\">North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Peshawar</td>\r\n<td>8</td>\r\n<td>Amna Jabbar Hospital, Lahore.</td>\r\n<td>13</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Hospital Charsaddah</td>\r\n<td>9</td>\r\n<td>Alkhidmat Medical Center Center, Chawinda</td>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Medical Complex Mardan</td>\r\n<td>10</td>\r\n<td>Alkhidmat Anwar Nazeer Hospital, Faisalabad</td>\r\n<td>15</td>\r\n<td>Alkhidmat Iman Hospital Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Naseem Khan Hospital Kohat</td>\r\n<td>11</td>\r\n<td>Alkhidmat Dar-ul-Hayat Hospital, Sialkot</td>\r\n<td>16</td>\r\n<td>Alkhidmat Hospital Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Diagnostic Center Mansehra</td>\r\n<td>12</td>\r\n<td>Alkhdimat Hospital Sahiwal</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Dir Lower</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Diagnostic Center Chitral</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"height: 244px;\" width=\"1138\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"380\">South Punjab</td>\r\n<td colspan=\"2\" width=\"506\">Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat FOF Maternity Hospital Layyah</td>\r\n<td>18</td>\r\n<td>Alkhidmat Hospital Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Rahim Yar Khan</td>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Maternity Home Dharaki</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery type=\"image_grid\" images=\"1508,1509,1511,1515\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Pharmacy', '', 'publish', 'closed', 'closed', '', 'pharmacy', '', '', '2021-12-31 05:58:54', '2021-12-31 05:58:54', '', 0, 'http://ahf.com.pk/?page_id=1089', 0, 'page', '', 0),
(1494, 1, '2021-12-29 06:48:42', '2021-12-29 06:48:42', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Hospital pharmacy is a specialized field of pharmacy that is integrated into a healthcare setting. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counseled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2021-12-29 06:48:42', '2021-12-29 06:48:42', '', 1089, 'http://ahf.com.pk/2021/12/29/1089-revision-v1/', 0, 'revision', '', 0),
(1493, 1, '2021-12-29 06:48:14', '2021-12-29 06:48:14', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Hospital pharmacy is a specialized field of pharmacy that is integrated into a healthcare setting. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counseled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Ambulances\"][vc_column][/vc_column][/vc_row]', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2021-12-29 06:48:14', '2021-12-29 06:48:14', '', 1089, 'http://ahf.com.pk/2021/12/29/1089-revision-v1/', 0, 'revision', '', 0),
(715, 1, '2019-11-18 07:17:43', '2019-11-18 07:17:43', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological, magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis. There is a growing public need for diagnostic facilities as practitioners rely more on the medical reports than their own past experiences and observations. Diagnostic Services and Clinical Laboratories have become an extremely profitable business, especially in remote and rural areas of Pakistan while in public sector the diagnostic services are inadequate. Alkhidmat Health Foundation Diagnostic Network through its 96 Diagnostic & collection centers provides more reliable and authentic reports with the help of its latest imported diagnostic equipment in its diagnostic centers and qualified medical staff. Most of the diagnostic centers of Alkhidmat Health Foundation are serving the remote and rural areas of Pakistan like Daharki, Tando Allayar in Sindh, Kot Adu in Punjab, Batgram, and Mansehra in KPK while some of our diagnostic centers are also providing facilities in Chitral.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2019-11-18 07:17:43', '2019-11-18 07:17:43', '', 714, 'http://ahf.com.pk/2019/11/18/714-revision-v1/', 0, 'revision', '', 0),
(835, 1, '2019-11-21 10:10:00', '2019-11-21 10:10:00', 'Ambulances', '', '', 'inherit', 'open', 'closed', '', 'ambulance-2', '', '', '2019-11-21 10:16:01', '2019-11-21 10:16:01', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png', 0, 'attachment', 'image/png', 0),
(1050, 1, '2020-01-01 06:53:25', '2020-01-01 06:53:25', '', 'News', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2020-01-01 06:53:25', '2020-01-01 06:53:25', '', 11, 'http://ahf.com.pk/2020/01/01/11-revision-v1/', 0, 'revision', '', 0),
(714, 1, '2019-11-18 07:17:43', '2019-11-18 07:17:43', '[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological,magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat is operating 131 diagnostic laboratories and collection centers all over the country. To provide credible diagnostic services which includes Chemical Pathology, Hematology, Microbiology, Biochemistry, Histopathology, Blood Banking, Radiology and various scanning facilities to ailing humanity residing in Pakistan on affordable prices without compromising on local and international standards.</p>\r\n[/vc_column_text][vc_column_text]\r\n<table width=\"1097\">\r\n<tbody>\r\n<tr>\r\n<td style=\"font-size: 12px;\" width=\"47\"><strong>S. No.</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n<td width=\"568\"><strong>Name</strong></td>\r\n<td width=\"215\"><strong>City</strong></td>\r\n<td width=\"168\"></td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>Karachi</strong></td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Nazimabad</td>\r\n<td>Karachi</td>\r\n<td style=\"text-align: center;\" rowspan=\"3\" width=\"168\"><strong>Labs: 03</strong>\r\n<strong>Blood Bank :02</strong></td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Farida Yaqoob Hospital & Lab</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital & Blood Bank Orangi Town</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Collection Center Korangi</td>\r\n<td>Karachi</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\" width=\"168\"><strong>Collection Centers: 09</strong></td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Collection Center Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Collection Center Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Collection Center North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Collection Center Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Collection Center Noman</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Collection Center Liaqatbad</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Collection Center Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Collection Center Maymar</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td style=\"text-align: center;\" rowspan=\"18\"><strong>Hyderabad</strong></td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Hyderabad</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\" width=\"168\"><strong>Labs:09</strong>\r\n<strong>Blood Bank: 01</strong></td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Sukkur</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital, Lab & Blood Bank Mithi</td>\r\n<td>Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Alkhidmat Medical Center & Lab Dehrki</td>\r\n<td>Ghotki</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Umerkot</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Kandkot</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Nawab Shah</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital & Lab</td>\r\n<td>Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Hospital Collection Center Kashomre</td>\r\n<td>Hyderabad</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\" width=\"168\"><strong>Collection Centers: 09</strong></td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Collection Center Lady Gram</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Collection Center Hingor lo</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Mithi</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Alkhidmat Medical and collection center Shikarpur</td>\r\n<td>Shikarpur</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat MCHC and Collection center</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Tando Jam</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Alkhidmat Collection Center Near Ghala Mandi</td>\r\n<td>Dehrki</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Collection Center Paretabad</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td style=\"text-align: center;\" rowspan=\"38\"><strong>Multan</strong></td>\r\n<td>Alkhidmat Diagnostic Center Multan</td>\r\n<td>Multan</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Labs: 05</strong></td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Diagnostic Center, DHQ Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Laboratory Kot addu</td>\r\n<td>Muzafar Garh\r\n( Kot Addu )</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Diagnostic Center R.Y.Khan</td>\r\n<td>Rahimyar Khan</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bahawalpur</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Collection Center Dost Plaza Nishter Road Multan</td>\r\n<td>Multan</td>\r\n<td style=\"text-align: center;\" rowspan=\"33\" width=\"168\"><strong>Collection Centers: 33</strong></td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Collection center Gulgasht</td>\r\n<td> Multan</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Collection center Dehli Gate</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Collection center Mumtazabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Collection center Garden Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Collection centerKachary</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Collection center 60 Feet Road, Al Raheem Chowk Block S, new Multan</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td> Alkhidmat Collection center Railway Road, Near Civil Hospital, Shujabad</td>\r\n<td>Multan\r\n(Shujabad)</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Collection centerJalalpur Pirwala</td>\r\n<td>Multan\r\n( jalalpur Pirwala)</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Collection center Madrasa Arif ul Alum 2 Kota Road Duniya Pur</td>\r\n<td>Distt. Lodhran\r\n( Duniya Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td> Alkhidmat Collection center M.A Plaza, Railway Road Near Chowk Bukhari, Kehror Pakka</td>\r\n<td>Lodhran\r\n(Kehror Paka)</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Collection center Shaheed Chowk Mian Channu</td>\r\n<td>Disst.Khanewal\r\n( Mian Channu )</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Collection center Near Akka Electronics Khanewal Road Kabirwala</td>\r\n<td>Disst. Khanewal\r\n(Kabirwala )</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Collection center Near Jamia Mosque Haqani, Sadar Bazar, Jahanian</td>\r\n<td>Disst. Khanewal\r\n(Jahanian )</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Collection center Muzaffargarh</td>\r\n<td>Disst. Muzaffargarh</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td width=\"568\">Alkhidmat Collection centerChowk Sarwar Shaheed</td>\r\n<td>Disst.Muzafargarh</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Collection center Ali Pur</td>\r\n<td>Muzafar Garh\r\n(Ali Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Collection center Shop 52 H Block Near Vihari Club Vihari</td>\r\n<td>Disst.Vihari</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Collection center Mailsi</td>\r\n<td>Disst. Vihari\r\n( Mailsi )</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Collection center Burewala</td>\r\n<td>Disst. Vihari\r\n( Burewala )</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Collection center GD Khan</td>\r\n<td>DG Khan</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Collection center Tounsa Sharif</td>\r\n<td>Disst. Dgkhan\r\n( Tounsa Sharif )</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Collection center High court Bar</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan (Ghous e Azam)</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Collection center Northern Bypass Road Model Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Collection center T. Chowk Shah Ruken e Allam Colony</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Collection center Al Rehman Plaza Multan Road, Basti Malook</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Collection center Rajanpur</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Collection center Samajeeabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Collection center Opp THQ Chowk Azam</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Collection center Eid Gah Road Near Dhool Petrol Pump Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Collection center Thal</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td style=\"text-align: center;\" rowspan=\"19\"><strong>Faislabad</strong></td>\r\n<td>Alkhidmat Diagnostic Center Akbrabad</td>\r\n<td>Faisalabad</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Labs: 05</strong></td>\r\n</tr>\r\n<tr>\r\n<td>71</td>\r\n<td>Alkhidmat Diagnostic Center Shorkot</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>72</td>\r\n<td>Alkhidmat Diagnostic Center Gojra Road</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>73</td>\r\n<td>Alkhidmat Diagnostic Center Abdullah Chowk</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>74</td>\r\n<td>Alkhidmat Diagnostic Center Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>75</td>\r\n<td>Alkhidmat Collection Center Ghulam Muhammad Abad</td>\r\n<td>Faisalabad</td>\r\n<td style=\"text-align: center;\" rowspan=\"14\"><strong>Collection Centers: 14</strong></td>\r\n</tr>\r\n<tr>\r\n<td>76</td>\r\n<td>Alkhidmat Collection Center Near General Hospital Ghulam Mohammad Abad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>77</td>\r\n<td> Alkhidmat Collection Center Mochi Bazar Chak Jhumra</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>78</td>\r\n<td>Alkhidmat Collection Center Jhumra Okhranwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>79</td>\r\n<td>Alkhidmat Collection Center Main Bazar, Jhumara Road Khurianwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>Alkhidmat Collection Center Susa Road Near Faizan E Madina Chowk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>81</td>\r\n<td>Alkhidmat Collection Center Satiana Road,Opp Main Gate Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>82</td>\r\n<td>Alkhidmat Collection Center Jaranwala Road Near Kehkashan Colony Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>83</td>\r\n<td>Alkhidmat Collection Center Samanabad Near Madni Chowk</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>84</td>\r\n<td>Alkhidmat Collection Center Lab Mureed Wala Samundri</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>85</td>\r\n<td>Alkhidmat Collection Center AliPur Okara</td>\r\n<td>Okara</td>\r\n</tr>\r\n<tr>\r\n<td>86</td>\r\n<td>Alkhidmat Collection Center Al-Hameed Children Hospital Faisalabad Road Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>87</td>\r\n<td>Alkhidmat Collection Opp Dhq Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>88</td>\r\n<td>Alkhidmat Collection Center Komal Zeeshan Colony Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>89</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>Lahore</strong></td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Chauburji Lahore</td>\r\n<td>Lahore</td>\r\n<td style=\"text-align: center;\" rowspan=\"8\" width=\"168\"><strong>Labs: 08</strong>\r\n<strong>Blood Bank:01</strong></td>\r\n</tr>\r\n<tr>\r\n<td>90</td>\r\n<td>Alkhidmat Diagnostic Center Mansoorah</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>91</td>\r\n<td>Alkhidmat Amna Jabbar Hospital & Lab Cant</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>92</td>\r\n<td>Alkhidmat Dar ul Hayat Hospital & Lab</td>\r\n<td>Sailkot</td>\r\n</tr>\r\n<tr>\r\n<td>93</td>\r\n<td>Alkhidmat Lab Shafiqa Rasheed Hopital Kot Radha Kishan</td>\r\n<td>Kasur</td>\r\n</tr>\r\n<tr>\r\n<td>94</td>\r\n<td>Alkhidmat Lab Kamoke</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>95</td>\r\n<td>Alkhidmat Khursheed Alam MCHC & Lab</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>96</td>\r\n<td>Alkhidmat Lab Qila Dedar Singh</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>97</td>\r\n<td>Alkhidmat Collection Center Opp Civil Hospital Daska</td>\r\n<td>Sialkot</td>\r\n<td style=\"text-align: center;\" rowspan=\"4\"><strong>Collection Center: 04</strong></td>\r\n</tr>\r\n<tr>\r\n<td>98</td>\r\n<td>Alkhidmat Collection Center Opp Jinnah Hospital Lahore</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>99</td>\r\n<td>Alkhidmat Collection Center Opp Mansoorah Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>Alkhidmat Collection Center Near Shouket Khanum Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>101</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\"><strong>Rawalpindi</strong></td>\r\n<td>Alkhidmat MCHC & Lab</td>\r\n<td>Bagh AJK</td>\r\n<td style=\"text-align: center;\" rowspan=\"7\" width=\"168\"><strong>Labs: 07</strong>\r\n<strong>Blood Bank: 01</strong></td>\r\n</tr>\r\n<tr>\r\n<td>102</td>\r\n<td>Alkhidmat Raazi Diagnostics Center & Blood Bank</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>103</td>\r\n<td>Alkhidmat Laboratory Fazil Town</td>\r\n<td>Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>104</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Attock</td>\r\n</tr>\r\n<tr>\r\n<td>105</td>\r\n<td>Alkhidmat Raazi Diagnostics Center CBR Town</td>\r\n<td>Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>106</td>\r\n<td>Alkhidmat Eman Hospital & Lab</td>\r\n<td>Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>107</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bhakkar</td>\r\n</tr>\r\n<tr>\r\n<td>108</td>\r\n<td>Alkhidmat Raazi Collection Center Khayaban</td>\r\n<td>Rawalpindi</td>\r\n<td style=\"text-align: center;\" rowspan=\"2\"><strong>Collection Center: 02</strong></td>\r\n</tr>\r\n<tr>\r\n<td>109</td>\r\n<td>Alkhidmat Raazi Collection Center Pee wadai</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>110</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>KPK</strong></td>\r\n<td>Alkhidmat Lab & Blood Bank Nishterabad</td>\r\n<td>Peshawar</td>\r\n<td style=\"text-align: center;\" rowspan=\"11\" width=\"168\"><strong>Labs: 11</strong>\r\n<strong>Blood Bank:03</strong></td>\r\n</tr>\r\n<tr>\r\n<td>111</td>\r\n<td>Alkhidmat Hospital, Lab and Blood Bank</td>\r\n<td>Charsadda</td>\r\n</tr>\r\n<tr>\r\n<td>112</td>\r\n<td>Alkhidmat Mashal Medical Complex Lab & Blood Bank</td>\r\n<td>Mardan</td>\r\n</tr>\r\n<tr>\r\n<td>113</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Lower Dir</td>\r\n</tr>\r\n<tr>\r\n<td>114</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Chitral</td>\r\n</tr>\r\n<tr>\r\n<td>115</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Bunir</td>\r\n</tr>\r\n<tr>\r\n<td>116</td>\r\n<td>Alkhidmat Naseem Khan memorial MCHC and Lab</td>\r\n<td>Kohat</td>\r\n</tr>\r\n<tr>\r\n<td>117</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Bannu</td>\r\n</tr>\r\n<tr>\r\n<td>118</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Landikotal</td>\r\n</tr>\r\n<tr>\r\n<td>119</td>\r\n<td>Alkhidmat Health Clinic and Lab Gul Bahar</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>120</td>\r\n<td>Alkhidmat Health Clinic and Lab Shew Adda</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>121</td>\r\n<td>Alkhidmat Collection Center Dabri Garden</td>\r\n<td>Peshawar</td>\r\n<td style=\"text-align: center;\"><strong>Collection Center: 01</strong></td>\r\n</tr>\r\n<tr>\r\n<td>122</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Mansehra</strong></td>\r\n<td>Alkhidmat Charity Australia Diagnostic Center</td>\r\n<td>Mansehra</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Labs: 05</strong></td>\r\n</tr>\r\n<tr>\r\n<td>123</td>\r\n<td>Alkhidmat Younas Khattak MCHC and Lab</td>\r\n<td>Mansehra</td>\r\n</tr>\r\n<tr>\r\n<td>124</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Battgram</td>\r\n</tr>\r\n<tr>\r\n<td>125</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Oghi</td>\r\n</tr>\r\n<tr>\r\n<td>126</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Gilgit</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Labs</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>55</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Collection Center</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>72</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Blood Bank</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>8</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Diagnostic Labs\" css=\".vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766,1367,1368,1369,1370\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'publish', 'closed', 'closed', '', 'diagnostic-services', '', '', '2021-12-27 09:35:19', '2021-12-27 09:35:19', '', 0, 'http://ahf.com.pk/?page_id=714', 0, 'page', '', 0),
(1362, 1, '2021-12-27 09:10:49', '2021-12-27 09:10:49', '[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological,magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat is operating 131 diagnostic laboratories and collection centers all over the country. To provide credible diagnostic services which includes Chemical Pathology, Hematology, Microbiology, Biochemistry, Histopathology, Blood Banking, Radiology and various scanning facilities to ailing humanity residing in Pakistan on affordable prices without compromising on local and international standards.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Diagnostic Labs\" css=\".vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2021-12-27 09:10:49', '2021-12-27 09:10:49', '', 714, 'http://ahf.com.pk/2021/12/27/714-revision-v1/', 0, 'revision', '', 0),
(661, 1, '2019-09-05 11:52:17', '2019-09-05 11:52:17', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row][vc_column heading_style=\"sec-heading\" col_title=\"Our Causes\"][sh_our_causes number=\"4\" sort_by=\"title\" sorting_order=\"ASC\" columns_grid=\"3\" cat=\"all\" donate_sec=\"fasle\" c_opt=\"excerpt\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" css=\".vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" category=\"38\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-09-05 11:52:17', '2019-09-05 11:52:17', '', 231, 'http://ahf.com.pk/2019/09/05/231-revision-v1/', 0, 'revision', '', 0),
(713, 1, '2019-11-18 07:16:04', '2019-11-18 07:16:04', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Maternal, newborn and child health care statistics in Pakistan are graded as very low and fall among the poorest statistics in South Asia. Despite improvements in the 1990s, Pakistan lags many of its neighbors in health and population outcomes. Infant mortality rate of 49 per 1000 live births and a recently-calculated maternal mortality rate of 140 per 100,000 live births are higher than neighboring South Asian countries. To cope with such situation Alkhidmat Health Foundation has established 22 Mother & Child Healthcare Centers across Pakistan with the objective to provide natal and perinatal facilities. It\'s a 24/7 facility for all patients regardless of their race religion and cast. It doesn\'t only provide emergency service but also the facility for all the patients including nursery for the newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'MCHC\'s', '', 'inherit', 'closed', 'closed', '', '712-revision-v1', '', '', '2019-11-18 07:16:04', '2019-11-18 07:16:04', '', 712, 'http://ahf.com.pk/2019/11/18/712-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(712, 1, '2019-11-18 07:16:04', '2019-11-18 07:16:04', '[vc_row css=\".vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Maternal, newborn and child health care statistics in Pakistan are graded as very low and fall among the poorest statistics in South Asia. Despite improvements in the 1990s, Pakistan lags many of its neighbors in health and population outcomes. Infant mortality rate of 49 per 1000 live births and a recently-calculated maternal mortality rate of 140 per 100,000 live births are higher than neighboring South Asian countries. To cope with such situation Alkhidmat Health Foundation has established 22 Mother & Child Healthcare Centers across Pakistan with the objective to provide natal and perinatal facilities. It\'s a 24/7 facility for all patients regardless of their race religion and cast. It doesn\'t only provide emergency service but also the facility for all the patients including nursery for the newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"MCHC\'s\" css=\".vc_custom_1574161507141{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"743,742,810\" img_size=\"250x250\"][/vc_column][/vc_row]', 'MCHC\'s', '', 'publish', 'closed', 'closed', '', 'mchcs', '', '', '2019-11-21 06:59:35', '2019-11-21 06:59:35', '', 0, 'http://ahf.com.pk/?page_id=712', 0, 'page', '', 0),
(870, 1, '2019-11-25 06:32:23', '2019-11-25 06:32:23', '', '', '', 'inherit', 'open', 'closed', '', 'eng-sabir', '', '', '2019-11-25 06:32:38', '2019-11-25 06:32:38', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/Eng.-Sabir.jpg', 0, 'attachment', 'image/jpeg', 0),
(711, 1, '2019-11-18 07:13:55', '2019-11-18 07:13:55', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Hospitals are important for the treatment of serious illnesses, and disorders of various types and severity. They not only provide emergency services but also provide long term and continuous medical facility to indoor patients. They also create jobs and in some cases can provide a safe place for people who are mostly recovered from abuse and cannot be safely sent back to community. Our hospitals provide medical facilities for all the segments of society regardless of their socio-economic status. Alkhidmat Health Foundation has provided 975 beds in its 20 hospital, so far. Following are the common facilities in our hospitals.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Gynae & Obstetrics Department</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pead’s ward</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theatre</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Laboratory Services</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2019-11-18 07:13:55', '2019-11-18 07:13:55', '', 701, 'http://ahf.com.pk/2019/11/18/701-revision-v1/', 0, 'revision', '', 0),
(710, 1, '2019-11-18 06:57:43', '2019-11-18 06:57:43', '', 'Thalessemia Center', '', 'inherit', 'open', 'closed', '', 'thalessemia-center', '', '', '2019-11-18 06:57:43', '2019-11-18 06:57:43', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/Thalessemia-Center-.jpg', 0, 'attachment', 'image/jpeg', 0),
(709, 1, '2019-11-18 06:57:41', '2019-11-18 06:57:41', '', 'Pharmacy', '', 'inherit', 'open', 'closed', '', 'pharmacy', '', '', '2019-11-18 06:57:41', '2019-11-18 06:57:41', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/Pharmacy-.jpg', 0, 'attachment', 'image/jpeg', 0),
(708, 1, '2019-11-18 06:57:40', '2019-11-18 06:57:40', 'islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps', '', '', 'inherit', 'open', 'closed', '', 'medical-camp', '', '', '2019-11-18 07:30:22', '2019-11-18 07:30:22', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camp-.jpg', 0, 'attachment', 'image/jpeg', 0),
(707, 1, '2019-11-18 06:57:38', '2019-11-18 06:57:38', 'islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals', '', '', 'inherit', 'open', 'closed', '', 'mchc', '', '', '2019-11-18 07:15:51', '2019-11-18 07:15:51', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/MCHC.jpg', 0, 'attachment', 'image/jpeg', 0),
(706, 1, '2019-11-18 06:57:36', '2019-11-18 06:57:36', '', '', '', 'inherit', 'open', 'closed', '', 'hospital', '', '', '2019-11-18 07:02:04', '2019-11-18 07:02:04', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/Hospital.jpg', 0, 'attachment', 'image/jpeg', 0),
(705, 1, '2019-11-18 06:57:34', '2019-11-18 06:57:34', 'islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals', '', '', 'inherit', 'open', 'closed', '', 'diagnostic-centers', '', '', '2019-11-18 07:17:35', '2019-11-18 07:17:35', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic-Centers.jpg', 0, 'attachment', 'image/jpeg', 0),
(704, 1, '2019-11-18 06:57:33', '2019-11-18 06:57:33', 'islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers', '', '', 'inherit', 'open', 'closed', '', 'clinics', '', '', '2019-11-18 07:28:52', '2019-11-18 07:28:52', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/Clinics.jpg', 0, 'attachment', 'image/jpeg', 0),
(703, 1, '2019-11-18 06:57:29', '2019-11-18 06:57:29', 'islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals, Blood Banks', '', '', 'inherit', 'open', 'closed', '', 'blood-bank', '', '', '2019-11-18 07:19:44', '2019-11-18 07:19:44', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/Blood-Bank.jpg', 0, 'attachment', 'image/jpeg', 0),
(702, 1, '2019-11-18 06:57:27', '2019-11-18 06:57:27', 'islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals, Blood Banks, Ambulances', '', '', 'inherit', 'open', 'closed', '', 'ambulance', '', '', '2019-11-18 07:24:37', '2019-11-18 07:24:37', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance-.jpg', 0, 'attachment', 'image/jpeg', 0),
(701, 1, '2019-11-18 07:13:55', '2019-11-18 07:13:55', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot afford expensive treatment for themselves and their families.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theater</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Emergency Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Clinical Laboratory</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">X-Ray Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Blood Bank</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<h4 style=\"text-align: left;\"><strong>Following is the list of our Hospitals</strong></h4>\r\n \r\n<table width=\"771\">\r\n<tbody>\r\n<tr>\r\n<td width=\"49\">S. No.</td>\r\n<td width=\"597\">Name</td>\r\n<td width=\"125\">Region</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Nishterabad Peshawar</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Mashal Medical Complex Mardan</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Naseem Khan Memorial Hospital Kohat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Shamshatu Peshawar</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Rajjar Charsadda</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Timergrah Dir Lower</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Landikotal</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Younas Khattak Hospital Mansehra</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Health Clinic Inayat Kaly Bajaur</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Hospital Buner</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Hospital Mohmind</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Hospital Chitral</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Hospital Bannu</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat IMAN Hospital Talagang</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Fazal Town Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Aliya Nabeel Alkhidmat Hospital Bhurban</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Bhera</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Qila Didar Singh Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Khurshid Alam Hospital Kacha Khiyali Road Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Ch. Sardar Khan Hospital Ferozewala Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Darul Hayat Hospital Sialkot</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Hospital Sahiwal</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Amina Jabar Hospital Zarar Sharif Road Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat Anwar Nazir Hospital Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Hospital Layyah</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td width=\"597\">Alkhidmat Sakina Memorial Hospital Rahimyar Khan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Charity Australia Hospital Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Alkhidmat Hospital Korangi Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Hospital Nazimabad Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Hospital Orangi Town Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Fareeda Yaqoob Hospital Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Walfare Hospital TandoAllayar</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Niamatullah Khan Hospital Mithi Tharparkar</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Hospital Ghotki Daharki</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Hospital Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Hospital Bagh AJK</td>\r\n<td>AJK</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747,1344,1345,1346\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'publish', 'closed', 'closed', '', 'hospitals', '', '', '2021-12-28 05:35:19', '2021-12-28 05:35:19', '', 0, 'http://ahf.com.pk/?page_id=701', 0, 'page', '', 0),
(700, 1, '2019-11-18 06:47:55', '2019-11-18 06:47:55', '[vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">World Health Organization (WHO) has enlisted Pakistan among 57 countries with critical health workforce deficiency while the country is placed at 122nd position in terms of quality of healthcare facilities. Unfortunately Pakistan stands high in the list of top contries with extreme infant mortality. Being conscious of the situation, Alkhidmat Health Foundation has established countrywide network to provide best healthcare facilities to public, irrespective of their socio-economic status. Under its umbrella currently several Mother and Child Healthcare Centers, Hospitals, Mobile Medical Camps, Ambulance Service, Diagnostic Centers and Blood Banks are functional effectively across the country including landmark projects in the remotest and most under-developed areas such as Tharparkar (Sindh) and Quetta (Balochistan). All healthcare projects ranging from a routine OPD check up to a specialized procedure are provided to the needy and poor for free.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '277-revision-v1', '', '', '2019-11-18 06:47:55', '2019-11-18 06:47:55', '', 277, 'http://ahf.com.pk/2019/11/18/277-revision-v1/', 0, 'revision', '', 0),
(621, 1, '2017-06-09 04:59:01', '2017-06-09 04:59:01', ' ', 'ABOUT US', '', 'publish', 'closed', 'closed', '', '492', '', '', '2020-02-29 09:46:46', '2020-02-29 09:46:46', '', 0, 'http://themes.webinane.com/wp/lifeline/?p=492', 9, 'nav_menu_item', '', 0),
(622, 1, '2017-06-09 04:59:01', '2017-06-09 04:59:01', ' ', '', '', 'publish', 'closed', 'closed', '', '493', '', '', '2021-12-27 12:10:28', '2021-12-27 12:10:28', '', 0, 'http://themes.webinane.com/wp/lifeline/?p=493', 15, 'nav_menu_item', '', 0),
(699, 1, '2019-11-18 06:24:38', '2019-11-18 06:24:38', '[vc_row][vc_column][vc_column_text][team id=\"691\"][/vc_column_text][/vc_column][/vc_row]', 'Central Board of Management', '', 'inherit', 'closed', 'closed', '', '684-revision-v1', '', '', '2019-11-18 06:24:38', '2019-11-18 06:24:38', '', 684, 'http://ahf.com.pk/2019/11/18/684-revision-v1/', 0, 'revision', '', 0),
(1118, 1, '2021-06-16 11:52:53', '2021-06-16 11:52:53', 'Alkhidmat, with the kind support of Exness, has implemented the project by provision of equipment for Corona Special Care Unit in Alkhidmat Mashal Medical Complex Mardan, KPK – Pakistan. With this project 64 corona patients have been given treatment so far.\nAlhamdulillah! The downward trend is recorded as daily deaths and new cases have begun to drop. The third wave peaked in late April 2021 to Mid May 2021, and since then, positivity rates, daily new case numbers, and daily new death numbers have been falling. Now Pakistan has relaxed COVID-19 curbs introduced during the peak and the activities have resumed in all segments of life.\nIn post COVID-19 scenario, this corona special care unit will be converted into intensive care unit (ICU) to serve people of Mardan and surrounding areas.\n', 'Exness Provided the Corona Special Care Unit Equipments', '', 'inherit', 'open', 'closed', '', 'exness-provided-the-corona-special-care-unit-equipments-to-ahf', '', '', '2021-06-16 11:53:41', '2021-06-16 11:53:41', '', 1117, 'http://ahf.com.pk/wp-content/uploads/2021/06/Exness-Provided-the-Corona-Special-Care-Unit-Equipments-to-AHF.jpeg', 0, 'attachment', 'image/jpeg', 0),
(647, 1, '2019-09-02 08:24:30', '2019-09-02 08:24:30', '', 'wsi-imageoptim-index', '', 'inherit', 'open', 'closed', '', 'wsi-imageoptim-index', '', '', '2019-09-02 08:24:30', '2019-09-02 08:24:30', '', 37, '/home/ahfcom/public_html/wp-content/uploads/layerslider/home-1/wsi-imageoptim-index.jpg', 0, 'attachment', 'image/jpeg', 0),
(648, 1, '2019-09-02 08:24:30', '2019-09-02 08:24:30', '', 'wsi-imageoptim-index1', '', 'inherit', 'open', 'closed', '', 'wsi-imageoptim-index1', '', '', '2019-09-02 08:24:30', '2019-09-02 08:24:30', '', 37, '/home/ahfcom/public_html/wp-content/uploads/layerslider/home-1/wsi-imageoptim-index1.jpg', 0, 'attachment', 'image/jpeg', 0),
(649, 1, '2019-09-02 08:24:30', '2019-09-02 08:24:30', '', 'wsi-imageoptim-index2', '', 'inherit', 'open', 'closed', '', 'wsi-imageoptim-index2', '', '', '2019-09-02 08:24:30', '2019-09-02 08:24:30', '', 37, '/home/ahfcom/public_html/wp-content/uploads/layerslider/home-1/wsi-imageoptim-index2.jpg', 0, 'attachment', 'image/jpeg', 0),
(660, 1, '2019-09-05 11:47:17', '2019-09-05 11:47:17', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row][vc_column heading_style=\"sec-heading\" col_title=\"Our Causes\"][sh_our_causes number=\"6\" sort_by=\"title\" sorting_order=\"ASC\" columns_grid=\"4\" cat=\"all\" donate_sec=\"fasle\" c_opt=\"excerpt\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" css=\".vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" category=\"38\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-09-05 11:47:17', '2019-09-05 11:47:17', '', 231, 'http://ahf.com.pk/2019/09/05/231-revision-v1/', 0, 'revision', '', 0),
(651, 1, '2019-09-02 09:46:54', '2019-09-02 09:46:54', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\" heading_style=\"sec-heading\" col_title=\"Our Causes\"][sh_our_causes number=\"6\" sort_by=\"title\" sorting_order=\"ASC\" columns_grid=\"4\" cat=\"all\" donate_sec=\"fasle\" c_opt=\"excerpt\"][/vc_column][vc_column width=\"1/4\" heading_style=\"sec-heading\" col_title=\"Donate Us\"][sh_donation title=\"Donate Us\" heading_style=\"0\" don_sect_title=\"GIVE YOUR DONATIONS\" needed_label=\"Donation needed\" collected_label=\"Collection Donation\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" css=\".vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" category=\"38\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-09-02 09:46:54', '2019-09-02 09:46:54', '', 231, 'http://ahf.com.pk/2019/09/02/231-revision-v1/', 0, 'revision', '', 0),
(652, 1, '2019-09-05 10:38:13', '2019-09-05 10:38:13', '', '', '', 'inherit', 'open', 'closed', '', 'thar-poster-final', '', '', '2019-09-05 10:38:31', '2019-09-05 10:38:31', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/09/Tharparkar-Banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(659, 1, '2019-09-05 11:45:57', '2019-09-05 11:45:57', 'Alkhidmat Mishal Medical Complex', '', '', 'inherit', 'open', 'closed', '', 'thar-poster-final-2', '', '', '2019-09-05 11:46:35', '2019-09-05 11:46:35', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/09/Mishal-Medical-Complex-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(721, 1, '2019-11-18 07:29:03', '2019-11-18 07:29:03', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Medical Centers/Clinics is a place where outpatient are given medical treatment or advice, especially of specialist nature. Alkhidmat Health Foundation has established 68 Medical Centers/Clinics, which help poor and needy people to get access to a qualified medical doctor. An average fee of Rs. 50/- is charged that includes preliminary medicine and consultancy fee. Clinics also refer patients to the nearby hospital of Alkhidmat Health Foundation where and when necessary.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2019-11-18 07:29:03', '2019-11-18 07:29:03', '', 720, 'http://ahf.com.pk/2019/11/18/720-revision-v1/', 0, 'revision', '', 0),
(722, 1, '2019-11-18 07:30:31', '2019-11-18 07:30:31', '[vc_row css=\".vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">People in rural and remote areas are mostly poor and less educated while infrastructure provided by the government is also inadequate to ensure basic health facilities for the locals. This impedes them to avail good medical facilities and find a Healthy life.</p>\r\n<p style=\"text-align: justify;\">Besides its several health and medical facilities, Alkhidmat Health Foundation also arranges mobile medical camps whose objective is to provide medical facilities to those who can\'t aford medical services. Specialized medical staff is engaged in the medical camps to do check-up, perform initial screening and give free of cost medicines to the needy and deserving patients.</p>\r\n<p style=\"text-align: justify;\">Patients are examined and prescribed for initial treatment according to their symptoms and sometimes they are referred to a suitable medical facility.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Medical Camps\" css=\".vc_custom_1574313883029{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"789,790,791,792,793,794,795,796,813,814,1382,1383,1384,1385\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Camps', '', 'publish', 'closed', 'closed', '', 'medical-camps', '', '', '2021-12-27 10:08:48', '2021-12-27 10:08:48', '', 0, 'http://ahf.com.pk/?page_id=722', 0, 'page', '', 0),
(723, 1, '2019-11-18 07:30:31', '2019-11-18 07:30:31', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">People in rural and remote areas are mostly poor and less educated while infrastructure provided by the government\'s is also insufficient to provide basic health facilities for the locals. This hinders them to visit good and suitable medical facilities and find a suitable treatment for their aliments. Besides its several health and medical facilities, Alkhidmat Health Foundation also arranges mobile medical camps as its out-reach program to provide medical and health facility to those who can\'t afford medical services. These camps provide specialized medical staff for the patients at their nearby place. These medical camps provide initial diagnostic facilities through qualified medical staff to the patients. Patients are examined and prescribed for initial treatment according to their symptoms and sometimes they are referred to a suitable medical facility.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Medical Camps', '', 'inherit', 'closed', 'closed', '', '722-revision-v1', '', '', '2019-11-18 07:30:31', '2019-11-18 07:30:31', '', 722, 'http://ahf.com.pk/2019/11/18/722-revision-v1/', 0, 'revision', '', 0),
(724, 1, '2019-11-18 08:05:09', '2019-11-18 08:05:09', 'islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps', '', '', 'inherit', 'open', 'closed', '', 'health-services-map', '', '', '2019-11-18 08:05:40', '2019-11-18 08:05:40', '', 231, 'http://ahf.com.pk/wp-content/uploads/2019/11/Health-Services-Map.png', 0, 'attachment', 'image/png', 0),
(725, 1, '2019-11-18 08:05:12', '2019-11-18 08:05:12', 'islamic will documents, preparing an islamic will, islamic will calculator, islamic will Hanafi, will in islamic law pdf, wasiyat in islam, shia islamic will, islamic will one third, donation, zakat, qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in thar,aghosh homes, poor, homeless, Karachi, kohat, sindh, rawalakot, murree, lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps', '', '', 'inherit', 'open', 'closed', '', 'total-health-projects', '', '', '2019-11-18 08:06:03', '2019-11-18 08:06:03', '', 231, 'http://ahf.com.pk/wp-content/uploads/2019/11/Total-Health-Projects.png', 0, 'attachment', 'image/png', 0),
(727, 1, '2019-11-18 08:17:26', '2019-11-18 08:17:26', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Projects Map End***/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-18 08:17:26', '2019-11-18 08:17:26', '', 663, 'http://ahf.com.pk/2019/11/18/663-revision-v1/', 0, 'revision', '', 0),
(729, 1, '2019-11-18 08:18:53', '2019-11-18 08:18:53', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-18 08:18:53', '2019-11-18 08:18:53', '', 663, 'http://ahf.com.pk/2019/11/18/663-revision-v1/', 0, 'revision', '', 0),
(1052, 1, '2020-01-01 07:05:54', '2020-01-01 07:05:54', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2020-01-01 07:05:54', '2020-01-01 07:05:54', '', 231, 'http://ahf.com.pk/2020/01/01/231-revision-v1/', 0, 'revision', '', 0),
(844, 1, '2019-11-21 10:33:17', '2019-11-21 10:33:17', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row][vc_column heading_style=\"sec-heading\" col_title=\"Our Causes\"][sh_our_causes number=\"4\" sort_by=\"title\" sorting_order=\"ASC\" columns_grid=\"3\" cat=\"all\" donate_sec=\"fasle\" c_opt=\"excerpt\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-11-21 10:33:17', '2019-11-21 10:33:17', '', 231, 'http://ahf.com.pk/2019/11/21/231-revision-v1/', 0, 'revision', '', 0),
(730, 1, '2019-11-18 08:18:59', '2019-11-18 08:18:59', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row][vc_column heading_style=\"sec-heading\" col_title=\"Our Causes\"][sh_our_causes number=\"4\" sort_by=\"title\" sorting_order=\"ASC\" columns_grid=\"3\" cat=\"all\" donate_sec=\"fasle\" c_opt=\"excerpt\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" css=\".vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" category=\"38\"][/vc_column][/vc_row][vc_row el_class=\"HealthMapImg\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row el_class=\"TotalHealthProjectsImg\"][vc_column][vc_single_image image=\"725\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInLeft\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-11-18 08:18:59', '2019-11-18 08:18:59', '', 231, 'http://ahf.com.pk/2019/11/18/231-revision-v1/', 0, 'revision', '', 0),
(751, 1, '2019-11-19 05:59:22', '2019-11-19 05:59:22', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row][vc_column heading_style=\"sec-heading\" col_title=\"Our Causes\"][sh_our_causes number=\"4\" sort_by=\"title\" sorting_order=\"ASC\" columns_grid=\"3\" cat=\"all\" donate_sec=\"fasle\" c_opt=\"excerpt\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" css=\".vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-11-19 05:59:22', '2019-11-19 05:59:22', '', 231, 'http://ahf.com.pk/2019/11/19/231-revision-v1/', 0, 'revision', '', 0),
(731, 1, '2019-11-18 08:20:30', '2019-11-18 08:20:30', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row][vc_column heading_style=\"sec-heading\" col_title=\"Our Causes\"][sh_our_causes number=\"4\" sort_by=\"title\" sorting_order=\"ASC\" columns_grid=\"3\" cat=\"all\" donate_sec=\"fasle\" c_opt=\"excerpt\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" css=\".vc_custom_1567417600967{background-image: url(http://ahf.com.pk/wp-content/uploads/2017/09/slider5-bg.png?id=47) !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row el_class=\"TotalHealthProjectsImg\"][vc_column][vc_single_image image=\"725\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInLeft\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-11-18 08:20:30', '2019-11-18 08:20:30', '', 231, 'http://ahf.com.pk/2019/11/18/231-revision-v1/', 0, 'revision', '', 0),
(732, 1, '2019-11-18 09:34:32', '2019-11-18 09:34:32', ' ', '', '', 'publish', 'closed', 'closed', '', '732', '', '', '2020-02-29 09:46:46', '2020-02-29 09:46:46', '', 0, 'http://ahf.com.pk/?p=732', 7, 'nav_menu_item', '', 0),
(733, 1, '2019-11-18 09:34:32', '2019-11-18 09:34:32', ' ', 'Medical Centres', '', 'publish', 'closed', 'closed', '', '733', '', '', '2020-02-29 09:46:46', '2020-02-29 09:46:46', '', 0, 'http://ahf.com.pk/?p=733', 3, 'nav_menu_item', '', 0),
(734, 1, '2019-11-18 09:34:32', '2019-11-18 09:34:32', ' ', '', '', 'publish', 'closed', 'closed', '', '734', '', '', '2020-02-29 09:46:46', '2020-02-29 09:46:46', '', 0, 'http://ahf.com.pk/?p=734', 6, 'nav_menu_item', '', 0),
(735, 1, '2019-11-18 09:34:32', '2019-11-18 09:34:32', ' ', '', '', 'publish', 'closed', 'closed', '', '735', '', '', '2020-02-29 09:46:46', '2020-02-29 09:46:46', '', 0, 'http://ahf.com.pk/?p=735', 5, 'nav_menu_item', '', 0),
(736, 1, '2019-11-18 09:34:32', '2019-11-18 09:34:32', ' ', 'Laboratory & Collection Centres', '', 'publish', 'closed', 'closed', '', '736', '', '', '2020-02-29 09:46:46', '2020-02-29 09:46:46', '', 0, 'http://ahf.com.pk/?p=736', 4, 'nav_menu_item', '', 0),
(738, 1, '2019-11-18 09:34:32', '2019-11-18 09:34:32', ' ', '', '', 'publish', 'closed', 'closed', '', '738', '', '', '2020-02-29 09:46:46', '2020-02-29 09:46:46', '', 0, 'http://ahf.com.pk/?p=738', 2, 'nav_menu_item', '', 0),
(1093, 1, '2020-02-29 09:46:46', '2020-02-29 09:46:46', ' ', '', '', 'publish', 'closed', 'closed', '', '1093', '', '', '2020-02-29 09:46:46', '2020-02-29 09:46:46', '', 0, 'http://ahf.com.pk/?p=1093', 8, 'nav_menu_item', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(739, 1, '2021-12-28 05:35:18', '2021-12-28 05:35:18', '<p>[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot afford expensive treatment for themselves and their families.</p>\n<p>[/vc_column_text][vc_column_text]</p>\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theater</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Emergency Services</td>\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound Facility</td>\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Clinical Laboratory</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">X-Ray Facility</td>\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\n</tr>\n<tr>\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Blood Bank</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<h4 style=\"text-align: left;\"><strong>Following is the list of our Hospitals</strong></h4>\n<p> </p>\n<table width=\"771\">\n<tbody>\n<tr>\n<td width=\"49\">S. No.</td>\n<td width=\"597\">Name</td>\n<td width=\"125\">Region</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Alkhidmat Hospital Nishterabad Peshawar</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Alkhidmat Mashal Medical Complex Mardan</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Alkhidmat Naseem Khan Memorial Hospital Kohat</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Alkhidmat Hospital Shamshatu Peshawar</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Alkhidmat Hospital Rajjar Charsadda</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Alkhidmat Hospital Timergrah Dir Lower</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Alkhidmat Hospital Landikotal</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Alkhidmat Younas Khattak Hospital Mansehra</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Alkhidmat Health Clinic Inayat Kaly Bajaur</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Alkhidmat Hospital Buner</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Alkhidmat Hospital Mohmind</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Alkhidmat Hospital Chitral</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Alkhidmat Hospital Bannu</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Alkhidmat Raazi Hospital Islamabad</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Alkhidmat IMAN Hospital Talagang</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Alkhidmat Hospital Fazal Town Sargodha</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Aliya Nabeel Alkhidmat Hospital Bhurban</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Alkhidmat Hospital Bhera</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>20</td>\n<td>Alkhidmat Medical Center Attock</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>21</td>\n<td>Alkhidmat Hospital Qila Didar Singh Gujranwala</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>22</td>\n<td>Alkhidmat Khurshid Alam Hospital Kacha Khiyali Road Gujranwala</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>23</td>\n<td>Alkhidmat Ch. Sardar Khan Hospital Ferozewala Gujranwala</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>24</td>\n<td>Alkhidmat Darul Hayat Hospital Sialkot</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>25</td>\n<td>Alkhidmat Hospital Sahiwal</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>26</td>\n<td>Amina Jabar Hospital Zarar Sharif Road Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>27</td>\n<td>Alkhidmat Anwar Nazir Hospital Faisalabad</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>28</td>\n<td>Alkhidmat Hospital Layyah</td>\n<td>South Punjab</td>\n</tr>\n<tr>\n<td>29</td>\n<td width=\"597\">Alkhidmat Sakina Memorial Hospital Rahimyar Khan</td>\n<td>South Punjab</td>\n</tr>\n<tr>\n<td>30</td>\n<td>Alkhidmat Charity Australia Hospital Multan</td>\n<td>South Punjab</td>\n</tr>\n<tr>\n<td>31</td>\n<td>Alkhidmat Hospital Korangi Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>32</td>\n<td>Alkhidmat Hospital Nazimabad Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>33</td>\n<td>Alkhidmat Hospital Orangi Town Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>34</td>\n<td>Alkhidmat Fareeda Yaqoob Hospital Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>35</td>\n<td>Alkhidmat Walfare Hospital TandoAllayar</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>36</td>\n<td>Alkhidmat Niamatullah Khan Hospital Mithi Tharparkar</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>37</td>\n<td>Alkhidmat Hospital Hyderabad</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>38</td>\n<td>Alkhidmat Hospital Ghotki Daharki</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>39</td>\n<td>Alkhidmat Hospital Kashmore</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>40</td>\n<td>Alkhidmat Hospital Bagh AJK</td>\n<td>AJK</td>\n</tr>\n</tbody>\n</table>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747,1344,1345,1346\" img_size=\"250x250\"][/vc_column][/vc_row]</p>\n', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-autosave-v1', '', '', '2021-12-28 05:35:18', '2021-12-28 05:35:18', '', 701, 'http://ahf.com.pk/2019/11/18/701-autosave-v1/', 0, 'revision', '', 0),
(740, 1, '2019-11-18 11:58:36', '2019-11-18 11:58:36', '', '', '', 'inherit', 'open', 'closed', '', 'ahf-charsa-hospital-copy', '', '', '2019-11-18 11:59:47', '2019-11-18 11:59:47', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Charsa-Hospital-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(741, 1, '2019-11-18 11:58:46', '2019-11-18 11:58:46', '', '', '', 'inherit', 'open', 'closed', '', 'ahf-chitral-hospital-copy', '', '', '2019-11-21 06:57:12', '2019-11-21 06:57:12', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Chitral-Hospital-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(742, 1, '2019-11-18 11:58:53', '2019-11-18 11:58:53', '', '', '', 'inherit', 'open', 'closed', '', 'ahf-iman-hospital-copy', '', '', '2019-11-21 06:58:58', '2019-11-21 06:58:58', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Iman-Hospital-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(743, 1, '2019-11-18 11:59:01', '2019-11-18 11:59:01', '', '', '', 'inherit', 'open', 'closed', '', 'ahf-kohat-hospital-copy', '', '', '2019-11-21 06:59:22', '2019-11-21 06:59:22', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Kohat-Hospital-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(744, 1, '2019-11-18 11:59:11', '2019-11-18 11:59:11', '', '', '', 'inherit', 'open', 'closed', '', 'ahf-mishaal-medical-complex-copy', '', '', '2019-11-18 12:00:26', '2019-11-18 12:00:26', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Mishaal-Medical-Complex-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(745, 1, '2019-11-18 11:59:21', '2019-11-18 11:59:21', '', '', '', 'inherit', 'open', 'closed', '', 'ahf-mohmand-agency-copy', '', '', '2019-11-21 06:19:39', '2019-11-21 06:19:39', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Mohmand-Agency-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(746, 1, '2019-11-18 11:59:28', '2019-11-18 11:59:28', '', '', '', 'inherit', 'open', 'closed', '', 'ahf-peshawar-hospital-copy', '', '', '2019-11-18 12:00:38', '2019-11-18 12:00:38', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Peshawar-Hospital-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(747, 1, '2019-11-18 11:59:31', '2019-11-18 11:59:31', '', '', '', 'inherit', 'open', 'closed', '', 'dcim100mediadji_0480-jpg', '', '', '2019-11-21 07:13:24', '2019-11-21 07:13:24', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Raazi-Hospital-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(812, 1, '2019-11-21 07:13:32', '2019-11-21 07:13:32', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Hospitals are important for the treatment of serious illnesses, and disorders of various types and severity. They not only provide emergency services but also provide long term and continuous medical facility to indoor patients. They also create jobs and in some cases can provide a safe place for people who are mostly recovered from abuse and cannot be safely sent back to community. Our hospitals provide medical facilities for all the segments of society regardless of their socio-economic status. Alkhidmat Health Foundation has provided 975 beds in its 20 hospital, so far. Following are the common facilities in our hospitals.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Gynae & Obstetrics Department</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pead’s ward</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theatre</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Laboratory Services</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"740,744,746,747,810\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2019-11-21 07:13:32', '2019-11-21 07:13:32', '', 701, 'http://ahf.com.pk/2019/11/21/701-revision-v1/', 0, 'revision', '', 0),
(748, 1, '2019-11-18 11:59:35', '2019-11-18 11:59:35', '', '', '', 'inherit', 'open', 'closed', '', 'ahf-yonus-khtak-hospital-copy', '', '', '2019-11-21 06:20:56', '2019-11-21 06:20:56', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Yonus-Khtak-Hospital-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(749, 1, '2019-11-18 12:01:37', '2019-11-18 12:01:37', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Hospitals are important for the treatment of serious illnesses, and disorders of various types and severity. They not only provide emergency services but also provide long term and continuous medical facility to indoor patients. They also create jobs and in some cases can provide a safe place for people who are mostly recovered from abuse and cannot be safely sent back to community. Our hospitals provide medical facilities for all the segments of society regardless of their socio-economic status. Alkhidmat Health Foundation has provided 975 beds in its 20 hospital, so far. Following are the common facilities in our hospitals.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Gynae & Obstetrics Department</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pead’s ward</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theatre</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Laboratory Services</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery interval=\"3\" images=\"740,741,742,743,744,745,746,747,748\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2019-11-18 12:01:37', '2019-11-18 12:01:37', '', 701, 'http://ahf.com.pk/2019/11/18/701-revision-v1/', 0, 'revision', '', 0),
(750, 1, '2019-11-19 05:46:46', '2019-11-19 05:46:46', '', '', '', 'publish', 'closed', 'closed', '', 'ahf-projects', '', '', '2021-12-28 07:37:23', '2021-12-28 07:37:23', '', 0, 'http://ahf.com.pk/?post_type=tf_stats&p=750', 0, 'tf_stats', '', 0),
(853, 1, '2019-11-21 11:25:19', '2019-11-21 11:25:19', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_our_causes number=\"4\" sort_by=\"title\" sorting_order=\"ASC\" columns_grid=\"3\" cat=\"all\" donate_sec=\"fasle\" c_opt=\"excerpt\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-11-21 11:25:19', '2019-11-21 11:25:19', '', 231, 'http://ahf.com.pk/2019/11/21/231-revision-v1/', 0, 'revision', '', 0),
(752, 1, '2019-11-19 06:13:17', '2019-11-19 06:13:17', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Hospitals are important for the treatment of serious illnesses, and disorders of various types and severity. They not only provide emergency services but also provide long term and continuous medical facility to indoor patients. They also create jobs and in some cases can provide a safe place for people who are mostly recovered from abuse and cannot be safely sent back to community. Our hospitals provide medical facilities for all the segments of society regardless of their socio-economic status. Alkhidmat Health Foundation has provided 975 beds in its 20 hospital, so far. Following are the common facilities in our hospitals.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Gynae & Obstetrics Department</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pead’s ward</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theatre</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Laboratory Services</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"740,741,742,743,744,745,746,747,748\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2019-11-19 06:13:17', '2019-11-19 06:13:17', '', 701, 'http://ahf.com.pk/2019/11/19/701-revision-v1/', 0, 'revision', '', 0),
(753, 1, '2019-11-19 09:28:18', '2019-11-19 09:28:18', '<p>[vc_row css=\".vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">Maternal, newborn and child health care statistics in Pakistan are graded as very low and fall among the poorest statistics in South Asia. Despite improvements in the 1990s, Pakistan lags many of its neighbors in health and population outcomes. Infant mortality rate of 49 per 1000 live births and a recently-calculated maternal mortality rate of 140 per 100,000 live births are higher than neighboring South Asian countries. To cope with such situation Alkhidmat Health Foundation has established 22 Mother & Child Healthcare Centers across Pakistan with the objective to provide natal and perinatal facilities. It\'s a 24/7 facility for all patients regardless of their race religion and cast. It doesn\'t only provide emergency service but also the facility for all the patients including nursery for the newborns.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,743,741\" img_size=\"250x250\"][/vc_column][/vc_row]</p>\n', 'MCHC\'s', '', 'inherit', 'closed', 'closed', '', '712-autosave-v1', '', '', '2019-11-19 09:28:18', '2019-11-19 09:28:18', '', 712, 'http://ahf.com.pk/2019/11/19/712-autosave-v1/', 0, 'revision', '', 0),
(754, 1, '2019-11-19 08:03:37', '2019-11-19 08:03:37', '', '', '', 'inherit', 'open', 'closed', '', 'chairmanahfabdusshakoorsb', '', '', '2019-11-19 08:08:07', '2019-11-19 08:08:07', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/ChairManAHFAbdusShakoorSb.png', 0, 'attachment', 'image/png', 0),
(755, 1, '2019-11-19 08:06:48', '2019-11-19 08:06:48', '', '', '', 'inherit', 'open', 'closed', '', 'drafzal', '', '', '2019-11-19 08:07:13', '2019-11-19 08:07:13', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/DrAfzal.jpg', 0, 'attachment', 'image/jpeg', 0),
(756, 1, '2019-11-19 08:06:50', '2019-11-19 08:06:50', '', '', '', 'inherit', 'open', 'closed', '', 'drhafeezurrahman', '', '', '2019-11-19 08:07:40', '2019-11-19 08:07:40', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/DrHafeezurRahman.jpg', 0, 'attachment', 'image/jpeg', 0),
(757, 1, '2019-11-19 09:34:02', '2019-11-19 09:34:02', '[vc_row css=\".vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Maternal, newborn and child health care statistics in Pakistan are graded as very low and fall among the poorest statistics in South Asia. Despite improvements in the 1990s, Pakistan lags many of its neighbors in health and population outcomes. Infant mortality rate of 49 per 1000 live births and a recently-calculated maternal mortality rate of 140 per 100,000 live births are higher than neighboring South Asian countries. To cope with such situation Alkhidmat Health Foundation has established 22 Mother & Child Healthcare Centers across Pakistan with the objective to provide natal and perinatal facilities. It\'s a 24/7 facility for all patients regardless of their race religion and cast. It doesn\'t only provide emergency service but also the facility for all the patients including nursery for the newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"MCHC\'s\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,743,741\" img_size=\"250x250\"][/vc_column][/vc_row]', 'MCHC\'s', '', 'inherit', 'closed', 'closed', '', '712-revision-v1', '', '', '2019-11-19 09:34:02', '2019-11-19 09:34:02', '', 712, 'http://ahf.com.pk/2019/11/19/712-revision-v1/', 0, 'revision', '', 0),
(758, 1, '2021-12-27 09:11:59', '2021-12-27 09:11:59', '<p>[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological,magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis.</p>\n<p style=\"text-align: justify;\">Alkhidmat is operating 131 diagnostic laboratories and collection centers all over the country. To provide credible diagnostic services which includes Chemical Pathology, Hematology, Microbiology, Biochemistry, Histopathology, Blood Banking, Radiology and various scanning facilities to ailing humanity residing in Pakistan on affordable prices without compromising on local and international standards.</p>\n<p>[/vc_column_text][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 heading_style=\"sec-title\" col_title=\"Diagnostic Labs\" css=\".vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766\" img_size=\"250x250\"][/vc_column][/vc_row]</p>\n', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-autosave-v1', '', '', '2021-12-27 09:11:59', '2021-12-27 09:11:59', '', 714, 'http://ahf.com.pk/2019/11/19/714-autosave-v1/', 0, 'revision', '', 0),
(759, 1, '2019-11-19 10:57:01', '2019-11-19 10:57:01', 'Alkhidmat Diagnostic Lab', '', '', 'inherit', 'open', 'closed', '', '1d6a8390', '', '', '2019-11-19 10:57:57', '2019-11-19 10:57:57', '', 714, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A8390.jpg', 0, 'attachment', 'image/jpeg', 0),
(760, 1, '2019-11-19 10:57:04', '2019-11-19 10:57:04', 'Alkhidmat Diagnostic Lab', '', '', 'inherit', 'open', 'closed', '', '1d6a8406', '', '', '2019-11-19 10:58:02', '2019-11-19 10:58:02', '', 714, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A8406.jpg', 0, 'attachment', 'image/jpeg', 0),
(761, 1, '2019-11-19 10:57:08', '2019-11-19 10:57:08', 'Alkhidmat Diagnostic Lab', '', '', 'inherit', 'open', 'closed', '', '1d6a8408', '', '', '2019-11-19 10:58:06', '2019-11-19 10:58:06', '', 714, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A8408.jpg', 0, 'attachment', 'image/jpeg', 0),
(762, 1, '2019-11-19 10:57:11', '2019-11-19 10:57:11', 'Alkhidmat Diagnostic Lab', '', '', 'inherit', 'open', 'closed', '', '20180115_212245', '', '', '2019-11-19 10:58:12', '2019-11-19 10:58:12', '', 714, 'http://ahf.com.pk/wp-content/uploads/2019/11/20180115_212245.jpg', 0, 'attachment', 'image/jpeg', 0),
(763, 1, '2019-11-19 10:57:15', '2019-11-19 10:57:15', '', '20180321_165126', '', 'inherit', 'open', 'closed', '', '20180321_165126', '', '', '2019-11-19 10:57:15', '2019-11-19 10:57:15', '', 714, 'http://ahf.com.pk/wp-content/uploads/2019/11/20180321_165126.jpg', 0, 'attachment', 'image/jpeg', 0),
(764, 1, '2019-11-19 10:57:24', '2019-11-19 10:57:24', 'Alkhidmat Diagnostic Lab', '', '', 'inherit', 'open', 'closed', '', 'jinnah-hospital-lab', '', '', '2019-11-19 10:58:22', '2019-11-19 10:58:22', '', 714, 'http://ahf.com.pk/wp-content/uploads/2019/11/Jinnah-Hospital-Lab.jpg', 0, 'attachment', 'image/jpeg', 0),
(765, 1, '2019-11-19 10:57:30', '2019-11-19 10:57:30', 'Alkhidmat Diagnostic Lab', '', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2018-04-05-at-3-10-44-pm1', '', '', '2019-11-19 10:58:27', '2019-11-19 10:58:27', '', 714, 'http://ahf.com.pk/wp-content/uploads/2019/11/WhatsApp-Image-2018-04-05-at-3.10.44-PM1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(766, 1, '2019-11-19 10:57:32', '2019-11-19 10:57:32', 'Alkhidmat Diagnostic Lab', '', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2018-04-05-at-3-14-15-pm', '', '', '2019-11-19 10:58:35', '2019-11-19 10:58:35', '', 714, 'http://ahf.com.pk/wp-content/uploads/2019/11/WhatsApp-Image-2018-04-05-at-3.14.15-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(767, 1, '2019-11-19 10:58:42', '2019-11-19 10:58:42', '[vc_row css=\".vc_custom_1574156081818{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological, magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis. There is a growing public need for diagnostic facilities as practitioners rely more on the medical reports than their own past experiences and observations. Diagnostic Services and Clinical Laboratories have become an extremely profitable business, especially in remote and rural areas of Pakistan while in public sector the diagnostic services are inadequate. Alkhidmat Health Foundation Diagnostic Network through its 96 Diagnostic & collection centers provides more reliable and authentic reports with the help of its latest imported diagnostic equipment in its diagnostic centers and qualified medical staff. Most of the diagnostic centers of Alkhidmat Health Foundation are serving the remote and rural areas of Pakistan like Daharki, Tando Allayar in Sindh, Kot Adu in Punjab, Batgram, and Mansehra in KPK while some of our diagnostic centers are also providing facilities in Chitral.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2019-11-19 10:58:42', '2019-11-19 10:58:42', '', 714, 'http://ahf.com.pk/2019/11/19/714-revision-v1/', 0, 'revision', '', 0),
(768, 1, '2019-11-19 10:59:48', '2019-11-19 10:59:48', '[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological, magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis. There is a growing public need for diagnostic facilities as practitioners rely more on the medical reports than their own past experiences and observations. Diagnostic Services and Clinical Laboratories have become an extremely profitable business, especially in remote and rural areas of Pakistan while in public sector the diagnostic services are inadequate. Alkhidmat Health Foundation Diagnostic Network through its 96 Diagnostic & collection centers provides more reliable and authentic reports with the help of its latest imported diagnostic equipment in its diagnostic centers and qualified medical staff. Most of the diagnostic centers of Alkhidmat Health Foundation are serving the remote and rural areas of Pakistan like Daharki, Tando Allayar in Sindh, Kot Adu in Punjab, Batgram, and Mansehra in KPK while some of our diagnostic centers are also providing facilities in Chitral.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Diagnostic Labs\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2019-11-19 10:59:48', '2019-11-19 10:59:48', '', 714, 'http://ahf.com.pk/2019/11/19/714-revision-v1/', 0, 'revision', '', 0),
(769, 1, '2019-11-19 11:01:03', '2019-11-19 11:01:03', '[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological, magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis. There is a growing public need for diagnostic facilities as practitioners rely more on the medical reports than their own past experiences and observations. Diagnostic Services and Clinical Laboratories have become an extremely profitable business, especially in remote and rural areas of Pakistan while in public sector the diagnostic services are inadequate. Alkhidmat Health Foundation Diagnostic Network through its 96 Diagnostic & collection centers provides more reliable and authentic reports with the help of its latest imported diagnostic equipment in its diagnostic centers and qualified medical staff. Most of the diagnostic centers of Alkhidmat Health Foundation are serving the remote and rural areas of Pakistan like Daharki, Tando Allayar in Sindh, Kot Adu in Punjab, Batgram, and Mansehra in KPK while some of our diagnostic centers are also providing facilities in Chitral.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Diagnostic Labs\" css=\".vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2019-11-19 11:01:03', '2019-11-19 11:01:03', '', 714, 'http://ahf.com.pk/2019/11/19/714-revision-v1/', 0, 'revision', '', 0),
(770, 1, '2019-11-19 11:05:08', '2019-11-19 11:05:08', '[vc_row css=\".vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Maternal, newborn and child health care statistics in Pakistan are graded as very low and fall among the poorest statistics in South Asia. Despite improvements in the 1990s, Pakistan lags many of its neighbors in health and population outcomes. Infant mortality rate of 49 per 1000 live births and a recently-calculated maternal mortality rate of 140 per 100,000 live births are higher than neighboring South Asian countries. To cope with such situation Alkhidmat Health Foundation has established 22 Mother & Child Healthcare Centers across Pakistan with the objective to provide natal and perinatal facilities. It\'s a 24/7 facility for all patients regardless of their race religion and cast. It doesn\'t only provide emergency service but also the facility for all the patients including nursery for the newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"MCHC\'s\" css=\".vc_custom_1574161507141{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,743,741\" img_size=\"250x250\"][/vc_column][/vc_row]', 'MCHC\'s', '', 'inherit', 'closed', 'closed', '', '712-revision-v1', '', '', '2019-11-19 11:05:08', '2019-11-19 11:05:08', '', 712, 'http://ahf.com.pk/2019/11/19/712-revision-v1/', 0, 'revision', '', 0),
(771, 1, '2019-11-19 11:39:58', '2019-11-19 11:39:58', '<p>[vc_row css=\".vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running 5 blood Banks across Pakistan. Blood banks are crucial for those patients who require blood in case of emergency especially the victims of terrorist attacks and road accidents. Blood banks also provide routine supply of required blood for the patients of thalassemia while they are extremely helpful during seasonal epidemics like Dengue fever. These blood banks provide platelets for the patients of Dengue fever for their treatment. Blood can also be acquired for patients who under go surgeries and other medical tests like Biopsy and Endoscopy. During C-Section and minor gynecological operations these blood banks play a vital role in saving the lives of mothers and their newborns.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery][/vc_column][/vc_row]</p>\n', 'Blood Banks', '', 'inherit', 'closed', 'closed', '', '716-autosave-v1', '', '', '2019-11-19 11:39:58', '2019-11-19 11:39:58', '', 716, 'http://ahf.com.pk/2019/11/19/716-autosave-v1/', 0, 'revision', '', 0),
(772, 1, '2019-11-19 11:40:05', '2019-11-19 11:40:05', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', '1d6a4724', '', '', '2019-11-19 11:40:40', '2019-11-19 11:40:40', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A4724.jpg', 0, 'attachment', 'image/jpeg', 0),
(773, 1, '2019-11-19 11:40:17', '2019-11-19 11:40:17', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', '1d6a4730', '', '', '2019-11-19 11:40:40', '2019-11-19 11:40:40', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A4730.jpg', 0, 'attachment', 'image/jpeg', 0),
(774, 1, '2019-11-19 11:40:25', '2019-11-19 11:40:25', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', '1d6a4738', '', '', '2019-11-19 11:40:54', '2019-11-19 11:40:54', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A4738.jpg', 0, 'attachment', 'image/jpeg', 0),
(775, 1, '2019-11-19 11:40:34', '2019-11-19 11:40:34', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', '1d6a4772', '', '', '2019-11-19 11:40:55', '2019-11-19 11:40:55', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A4772.jpg', 0, 'attachment', 'image/jpeg', 0),
(776, 1, '2019-11-19 11:40:48', '2019-11-19 11:40:48', '', '', '', 'inherit', 'open', 'closed', '', '1d6a4804', '', '', '2019-11-21 07:43:50', '2019-11-21 07:43:50', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A4804.jpg', 0, 'attachment', 'image/jpeg', 0),
(818, 1, '2019-11-21 07:44:04', '2019-11-21 07:44:04', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', '1-7', '', '', '2019-11-21 07:52:28', '2019-11-21 07:52:28', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(777, 1, '2019-11-19 11:41:33', '2019-11-19 11:41:33', '[vc_row css=\".vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running 5 blood Banks across Pakistan. Blood banks are crucial for those patients who require blood in case of emergency especially the victims of terrorist attacks and road accidents. Blood banks also provide routine supply of required blood for the patients of thalassemia while they are extremely helpful during seasonal epidemics like Dengue fever. These blood banks provide platelets for the patients of Dengue fever for their treatment. Blood can also be acquired for patients who under go surgeries and other medical tests like Biopsy and Endoscopy. During C-Section and minor gynecological operations these blood banks play a vital role in saving the lives of mothers and their newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574163691867{margin-top: 0px !important;padding-top: 0px !important;}\" col_title=\"Blood Banks\"][vc_column][vc_gallery type=\"image_grid\" images=\"772,773,774,775,776\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Blood Banks', '', 'inherit', 'closed', 'closed', '', '716-revision-v1', '', '', '2019-11-19 11:41:33', '2019-11-19 11:41:33', '', 716, 'http://ahf.com.pk/2019/11/19/716-revision-v1/', 0, 'revision', '', 0),
(778, 1, '2019-11-19 11:42:29', '2019-11-19 11:42:29', '[vc_row css=\".vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running 5 blood Banks across Pakistan. Blood banks are crucial for those patients who require blood in case of emergency especially the victims of terrorist attacks and road accidents. Blood banks also provide routine supply of required blood for the patients of thalassemia while they are extremely helpful during seasonal epidemics like Dengue fever. These blood banks provide platelets for the patients of Dengue fever for their treatment. Blood can also be acquired for patients who under go surgeries and other medical tests like Biopsy and Endoscopy. During C-Section and minor gynecological operations these blood banks play a vital role in saving the lives of mothers and their newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" css=\".vc_custom_1574163748187{margin-top: 0px !important;padding-top: 0px !important;}\" col_title=\"Blood Banks\"][vc_column][vc_gallery type=\"image_grid\" images=\"772,773,774,775,776\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Blood Banks', '', 'inherit', 'closed', 'closed', '', '716-revision-v1', '', '', '2019-11-19 11:42:29', '2019-11-19 11:42:29', '', 716, 'http://ahf.com.pk/2019/11/19/716-revision-v1/', 0, 'revision', '', 0),
(779, 1, '2019-11-19 11:58:27', '2019-11-19 11:58:27', '<p>[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">Due to the increasing numbers of road accidents, terrorist attacks, poor health conditions of masses, terrorism and natural disasters, people are extremely vulnerable to causalities. In such uncertain circumstances, they need a quick access to any sort of medical facility which can decrease the chance of any major loss. Although all the government hospitals provide the facility of ambulance but still due to various reasons, people remain unable to avail this facility in-time.</p>\n<p style=\"text-align: justify;\">In such situation the role of ambulance service has gained major importance. Pakistan is disaster-prone country characterized by day to day natural and man-made disasters. In most cases, health facilities are woefully inadequate in comparison to the needs. This is why many casualties happen just because people do not get access to hospitals or any other emergency medical care centers. Besides accidents or disasters, certain other medical cases need ambulance service to get quick access to emergency medical care.</p>\n<p style=\"text-align: justify;\">The objective of Alkhidmat Health Foundation for its ambulance service is to mitigate the severity of accidents or disasters where many people die as a result of unavailability of quick access to hospitals or ambulances arriving too late on the scene. Our 284 ambulances provide appropriate pre-hospital care to the patients and / or victims of any emergency situation. The shortcode of 1023 is functional and control rooms are established in three provinces of the country.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery type=\"image_grid\" images=\"780,781,782,784\" img_size=\"250x250\" css=\".vc_custom_1574164682350{margin-top: 0px !important;padding-top: 0px !important;}\"][/vc_column][/vc_row]</p>\n', 'Ambulance', '', 'inherit', 'closed', 'closed', '', '718-autosave-v1', '', '', '2019-11-19 11:58:27', '2019-11-19 11:58:27', '', 718, 'http://ahf.com.pk/2019/11/19/718-autosave-v1/', 0, 'revision', '', 0),
(780, 1, '2019-11-19 11:53:36', '2019-11-19 11:53:36', '', '', '', 'inherit', 'open', 'closed', '', '1d6a4520', '', '', '2019-11-19 11:57:39', '2019-11-19 11:57:39', '', 718, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A4520.jpg', 0, 'attachment', 'image/jpeg', 0),
(781, 1, '2019-11-19 11:53:58', '2019-11-19 11:53:58', '', '', '', 'inherit', 'open', 'closed', '', '278a2006', '', '', '2019-11-19 11:57:42', '2019-11-19 11:57:42', '', 718, 'http://ahf.com.pk/wp-content/uploads/2019/11/278A2006.jpg', 0, 'attachment', 'image/jpeg', 0),
(782, 1, '2019-11-19 11:54:40', '2019-11-19 11:54:40', '', '', '', 'inherit', 'open', 'closed', '', '278a2020', '', '', '2019-11-19 11:57:47', '2019-11-19 11:57:47', '', 718, 'http://ahf.com.pk/wp-content/uploads/2019/11/278A2020.jpg', 0, 'attachment', 'image/jpeg', 0),
(783, 1, '2019-11-19 11:54:49', '2019-11-19 11:54:49', '', '', '', 'inherit', 'open', 'closed', '', 'dsc06831', '', '', '2019-11-19 11:57:51', '2019-11-19 11:57:51', '', 718, 'http://ahf.com.pk/wp-content/uploads/2019/11/DSC06831.jpg', 0, 'attachment', 'image/jpeg', 0),
(784, 1, '2019-11-19 11:54:59', '2019-11-19 11:54:59', '', '', '', 'inherit', 'open', 'closed', '', 'img_9429', '', '', '2019-11-19 11:57:55', '2019-11-19 11:57:55', '', 718, 'http://ahf.com.pk/wp-content/uploads/2019/11/IMG_9429.jpg', 0, 'attachment', 'image/jpeg', 0),
(785, 1, '2019-11-19 11:58:38', '2019-11-19 11:58:38', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Due to the increasing numbers of road accidents, terrorist attacks, poor health conditions of masses, terrorism and natural disasters, people are extremely vulnerable to causalities. In such uncertain circumstances, they need a quick access to any sort of medical facility which can decrease the chance of any major loss. Although all the government hospitals provide the facility of ambulance but still due to various reasons, people remain unable to avail this facility in-time.</p>\r\n<p style=\"text-align: justify;\">In such situation the role of ambulance service has gained major importance. Pakistan is disaster-prone country characterized by day to day natural and man-made disasters. In most cases, health facilities are woefully inadequate in comparison to the needs. This is why many casualties happen just because people do not get access to hospitals or any other emergency medical care centers. Besides accidents or disasters, certain other medical cases need ambulance service to get quick access to emergency medical care.</p>\r\n<p style=\"text-align: justify;\">The objective of Alkhidmat Health Foundation for its ambulance service is to mitigate the severity of accidents or disasters where many people die as a result of unavailability of quick access to hospitals or ambulances arriving too late on the scene. Our 284 ambulances provide appropriate pre-hospital care to the patients and / or victims of any emergency situation. The shortcode of 1023 is functional and control rooms are established in three provinces of the country.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Ambulances\"][vc_column][vc_gallery type=\"image_grid\" images=\"780,781,782,784\" img_size=\"250x250\" css=\".vc_custom_1574164682350{margin-top: 0px !important;padding-top: 0px !important;}\"][/vc_column][/vc_row]', 'Ambulance', '', 'inherit', 'closed', 'closed', '', '718-revision-v1', '', '', '2019-11-19 11:58:38', '2019-11-19 11:58:38', '', 718, 'http://ahf.com.pk/2019/11/19/718-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(786, 1, '2021-12-27 07:50:02', '2021-12-27 07:50:02', '<p>[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\n<p>[/vc_column_text][vc_column_text]</p>\n<table width=\"822\">\n<tbody>\n<tr>\n<td width=\"65\"><strong>S. No.</strong></td>\n<td width=\"553\"><strong>Name</strong></td>\n<td width=\"105\"><strong>City</strong></td>\n<td width=\"99\"><strong>Region</strong></td>\n</tr>\n<tr>\n<td>1</td>\n<td>Alkhidmat Medical Center Attock</td>\n<td>Attock</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Alkhidmat Pak German Medical Center</td>\n<td>Chowinda</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Alkhidmat Maternity Center Noman Masijd</td>\n<td>Noman Masjid</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Alkhidmat Hospital Sakhi Hassan</td>\n<td>Sakhi Hassan</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Alkhidmat Hospital Shah Faisal</td>\n<td>Shah Faisal</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Alkhidmat Hospital North Karachi</td>\n<td>North Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Alkhidmat Hospital Malir</td>\n<td>Malir</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Alkhidmat Medical Center Gulberg</td>\n<td>Gulberg</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Aslam Medical Center Millat Chonk Faisalabad</td>\n<td>Faisalabad</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Syed Abbasi Dispensary Sohail Abad Dist Faisalabad</td>\n<td>Faisalabad</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Kamal Eyecare Center Madina Town Faisalabad</td>\n<td>Faisalabad</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Al-Khidmat Free Clinic Jaranwala Dist Faisalabad</td>\n<td>Jaranwala</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Al-Khidmat Rehmat Ul Lil Alameen Trust Hospital Abbot Road Sialkot</td>\n<td>Sialkot (City)</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Al-Khidmat Bashir Medical Center Muridke Dist.Sheikhupura</td>\n<td>Sheikhupura</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Al-Khidmat Free Dispansery Cantt Street No-10 Allama Iqbal Town Gujranwala Cantt</td>\n<td>Gujranwala City</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Al-Khidmat Dispensary Jamia Masjid Chowk Kashmir Colony Gujranwala Cantt</td>\n<td>Gujranwala City</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Al-Khidmat Complex Mubarik Shah Road Gujranwala</td>\n<td>Gujranwala City</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Al-Khidmat Dispensary Noshera Road Gujranwala</td>\n<td>Gujranwala City</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Al-Khidmat Taj Waqf Hospital 143-Sector-M Phase</td>\n<td>Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>20</td>\n<td>Al-Khidmat Dispensary Street No -4 Jamia Islamia Amin Park Lahore</td>\n<td>Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>21</td>\n<td>Al-Khidmat Dispensary Hajveri Park Near Data Darbar Lahore</td>\n<td>Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>22</td>\n<td>Al-Khidmat Shifa Khana G-1216 Androon Sherawala Gate Naya Mohalla Lahore</td>\n<td>Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>23</td>\n<td>Al-Khidmat Clinic B-1/23 Township Lahore</td>\n<td>Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>24</td>\n<td>Al-Khidmat Dispensary E-183 Street No-6 Qasim Pura Lahore</td>\n<td>Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>25</td>\n<td>Al-Khidmat Siddiq Shafi Kot Radha Kishan Dis.Kasur</td>\n<td>Kasur</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>26</td>\n<td>Al-Khidmat Clinic House No-11 Abubakar Street Ahmad Nagar Near Butt Chowk Lahore</td>\n<td>Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>27</td>\n<td>Al-Khidmat Dispensary Habib Park Near Pani Wali Tanki</td>\n<td>Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>28</td>\n<td>Al-Khidmat Clinic Gohawa Nadir Bedian Road</td>\n<td>Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>29</td>\n<td>Al-Khidmat Clinic Khursheed Model High School Nai Abadi Gohawa Bedian Road</td>\n<td>Lahore</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>30</td>\n<td>Al-Khidmat Dispensary Mandi Faizabad Distt Nankana Sb</td>\n<td>Nankana Sb</td>\n<td>Central Punjab</td>\n</tr>\n<tr>\n<td>31</td>\n<td>Al-Khidmat Nawab Ahsin Ali Medical Center</td>\n<td>Khanewal</td>\n<td>South Punjab</td>\n</tr>\n<tr>\n<td>32</td>\n<td>Khan Village Alkhidmat Foundation Medical Center</td>\n<td>Multan</td>\n<td>South Punjab</td>\n</tr>\n<tr>\n<td>33</td>\n<td>Al-Khidmat Dispensaries, Rawalpindi</td>\n<td>Rawalpindi</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>34</td>\n<td>Al-Khidmat Dispensaries, Jehlum</td>\n<td>Jehlum</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>35</td>\n<td>Al-Khidmat Dispensaries, Sargodha</td>\n<td>Sargodha</td>\n<td>North Punjab</td>\n</tr>\n<tr>\n<td>36</td>\n<td>Alkhidmat Health Clinic Gulbahar</td>\n<td>Swabi</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>37</td>\n<td>Alkhidmat Health Clinic Shewa Adda</td>\n<td>Swabi</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>38</td>\n<td>Alkhidmat Health Clinic Thana</td>\n<td>Malakand</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>39</td>\n<td>Alkhidmat Health Clinic Charbagh</td>\n<td>Swat</td>\n<td>KPK</td>\n</tr>\n<tr>\n<td>40</td>\n<td>Alkhidmat Sajida Clinic</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>41</td>\n<td>Alkhidmat Clinic Paposh Nagar</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>42</td>\n<td>Alkhidmat Clinic Rehmanabad</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>43</td>\n<td>Alkhidmat Clinic Karnal Colony</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>44</td>\n<td>Alkhidmat Clinic Al Aqsa</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>45</td>\n<td>Alkhidmat Clinic Landhi</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>46</td>\n<td>Alkhidmat Clinic Madina Colony</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>47</td>\n<td>Alkhidmat Clinic FB Area</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>48</td>\n<td>Alkhidmat Clinic Orangi 15 (Homeo)</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>49</td>\n<td>Alkhidmat Clinic Orangi 11 1/2 (Homeo)</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>50</td>\n<td>Alkhidmat Clinic Hasrat Mohani</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>51</td>\n<td>Alkhidmat Clinic Gulbahar</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>52</td>\n<td>Alkhidmat Clinic Manzoor Colony</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>53</td>\n<td>Alkhidmat Clinic Moosa Colony</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>54</td>\n<td>Alkhidmat Clinic Saeedabad</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>55</td>\n<td>Alkhidmat Clinic New Karachi</td>\n<td>Karachi</td>\n<td>Karachi</td>\n</tr>\n<tr>\n<td>56</td>\n<td>Alkhidmat Medical Center</td>\n<td>Thatta</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>57</td>\n<td>Alkhidmat Medical Center</td>\n<td>Jamshoro</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>58</td>\n<td>Alkhidmat Medical Center</td>\n<td>Hyderabad</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>59</td>\n<td>Alkhidmat Medical Center</td>\n<td>Shikarpur</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>60</td>\n<td>Alkhidmat Medical Center</td>\n<td>Shahdadkot</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>61</td>\n<td>Alkhidmat Medical Center</td>\n<td>Kashmore</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>62</td>\n<td>Alkhidmat Clinic</td>\n<td>Hyderabad</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>63</td>\n<td>Alkhidmat Clinic</td>\n<td>Mirpurkhas</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>64</td>\n<td>Alkhidmat Clinic</td>\n<td>Umarkot</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>65</td>\n<td>Alkhidmat Clinic</td>\n<td>Badin</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>66</td>\n<td>Alkhidmat Clinic</td>\n<td>Shah</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>67</td>\n<td>Alkhidmat Clinic</td>\n<td>Shah</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>68</td>\n<td>Alkhidmat Clinic</td>\n<td>Khairpur</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>69</td>\n<td>Alkhidmat Clinic</td>\n<td>Larkana</td>\n<td>Sindh</td>\n</tr>\n<tr>\n<td>70</td>\n<td>Alkhidmat Clinic</td>\n<td>Jamshoro</td>\n<td>Sindh</td>\n</tr>\n</tbody>\n</table>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808\" img_size=\"250x250\"][/vc_column][/vc_row]</p>\n', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-autosave-v1', '', '', '2021-12-27 07:50:02', '2021-12-27 07:50:02', '', 720, 'http://ahf.com.pk/2019/11/21/720-autosave-v1/', 0, 'revision', '', 0),
(787, 1, '2019-11-21 05:13:57', '2019-11-21 05:13:57', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Medical Centers/Clinics is a place where outpatient are given medical treatment or advice, especially of specialist nature. Alkhidmat Health Foundation has established 68 Medical Centers/Clinics, which help poor and needy people to get access to a qualified medical doctor. An average fee of Rs. 50/- is charged that includes preliminary medicine and consultancy fee. Clinics also refer patients to the nearby hospital of Alkhidmat Health Foundation where and when necessary.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2019-11-21 05:13:57', '2019-11-21 05:13:57', '', 720, 'http://ahf.com.pk/2019/11/21/720-revision-v1/', 0, 'revision', '', 0),
(788, 1, '2019-11-21 05:19:53', '2019-11-21 05:19:53', '<p>[vc_row css=\".vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">People in rural and remote areas are mostly poor and less educated while infrastructure provided by the government\'s is also insufficient to provide basic health facilities for the locals. This hinders them to visit good and suitable medical facilities and find a suitable treatment for their aliments. Besides its several health and medical facilities, Alkhidmat Health Foundation also arranges mobile medical camps as its out-reach program to provide medical and health facility to those who can\'t afford medical services. These camps provide specialized medical staff for the patients at their nearby place. These medical camps provide initial diagnostic facilities through qualified medical staff to the patients. Patients are examined and prescribed for initial treatment according to their symptoms and sometimes they are referred to a suitable medical facility.</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Medical Camps\"][vc_column][vc_gallery type=\"image_grid\" img_size=\"250x250\"][/vc_column][/vc_row]</p>\n', 'Medical Camps', '', 'inherit', 'closed', 'closed', '', '722-autosave-v1', '', '', '2019-11-21 05:19:53', '2019-11-21 05:19:53', '', 722, 'http://ahf.com.pk/2019/11/21/722-autosave-v1/', 0, 'revision', '', 0),
(789, 1, '2019-11-21 05:22:06', '2019-11-21 05:22:06', 'Medical Camp', '', '', 'inherit', 'open', 'closed', '', '1d6a9563', '', '', '2019-11-21 05:23:06', '2019-11-21 05:23:06', '', 722, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A9563.jpg', 0, 'attachment', 'image/jpeg', 0),
(790, 1, '2019-11-21 05:22:14', '2019-11-21 05:22:14', 'Medical Camp', '', '', 'inherit', 'open', 'closed', '', 'img_0006', '', '', '2019-11-21 05:23:12', '2019-11-21 05:23:12', '', 722, 'http://ahf.com.pk/wp-content/uploads/2019/11/IMG_0006.jpg', 0, 'attachment', 'image/jpeg', 0),
(791, 1, '2019-11-21 05:22:21', '2019-11-21 05:22:21', 'Medical Camp', '', '', 'inherit', 'open', 'closed', '', 'img_0239', '', '', '2019-11-21 05:23:19', '2019-11-21 05:23:19', '', 722, 'http://ahf.com.pk/wp-content/uploads/2019/11/IMG_0239.jpg', 0, 'attachment', 'image/jpeg', 0),
(792, 1, '2019-11-21 05:22:26', '2019-11-21 05:22:26', 'Medical Camp', '', '', 'inherit', 'open', 'closed', '', 'img_0983', '', '', '2019-11-21 05:23:24', '2019-11-21 05:23:24', '', 722, 'http://ahf.com.pk/wp-content/uploads/2019/11/IMG_0983.jpg', 0, 'attachment', 'image/jpeg', 0),
(793, 1, '2019-11-21 05:22:32', '2019-11-21 05:22:32', 'Medical Camp', '', '', 'inherit', 'open', 'closed', '', 'img_1023', '', '', '2019-11-21 05:23:30', '2019-11-21 05:23:30', '', 722, 'http://ahf.com.pk/wp-content/uploads/2019/11/IMG_1023.jpg', 0, 'attachment', 'image/jpeg', 0),
(794, 1, '2019-11-21 05:22:38', '2019-11-21 05:22:38', 'Medical Camp', '', '', 'inherit', 'open', 'closed', '', 'img_1028', '', '', '2019-11-21 05:23:35', '2019-11-21 05:23:35', '', 722, 'http://ahf.com.pk/wp-content/uploads/2019/11/IMG_1028.jpg', 0, 'attachment', 'image/jpeg', 0),
(795, 1, '2019-11-21 05:22:43', '2019-11-21 05:22:43', 'Medical Camp', '', '', 'inherit', 'open', 'closed', '', 'img_2128', '', '', '2019-11-21 05:23:43', '2019-11-21 05:23:43', '', 722, 'http://ahf.com.pk/wp-content/uploads/2019/11/IMG_2128.jpg', 0, 'attachment', 'image/jpeg', 0),
(796, 1, '2019-11-21 05:22:47', '2019-11-21 05:22:47', '', '', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2018-08-03-at-11-23-46-pm1', '', '', '2019-11-21 07:40:49', '2019-11-21 07:40:49', '', 722, 'http://ahf.com.pk/wp-content/uploads/2019/11/WhatsApp-Image-2018-08-03-at-11.23.46-PM1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(797, 1, '2019-11-21 05:24:05', '2019-11-21 05:24:05', '[vc_row css=\".vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">People in rural and remote areas are mostly poor and less educated while infrastructure provided by the government\'s is also insufficient to provide basic health facilities for the locals. This hinders them to visit good and suitable medical facilities and find a suitable treatment for their aliments. Besides its several health and medical facilities, Alkhidmat Health Foundation also arranges mobile medical camps as its out-reach program to provide medical and health facility to those who can\'t afford medical services. These camps provide specialized medical staff for the patients at their nearby place. These medical camps provide initial diagnostic facilities through qualified medical staff to the patients. Patients are examined and prescribed for initial treatment according to their symptoms and sometimes they are referred to a suitable medical facility.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Medical Camps\"][vc_column][vc_gallery type=\"image_grid\" images=\"789,790,791,792,793,794,795,796\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Camps', '', 'inherit', 'closed', 'closed', '', '722-revision-v1', '', '', '2019-11-21 05:24:05', '2019-11-21 05:24:05', '', 722, 'http://ahf.com.pk/2019/11/21/722-revision-v1/', 0, 'revision', '', 0),
(798, 1, '2019-11-21 05:24:46', '2019-11-21 05:24:46', '[vc_row css=\".vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">People in rural and remote areas are mostly poor and less educated while infrastructure provided by the government\'s is also insufficient to provide basic health facilities for the locals. This hinders them to visit good and suitable medical facilities and find a suitable treatment for their aliments. Besides its several health and medical facilities, Alkhidmat Health Foundation also arranges mobile medical camps as its out-reach program to provide medical and health facility to those who can\'t afford medical services. These camps provide specialized medical staff for the patients at their nearby place. These medical camps provide initial diagnostic facilities through qualified medical staff to the patients. Patients are examined and prescribed for initial treatment according to their symptoms and sometimes they are referred to a suitable medical facility.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Medical Camps\" css=\".vc_custom_1574313883029{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"789,790,791,792,793,794,795,796\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Camps', '', 'inherit', 'closed', 'closed', '', '722-revision-v1', '', '', '2019-11-21 05:24:46', '2019-11-21 05:24:46', '', 722, 'http://ahf.com.pk/2019/11/21/722-revision-v1/', 0, 'revision', '', 0),
(799, 1, '2019-11-21 06:16:33', '2019-11-21 06:16:33', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Hospitals are important for the treatment of serious illnesses, and disorders of various types and severity. They not only provide emergency services but also provide long term and continuous medical facility to indoor patients. They also create jobs and in some cases can provide a safe place for people who are mostly recovered from abuse and cannot be safely sent back to community. Our hospitals provide medical facilities for all the segments of society regardless of their socio-economic status. Alkhidmat Health Foundation has provided 975 beds in its 20 hospital, so far. Following are the common facilities in our hospitals.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Gynae & Obstetrics Department</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pead’s ward</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theatre</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Laboratory Services</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"740,744,746,747\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2019-11-21 06:16:33', '2019-11-21 06:16:33', '', 701, 'http://ahf.com.pk/2019/11/21/701-revision-v1/', 0, 'revision', '', 0),
(800, 1, '2019-11-21 06:17:52', '2019-11-21 06:17:52', '[vc_row css=\".vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Maternal, newborn and child health care statistics in Pakistan are graded as very low and fall among the poorest statistics in South Asia. Despite improvements in the 1990s, Pakistan lags many of its neighbors in health and population outcomes. Infant mortality rate of 49 per 1000 live births and a recently-calculated maternal mortality rate of 140 per 100,000 live births are higher than neighboring South Asian countries. To cope with such situation Alkhidmat Health Foundation has established 22 Mother & Child Healthcare Centers across Pakistan with the objective to provide natal and perinatal facilities. It\'s a 24/7 facility for all patients regardless of their race religion and cast. It doesn\'t only provide emergency service but also the facility for all the patients including nursery for the newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"MCHC\'s\" css=\".vc_custom_1574161507141{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"743,742\" img_size=\"250x250\"][/vc_column][/vc_row]', 'MCHC\'s', '', 'inherit', 'closed', 'closed', '', '712-revision-v1', '', '', '2019-11-21 06:17:52', '2019-11-21 06:17:52', '', 712, 'http://ahf.com.pk/2019/11/21/712-revision-v1/', 0, 'revision', '', 0),
(801, 1, '2019-11-21 06:21:22', '2019-11-21 06:21:22', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Medical Centers/Clinics is a place where outpatient are given medical treatment or advice, especially of specialist nature. Alkhidmat Health Foundation has established 68 Medical Centers/Clinics, which help poor and needy people to get access to a qualified medical doctor. An average fee of Rs. 50/- is charged that includes preliminary medicine and consultancy fee. Clinics also refer patients to the nearby hospital of Alkhidmat Health Foundation where and when necessary.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2019-11-21 06:21:22', '2019-11-21 06:21:22', '', 720, 'http://ahf.com.pk/2019/11/21/720-revision-v1/', 0, 'revision', '', 0),
(802, 1, '2019-11-21 06:31:45', '2019-11-21 06:31:45', '', '1D6A9484', '', 'inherit', 'open', 'closed', '', '1d6a9484', '', '', '2019-11-21 06:31:45', '2019-11-21 06:31:45', '', 720, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A9484.jpg', 0, 'attachment', 'image/jpeg', 0),
(803, 1, '2019-11-21 06:31:53', '2019-11-21 06:31:53', '', '4', '', 'inherit', 'open', 'closed', '', '4-8', '', '', '2019-11-21 06:31:53', '2019-11-21 06:31:53', '', 720, 'http://ahf.com.pk/wp-content/uploads/2019/11/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(804, 1, '2019-11-21 06:32:35', '2019-11-21 06:32:35', '', '', '', 'inherit', 'open', 'closed', '', '278a2007', '', '', '2019-11-21 06:57:24', '2019-11-21 06:57:24', '', 720, 'http://ahf.com.pk/wp-content/uploads/2019/11/278A2007.jpg', 0, 'attachment', 'image/jpeg', 0),
(805, 1, '2019-11-21 06:33:24', '2019-11-21 06:33:24', '', '', '', 'inherit', 'open', 'closed', '', '278a2026', '', '', '2019-11-21 06:57:20', '2019-11-21 06:57:20', '', 720, 'http://ahf.com.pk/wp-content/uploads/2019/11/278A2026.jpg', 0, 'attachment', 'image/jpeg', 0),
(806, 1, '2019-11-21 06:33:49', '2019-11-21 06:33:49', '', '', '', 'inherit', 'open', 'closed', '', '278a2194', '', '', '2019-11-21 06:57:17', '2019-11-21 06:57:17', '', 720, 'http://ahf.com.pk/wp-content/uploads/2019/11/278A2194.jpg', 0, 'attachment', 'image/jpeg', 0),
(807, 1, '2019-11-21 06:56:49', '2019-11-21 06:56:49', '', '', '', 'inherit', 'open', 'closed', '', 'img_2541', '', '', '2019-11-21 06:57:44', '2019-11-21 06:57:44', '', 720, 'http://ahf.com.pk/wp-content/uploads/2019/11/IMG_2541.jpg', 0, 'attachment', 'image/jpeg', 0),
(808, 1, '2019-11-21 06:56:52', '2019-11-21 06:56:52', '', '', '', 'inherit', 'open', 'closed', '', 'sindh', '', '', '2019-11-21 07:42:01', '2019-11-21 07:42:01', '', 720, 'http://ahf.com.pk/wp-content/uploads/2019/11/Sindh.jpg', 0, 'attachment', 'image/jpeg', 0),
(809, 1, '2019-11-21 06:58:00', '2019-11-21 06:58:00', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Medical Centers/Clinics is a place where outpatient are given medical treatment or advice, especially of specialist nature. Alkhidmat Health Foundation has established 68 Medical Centers/Clinics, which help poor and needy people to get access to a qualified medical doctor. An average fee of Rs. 50/- is charged that includes preliminary medicine and consultancy fee. Clinics also refer patients to the nearby hospital of Alkhidmat Health Foundation where and when necessary.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2019-11-21 06:58:00', '2019-11-21 06:58:00', '', 720, 'http://ahf.com.pk/2019/11/21/720-revision-v1/', 0, 'revision', '', 0),
(810, 1, '2019-11-21 06:58:54', '2019-11-21 06:58:54', '', '', '', 'inherit', 'open', 'closed', '', 'picture-1-1', '', '', '2019-11-22 05:09:12', '2019-11-22 05:09:12', '', 712, 'http://ahf.com.pk/wp-content/uploads/2019/11/Picture-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(864, 1, '2019-11-22 05:09:17', '2019-11-22 05:09:17', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Hospitals are important for the treatment of serious illnesses, and disorders of various types and severity. They not only provide emergency services but also provide long term and continuous medical facility to indoor patients. They also create jobs and in some cases can provide a safe place for people who are mostly recovered from abuse and cannot be safely sent back to community. Our hospitals provide medical facilities for all the segments of society regardless of their socio-economic status. Alkhidmat Health Foundation has provided 975 beds in its 20 hospital, so far. Following are the common facilities in our hospitals.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Gynae & Obstetrics Department</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pead’s ward</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theatre</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Laboratory Services</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2019-11-22 05:09:17', '2019-11-22 05:09:17', '', 701, 'http://ahf.com.pk/2019/11/22/701-revision-v1/', 0, 'revision', '', 0),
(811, 1, '2019-11-21 06:59:35', '2019-11-21 06:59:35', '[vc_row css=\".vc_custom_1574144270856{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Maternal, newborn and child health care statistics in Pakistan are graded as very low and fall among the poorest statistics in South Asia. Despite improvements in the 1990s, Pakistan lags many of its neighbors in health and population outcomes. Infant mortality rate of 49 per 1000 live births and a recently-calculated maternal mortality rate of 140 per 100,000 live births are higher than neighboring South Asian countries. To cope with such situation Alkhidmat Health Foundation has established 22 Mother & Child Healthcare Centers across Pakistan with the objective to provide natal and perinatal facilities. It\'s a 24/7 facility for all patients regardless of their race religion and cast. It doesn\'t only provide emergency service but also the facility for all the patients including nursery for the newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"MCHC\'s\" css=\".vc_custom_1574161507141{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"743,742,810\" img_size=\"250x250\"][/vc_column][/vc_row]', 'MCHC\'s', '', 'inherit', 'closed', 'closed', '', '712-revision-v1', '', '', '2019-11-21 06:59:35', '2019-11-21 06:59:35', '', 712, 'http://ahf.com.pk/2019/11/21/712-revision-v1/', 0, 'revision', '', 0),
(813, 1, '2019-11-21 07:40:09', '2019-11-21 07:40:09', '', '', '', 'inherit', 'open', 'closed', '', 'dscf5005', '', '', '2019-11-21 07:40:55', '2019-11-21 07:40:55', '', 722, 'http://ahf.com.pk/wp-content/uploads/2019/11/DSCF5005.jpg', 0, 'attachment', 'image/jpeg', 0),
(814, 1, '2019-11-21 07:40:21', '2019-11-21 07:40:21', 'Annual Heath Screening Camp', '', '', 'inherit', 'open', 'closed', '', 'img_6682-copy', '', '', '2019-11-21 07:41:09', '2019-11-21 07:41:09', '', 722, 'http://ahf.com.pk/wp-content/uploads/2019/11/IMG_6682-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(815, 1, '2019-11-21 07:41:14', '2019-11-21 07:41:14', '[vc_row css=\".vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">People in rural and remote areas are mostly poor and less educated while infrastructure provided by the government\'s is also insufficient to provide basic health facilities for the locals. This hinders them to visit good and suitable medical facilities and find a suitable treatment for their aliments. Besides its several health and medical facilities, Alkhidmat Health Foundation also arranges mobile medical camps as its out-reach program to provide medical and health facility to those who can\'t afford medical services. These camps provide specialized medical staff for the patients at their nearby place. These medical camps provide initial diagnostic facilities through qualified medical staff to the patients. Patients are examined and prescribed for initial treatment according to their symptoms and sometimes they are referred to a suitable medical facility.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Medical Camps\" css=\".vc_custom_1574313883029{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"789,790,791,792,793,794,795,796,813,814\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Camps', '', 'inherit', 'closed', 'closed', '', '722-revision-v1', '', '', '2019-11-21 07:41:14', '2019-11-21 07:41:14', '', 722, 'http://ahf.com.pk/2019/11/21/722-revision-v1/', 0, 'revision', '', 0),
(816, 1, '2019-11-21 07:41:57', '2019-11-21 07:41:57', 'AHF Medical Center & Clinic', '', '', 'inherit', 'open', 'closed', '', '20181002_120114', '', '', '2019-11-21 07:42:21', '2019-11-21 07:42:21', '', 720, 'http://ahf.com.pk/wp-content/uploads/2019/11/20181002_120114.jpg', 0, 'attachment', 'image/jpeg', 0),
(827, 1, '2019-11-21 09:20:30', '2019-11-21 09:20:30', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Medical Centers/Clinics is a place where outpatient are given medical treatment or advice, especially of specialist nature. Alkhidmat Health Foundation has established 68 Medical Centers/Clinics, which help poor and needy people to get access to a qualified medical doctor. An average fee of Rs. 50/- is charged that includes preliminary medicine and consultancy fee. Clinics also refer patients to the nearby hospital of Alkhidmat Health Foundation where and when necessary.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2019-11-21 09:20:30', '2019-11-21 09:20:30', '', 720, 'http://ahf.com.pk/2019/11/21/720-revision-v1/', 0, 'revision', '', 0),
(817, 1, '2019-11-21 07:42:30', '2019-11-21 07:42:30', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Medical Centers/Clinics is a place where outpatient are given medical treatment or advice, especially of specialist nature. Alkhidmat Health Foundation has established 68 Medical Centers/Clinics, which help poor and needy people to get access to a qualified medical doctor. An average fee of Rs. 50/- is charged that includes preliminary medicine and consultancy fee. Clinics also refer patients to the nearby hospital of Alkhidmat Health Foundation where and when necessary.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808,816,810\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2019-11-21 07:42:30', '2019-11-21 07:42:30', '', 720, 'http://ahf.com.pk/2019/11/21/720-revision-v1/', 0, 'revision', '', 0),
(819, 1, '2019-11-21 07:44:08', '2019-11-21 07:44:08', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', '1d6a4303-copy', '', '', '2019-11-21 07:52:18', '2019-11-21 07:52:18', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/1D6A4303-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(820, 1, '2019-11-21 07:44:11', '2019-11-21 07:44:11', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', '4-9', '', '', '2019-11-21 07:52:12', '2019-11-21 07:52:12', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(821, 1, '2019-11-21 07:44:13', '2019-11-21 07:44:13', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', '5-8', '', '', '2019-11-21 07:52:08', '2019-11-21 07:52:08', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(822, 1, '2019-11-21 07:44:15', '2019-11-21 07:44:15', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', 'blood-bank-2', '', '', '2019-11-21 07:52:02', '2019-11-21 07:52:02', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/Blood-Bank-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(823, 1, '2019-11-21 07:44:16', '2019-11-21 07:44:16', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', 'img_3353-copy', '', '', '2019-11-21 07:51:54', '2019-11-21 07:51:54', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/IMG_3353-Copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(824, 1, '2019-11-21 07:44:17', '2019-11-21 07:44:17', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', 'lahore-lab', '', '', '2019-11-21 07:51:44', '2019-11-21 07:51:44', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/Lahore-Lab.jpg', 0, 'attachment', 'image/jpeg', 0),
(825, 1, '2019-11-21 07:44:19', '2019-11-21 07:44:19', 'Alkhidmat Blood Banks', '', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2018-09-14-at-9-52-27-pm', '', '', '2019-11-21 07:51:38', '2019-11-21 07:51:38', '', 716, 'http://ahf.com.pk/wp-content/uploads/2019/11/WhatsApp-Image-2018-09-14-at-9.52.27-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(826, 1, '2019-11-21 07:52:38', '2019-11-21 07:52:38', '[vc_row css=\".vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running 5 blood Banks across Pakistan. Blood banks are crucial for those patients who require blood in case of emergency especially the victims of terrorist attacks and road accidents. Blood banks also provide routine supply of required blood for the patients of thalassemia while they are extremely helpful during seasonal epidemics like Dengue fever. These blood banks provide platelets for the patients of Dengue fever for their treatment. Blood can also be acquired for patients who under go surgeries and other medical tests like Biopsy and Endoscopy. During C-Section and minor gynecological operations these blood banks play a vital role in saving the lives of mothers and their newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" css=\".vc_custom_1574163748187{margin-top: 0px !important;padding-top: 0px !important;}\" col_title=\"Blood Banks\"][vc_column][vc_gallery type=\"image_grid\" images=\"773,774,775,818,819,820,821,822,823,824,825\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Blood Banks', '', 'inherit', 'closed', 'closed', '', '716-revision-v1', '', '', '2019-11-21 07:52:38', '2019-11-21 07:52:38', '', 716, 'http://ahf.com.pk/2019/11/21/716-revision-v1/', 0, 'revision', '', 0),
(837, 1, '2019-11-21 10:10:02', '2019-11-21 10:10:02', 'Clinics', '', '', 'inherit', 'open', 'closed', '', 'clinic', '', '', '2019-11-21 10:13:34', '2019-11-21 10:13:34', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png', 0, 'attachment', 'image/png', 0),
(838, 1, '2019-11-21 10:10:03', '2019-11-21 10:10:03', 'Diagnostic', '', '', 'inherit', 'open', 'closed', '', 'diagnostic', '', '', '2019-11-21 10:14:20', '2019-11-21 10:14:20', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png', 0, 'attachment', 'image/png', 0),
(839, 1, '2019-11-21 10:10:04', '2019-11-21 10:10:04', '', '', '', 'inherit', 'open', 'closed', '', 'hospitals-2', '', '', '2019-11-21 10:10:17', '2019-11-21 10:10:17', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png', 0, 'attachment', 'image/png', 0),
(840, 1, '2019-11-21 10:10:05', '2019-11-21 10:10:05', 'MCHCs', '', '', 'inherit', 'open', 'closed', '', 'mchcs-2', '', '', '2019-11-21 10:12:59', '2019-11-21 10:12:59', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png', 0, 'attachment', 'image/png', 0),
(841, 1, '2019-11-21 10:10:06', '2019-11-21 10:10:06', 'Medical Camps', '', '', 'inherit', 'open', 'closed', '', 'medical-camps-2', '', '', '2019-11-21 10:16:56', '2019-11-21 10:16:56', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png', 0, 'attachment', 'image/png', 0),
(890, 1, '2019-12-27 09:54:39', '2019-12-27 09:54:39', 'Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop', '', '', 'inherit', 'open', 'closed', '', 'causebanner', '', '', '2019-12-27 09:54:52', '2019-12-27 09:54:52', '', 882, 'http://ahf.com.pk/wp-content/uploads/2019/12/CauseBanner.jpg', 0, 'attachment', 'image/jpeg', 0),
(897, 1, '2019-12-30 05:34:56', '2019-12-30 05:34:56', '<p style=\"text-align: justify;\">Hospitals are important for the treatment of serious illnesses, and disorders of various types and severity. They not only provide emergency services but also provide long term and continuous medical facility to indoor patients. They also create jobs and in some cases can provide a safe place for people who are mostly recovered from abuse and cannot be safely sent back to community. Our hospitals provide medical facilities for all the segments of society regardless of their socio-economic status. Alkhidmat Health Foundation has provided 975 beds in its 20 hospital, so far. Following are the common facilities in our hospitals.</p>\n[gallery size=\"full\" ids=\"867,744,863\"]\n\n', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '357-autosave-v1', '', '', '2019-12-30 05:34:56', '2019-12-30 05:34:56', '', 357, 'http://ahf.com.pk/2019/12/30/357-autosave-v1/', 0, 'revision', '', 0),
(891, 1, '2019-12-27 10:32:21', '2019-12-27 10:32:21', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"6\" number=\"2\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-12-27 10:32:21', '2019-12-27 10:32:21', '', 231, 'http://ahf.com.pk/2019/12/27/231-revision-v1/', 0, 'revision', '', 0),
(843, 1, '2019-11-21 10:23:09', '2019-11-21 10:23:09', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-21 10:23:09', '2019-11-21 10:23:09', '', 663, 'http://ahf.com.pk/2019/11/21/663-revision-v1/', 0, 'revision', '', 0),
(846, 1, '2019-11-21 10:34:44', '2019-11-21 10:34:44', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-21 10:34:44', '2019-11-21 10:34:44', '', 663, 'http://ahf.com.pk/2019/11/21/663-revision-v1/', 0, 'revision', '', 0),
(847, 1, '2019-11-21 11:08:01', '2019-11-21 11:08:01', '', '', '', 'inherit', 'open', 'closed', '', 'chairman-mr-abdus-shakoor-test', '', '', '2019-11-21 11:13:13', '2019-11-21 11:13:13', '', 341, 'http://ahf.com.pk/wp-content/uploads/2017/09/Chairman-Mr-Abdus-Shakoor-Test.png', 0, 'attachment', 'image/png', 0),
(848, 1, '2019-11-21 11:08:02', '2019-11-21 11:08:02', '', '', '', 'inherit', 'open', 'closed', '', 'dr-hafeez-u-rahman-test', '', '', '2019-11-21 11:17:58', '2019-11-21 11:17:58', '', 341, 'http://ahf.com.pk/wp-content/uploads/2017/09/Dr-Hafeez-U-Rahman-Test.png', 0, 'attachment', 'image/png', 0),
(849, 1, '2019-11-21 11:08:03', '2019-11-21 11:08:03', 'Director Dr. Muhammad Afzal', '', '', 'inherit', 'open', 'closed', '', 'dr-m-afzal-test', '', '', '2019-11-21 11:19:30', '2019-11-21 11:19:30', '', 341, 'http://ahf.com.pk/wp-content/uploads/2017/09/Dr-M-Afzal-Test.png', 0, 'attachment', 'image/png', 0),
(850, 1, '2019-11-21 11:16:57', '2019-11-21 11:16:57', 'People of Pakistan do not have access to quality family health services. Most of them are unable to reach qualified healthcare professionals and latest diagnostic facilities.', 'Mariya fruklein', '', 'inherit', 'closed', 'closed', '', '342-autosave-v1', '', '', '2019-11-21 11:16:57', '2019-11-21 11:16:57', '', 342, 'http://ahf.com.pk/2019/11/21/342-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(851, 1, '2021-08-09 10:41:14', '2021-08-09 10:41:14', '<p style=\"text-align: left;\">To help Pakistan provide better health facilities to their people, Alkhidmat has provided a vast range of health related facilities including Hospitals, Mother & Child Healthcare Centers, Diagnostic Centers, Ambulance Service, Blood Banks and even Clinics with Dispensaries and Mobile Health Units and Camps for the people of Pakistan.</p>', 'President Mr. Abdus Shakoor', '', 'inherit', 'closed', 'closed', '', '343-autosave-v1', '', '', '2021-08-09 10:41:14', '2021-08-09 10:41:14', '', 343, 'http://ahf.com.pk/2019/11/21/343-autosave-v1/', 0, 'revision', '', 0),
(852, 1, '2019-11-21 11:20:53', '2019-11-21 11:20:53', '<p style=\"text-align: center;\">It is a matter of great honor and pleasure for me to provide health services for humanity through the esteemed platform of Alkhidmat Health Foundation. Here we do not mean just the health facilities we provide through our hospitals, blood banks, ambulance service or mobile medical camps but it is the love, respect and priority that heal our patients quicker than any medical treatment.</p>', 'Director Dr. M. Afzal', '', 'inherit', 'closed', 'closed', '', '341-autosave-v1', '', '', '2019-11-21 11:20:53', '2019-11-21 11:20:53', '', 341, 'http://ahf.com.pk/2019/11/21/341-autosave-v1/', 0, 'revision', '', 0),
(903, 1, '2019-12-30 06:20:17', '2019-12-30 06:20:17', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"6\" number=\"2\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-12-30 06:20:17', '2019-12-30 06:20:17', '', 231, 'http://ahf.com.pk/2019/12/30/231-revision-v1/', 0, 'revision', '', 0),
(854, 1, '2019-11-21 11:26:18', '2019-11-21 11:26:18', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_our_causes number=\"4\" sort_by=\"title\" sorting_order=\"ASC\" columns_grid=\"3\" cat=\"all\" donate_sec=\"fasle\" c_opt=\"excerpt\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-11-21 11:26:18', '2019-11-21 11:26:18', '', 231, 'http://ahf.com.pk/2019/11/21/231-revision-v1/', 0, 'revision', '', 0),
(856, 1, '2019-11-21 11:40:54', '2019-11-21 11:40:54', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-21 11:40:54', '2019-11-21 11:40:54', '', 663, 'http://ahf.com.pk/2019/11/21/663-revision-v1/', 0, 'revision', '', 0),
(1105, 1, '2020-08-24 16:50:08', '2020-08-24 16:50:08', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation committed and continuously improving its aims/objectives, achievements, and satisfaction of partners & beneficiaries through innovation in management/ delivery system by ensuring all applicable laws of Pakistan.</p>\r\n[/vc_column_text][vc_column_text]<strong style=\"color: red;\">Aditional Note:</strong>\r\n<p style=\"text-align: justify;\">This website uses cookies to improve your experience by remembering your preferences. The date stored or read from these cookies does not contain any personal information. You may refuse the use of cookies for our website, however, by doing so you may not be able to use the full functionality of this website.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy', '', '', '2020-08-24 16:54:49', '2020-08-24 16:54:49', '', 0, 'http://ahf.com.pk/?page_id=1105', 0, 'page', '', 0),
(1099, 1, '2020-05-07 11:23:03', '2020-05-07 11:23:03', 'Alkhidmat Foundation Pakistan inaugurated its first Corona testing lab in Lahore. Vice Chancellor University of Health Sciences, Prof. Dr. Javed Akram inaugurated the lab at Alkhidmat Diagnostic Center Chuburji Lahore. President Alkhidmat Foundation Mr. Abdus Shakoor, National Director Diagnostic Eng. Sabir Ahmad and President Governing Body of Suraya Azeem Hospital Dr. Zikarullah Mujahid were also present at the inaugural ceremony.\r\nMr. Abdus Shakoor said that Alkhidmat Foundation Pakistan is working hard to help the national against Corona situation. He said that our 28 hospitals, diagnostic labs, ambulances, medical and paramedic staff are fully prepared to face any emergency situation. He also said that this lab has the capacity if 100 tests per day and the report will be provided to the patients in just 48 hours at a substantially subsidized rates. He also announced that Corona test will be offered for just Rs. 3,000/- till 31 May 2020.\r\nDr. Javed Akram appreciated the proactiveness of Alkhidmat Foundation and said that this center will facilitate the people of Lahore in this time of need.', 'Inauguration of COVID-19 Testing Lab', '', 'publish', 'open', 'open', '', 'inauguration-covid-19-testing-lab', '', '', '2020-05-07 11:23:32', '2020-05-07 11:23:32', '', 0, 'http://ahf.com.pk/?p=1099', 0, 'post', '', 0),
(893, 1, '2019-12-27 11:51:19', '2019-12-27 11:51:19', 'Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop', '', '', 'inherit', 'open', 'closed', '', 'alkhidmat-hospital-quetta-1', '', '', '2019-12-27 11:51:54', '2019-12-27 11:51:54', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/12/Alkhidmat-Hospital-Quetta-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(894, 1, '2019-12-27 11:51:23', '2019-12-27 11:51:23', 'Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop', '', '', 'inherit', 'open', 'closed', '', 'alkhidmat-hospital-quetta-2', '', '', '2019-12-27 11:51:50', '2019-12-27 11:51:50', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/12/Alkhidmat-Hospital-Quetta-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(895, 1, '2019-12-27 11:51:24', '2019-12-27 11:51:24', 'Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop', '', '', 'inherit', 'open', 'closed', '', 'alkhidmat-hospital-quetta-3', '', '', '2019-12-27 11:51:47', '2019-12-27 11:51:47', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/12/Alkhidmat-Hospital-Quetta-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(896, 1, '2019-12-27 11:51:26', '2019-12-27 11:51:26', 'Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop', '', '', 'inherit', 'open', 'closed', '', 'alkhidmat-hospital-quetta-4', '', '', '2019-12-27 11:51:42', '2019-12-27 11:51:42', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/12/Alkhidmat-Hospital-Quetta-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(858, 1, '2019-11-21 11:42:21', '2019-11-21 11:42:21', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.cause-heading p {\n display: none;\n}\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-21 11:42:21', '2019-11-21 11:42:21', '', 663, 'http://ahf.com.pk/2019/11/21/663-revision-v1/', 0, 'revision', '', 0),
(860, 1, '2019-11-21 11:43:00', '2019-11-21 11:43:00', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n.cause-heading p {\n display: none;\n}\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-21 11:43:00', '2019-11-21 11:43:00', '', 663, 'http://ahf.com.pk/2019/11/21/663-revision-v1/', 0, 'revision', '', 0),
(942, 1, '2020-01-01 06:19:15', '2020-01-01 06:19:15', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"6\" number=\"2\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2020-01-01 06:19:15', '2020-01-01 06:19:15', '', 231, 'http://ahf.com.pk/2020/01/01/231-revision-v1/', 0, 'revision', '', 0),
(861, 1, '2019-11-21 11:45:43', '2019-11-21 11:45:43', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_our_causes number=\"3\" sort_by=\"title\" sorting_order=\"ASC\" columns_grid=\"4\" cat=\"all\" donate_sec=\"fasle\" c_opt=\"excerpt\"][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our Welfare</strong> Projects\"][sh_welfare_projects number=\"6\" category=\"all\" sort_by=\"title\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2019-11-21 11:45:43', '2019-11-21 11:45:43', '', 231, 'http://ahf.com.pk/2019/11/21/231-revision-v1/', 0, 'revision', '', 0),
(871, 1, '2019-11-25 06:36:12', '2019-11-25 06:36:12', '[vc_row][vc_column][vc_column_text][our-team][/vc_column_text][/vc_column][/vc_row]', 'Central Board of Management', '', 'inherit', 'closed', 'closed', '', '684-revision-v1', '', '', '2019-11-25 06:36:12', '2019-11-25 06:36:12', '', 684, 'http://ahf.com.pk/2019/11/25/684-revision-v1/', 0, 'revision', '', 0),
(862, 1, '2019-11-21 11:52:49', '2019-11-21 11:52:49', '[vc_row][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">Coming Soon</h1>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Central Board of Management', '', 'inherit', 'closed', 'closed', '', '684-revision-v1', '', '', '2019-11-21 11:52:49', '2019-11-21 11:52:49', '', 684, 'http://ahf.com.pk/2019/11/21/684-revision-v1/', 0, 'revision', '', 0),
(863, 1, '2019-11-22 05:08:05', '2019-11-22 05:08:05', 'Alkhidmat Fareeda Yaqoob Hospital', '', '', 'inherit', 'open', 'closed', '', 'fareedayaqoobhospital', '', '', '2019-11-22 05:08:31', '2019-11-22 05:08:31', '', 701, 'http://ahf.com.pk/wp-content/uploads/2019/11/FareedaYaqoobHospital.jpg', 0, 'attachment', 'image/jpeg', 0),
(865, 1, '2019-11-23 05:36:16', '2019-11-23 05:36:16', 'Alkhidmat health Foundation', '', '', 'inherit', 'open', 'closed', '', 'ahf-logo-207x70', '', '', '2019-11-23 05:37:14', '2019-11-23 05:37:14', '', 0, 'http://ahf.com.pk/wp-content/uploads/2019/11/AHF-Logo-207x70.png', 0, 'attachment', 'image/png', 0),
(873, 1, '2019-11-25 06:54:03', '2019-11-25 06:54:03', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n.cause-heading p {\n display: none;\n}\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-25 06:54:03', '2019-11-25 06:54:03', '', 663, 'http://ahf.com.pk/2019/11/25/663-revision-v1/', 0, 'revision', '', 0),
(1120, 1, '2021-06-16 11:53:50', '2021-06-16 11:53:50', '<div dir=\"auto\">\r\n<div dir=\"auto\">Alkhidmat, with the kind support of Exness, has implemented the project by provision of equipment for Corona Special Care Unit in Alkhidmat Mashal Medical Complex Mardan, KPK – Pakistan. With this project 64 corona patients have been given treatment so far.</div>\r\n<div dir=\"auto\">Alhamdulillah! The downward trend is recorded as daily deaths and new cases have begun to drop. The third wave peaked in late April 2021 to Mid May 2021, and since then, positivity rates, daily new case numbers, and daily new death numbers have been falling. Now Pakistan has relaxed COVID-19 curbs introduced during the peak and the activities have resumed in all segments of life.</div>\r\n<div dir=\"auto\">In post COVID-19 scenario, this corona special care unit will be converted into intensive care unit (ICU) to serve people of Mardan and surrounding areas.</div>\r\n</div>', 'Exness Provided the Corona Special Care Unit Equipments', '', 'inherit', 'closed', 'closed', '', '1117-revision-v1', '', '', '2021-06-16 11:53:50', '2021-06-16 11:53:50', '', 1117, 'http://ahf.com.pk/2021/06/16/1117-revision-v1/', 0, 'revision', '', 0),
(876, 1, '2019-11-25 06:59:00', '2019-11-25 06:59:00', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n.cause-heading p {\n display: none;\n}\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-25 06:59:00', '2019-11-25 06:59:00', '', 663, 'http://ahf.com.pk/2019/11/25/663-revision-v1/', 0, 'revision', '', 0),
(882, 1, '2019-12-27 07:48:00', '2019-12-27 07:48:00', '<p style=\"text-align: justify;\">Alkhidmat Hospital Multan will be a dedicated 100 beds Hospital (in first phase) after its completion, to provide round the clock quality services on subsidized cost. Specialists’ Clinics will be established for different medical and surgical specialties in the Hospital. The services will include Out-Patient Services, In-Patient Services, Gyne & Obstetrics, Pediatrics, Accident & Emergency Services, Operation Theatre, Radiology Services, Pathology Services, Pharmacy, Blood Bank, Vaccination and Ambulance Facility. Approximately 25,000 poor and vulnerable families per year will benefit from Alkhidmat Charity Australia Hospital Multan. The grey structure of the building has been completed while remaining finishing work awaits your donations for its rapid completion.</p>', 'Alkhidmat Hospital Multan', '', 'publish', 'closed', 'closed', '', 'alkhidmat-hospital-multan', '', '', '2021-01-21 07:50:05', '2021-01-21 07:50:05', '', 0, 'http://ahf.com.pk/?post_type=dict_causes&p=882', 0, 'dict_causes', '', 0),
(883, 1, '2019-12-27 07:44:08', '2019-12-27 07:44:08', 'Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop', '', '', 'inherit', 'open', 'closed', '', '1d6a4283', '', '', '2019-12-27 07:45:32', '2019-12-27 07:45:32', '', 882, 'http://ahf.com.pk/wp-content/uploads/2019/12/1D6A4283.jpg', 0, 'attachment', 'image/jpeg', 0),
(884, 1, '2019-12-27 07:44:24', '2019-12-27 07:44:24', 'Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop', '', '', 'inherit', 'open', 'closed', '', '1d6a4293', '', '', '2019-12-27 07:45:48', '2019-12-27 07:45:48', '', 882, 'http://ahf.com.pk/wp-content/uploads/2019/12/1D6A4293.jpg', 0, 'attachment', 'image/jpeg', 0),
(885, 1, '2019-12-27 07:44:41', '2019-12-27 07:44:41', 'Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop', '', '', 'inherit', 'open', 'closed', '', '1d6a4302', '', '', '2019-12-27 07:45:53', '2019-12-27 07:45:53', '', 882, 'http://ahf.com.pk/wp-content/uploads/2019/12/1D6A4302.jpg', 0, 'attachment', 'image/jpeg', 0),
(886, 1, '2019-12-27 07:44:47', '2019-12-27 07:44:47', 'Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop', '', '', 'inherit', 'open', 'closed', '', '1d6a4321-copy', '', '', '2019-12-27 07:45:57', '2019-12-27 07:45:57', '', 882, 'http://ahf.com.pk/wp-content/uploads/2019/12/1D6A4321-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(887, 1, '2019-12-27 07:45:06', '2019-12-27 07:45:06', 'Islamic will documents, preparing an Islamic will, Islamic will calculator, Islamic will Hanafi, will in Islamic law pdf, wasiyat in Islam, Sharia Islamic will, Islamic will one third, donation, zakat, Qurbani, donation for Pakistan, donation for needy, donation for poor, orphanage, orphans, orphans in Pakistan, Alkhidmat, clean water, disaster management, disaster hub, water, orphan care, health, hospital, hospitals in Thar,Aghosh homes, poor, homeless, Karachi, Kohat, Sindh, Rawalakot, Murree, Lahore, Turkey, Hospitals, Blood Banks, Ambulances, Medical Centers, Medical Camps, Leaders, Motivational Speakers, Training, Winter, Cold Weather, Winter Appeal, First Aid Workshop', '', '', 'inherit', 'open', 'closed', '', '1d6a4385', '', '', '2019-12-27 07:46:12', '2019-12-27 07:46:12', '', 882, 'http://ahf.com.pk/wp-content/uploads/2019/12/1D6A4385.jpg', 0, 'attachment', 'image/jpeg', 0),
(878, 1, '2019-11-25 07:00:01', '2019-11-25 07:00:01', '/***Header Donate button Start***/\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n.cause-heading p {\n display: none;\n}\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2019-11-25 07:00:01', '2019-11-25 07:00:01', '', 663, 'http://ahf.com.pk/2019/11/25/663-revision-v1/', 0, 'revision', '', 0),
(1090, 1, '2020-02-29 09:38:05', '2020-02-29 09:38:05', 'Alkhidmat Heath Foundation Pharmacy', '', '', 'inherit', 'open', 'closed', '', 'screen-shot-2019-10-05-at-10-56-47-am', '', '', '2020-02-29 09:39:28', '2020-02-29 09:39:28', '', 1089, 'http://ahf.com.pk/wp-content/uploads/2020/02/Screen-Shot-2019-10-05-at-10.56.47-AM.png', 0, 'attachment', 'image/png', 0),
(1091, 1, '2020-02-29 09:38:18', '2020-02-29 09:38:18', 'Alkhidmat Heath Foundation Pharmacy', '', '', 'inherit', 'open', 'closed', '', 'screen-shot-2019-10-05-at-10-56-58-am', '', '', '2020-02-29 09:44:20', '2020-02-29 09:44:20', '', 1089, 'http://ahf.com.pk/wp-content/uploads/2020/02/Screen-Shot-2019-10-05-at-10.56.58-AM.png', 0, 'attachment', 'image/png', 0),
(1092, 1, '2020-02-29 09:45:30', '2020-02-29 09:45:30', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Hospital pharmacy is a specialized field of pharmacy that is integrated into a healthcare setting. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counseled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Ambulances\"][vc_column][vc_gallery type=\"image_grid\" images=\"1090,1091\" img_size=\"250x250\" css=\".vc_custom_1582969475941{margin-top: 0px !important;padding-top: 0px !important;}\"][/vc_column][/vc_row]', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2020-02-29 09:45:30', '2020-02-29 09:45:30', '', 1089, 'http://ahf.com.pk/2020/02/29/1089-revision-v1/', 0, 'revision', '', 0),
(1081, 1, '2020-02-29 07:22:28', '2020-02-29 07:22:28', '/***Header Donate button Start***/\n.header-btn {\n background: #0061AF;\n color: #ffffff;\n}\n.header-btn:hover {\n background: #ED3236;\n color: #ffffff;\n}\n/***Header Donate button End***/\n\n/***General Color for headings & title Start***/\n.sec-title h2 span, .meta span i, .needed-amount > h5 i, .footer-widget-title h4 span, .our-causes-hover span i, .our-causes-hover span.needed-amount, .story > h6 i, .member-intro > span, .about-charity-desc.col-md-7 li h6, .page-title h1 span, label span, .form p span, .contact-info .contact-details li span i, .sidebar-title > h4 span, .sidebar-widget ul > li > a:hover, .error-page h2, .error-page-search a, .search-result h3 span, .cart-table li > .product > h6, .cart-total span, .cloud-tags a:hover, .featured-products .col-md-4 > a, .featured-products .col-md-4 > h6 i, .order-reveived p strong, .order-reveived a, .gallery-tabs li.active a, .gallery-tabs li.active a:hover, .gallery-tabs li.active a:focus, blockquote span, .comments li .comment i span, .post-meta > li p span, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .theme-list li i, .logo h1, .coloured, .port-desc h4 a, .donate-message > p span, .upcoming-event > h5, .upcoming-event li .icon-pencil, .sec-heading h2 strong, .search-title span, .ratings, .wpb_tour_next_prev_nav a, .slide2-text3 span span, .slide3-text1 span, .slide2-text1 span span, .slide3-text3 span, .designation, .project-detail span, span.title-icon, .featured-details > a, .sidebar-widget ul li a, .our-cause-detail > span a, .our-cause-detail > i span, .fancy-cause-intro > span strong, .fancy-cause-intro > i a, .fancy-cause-hover > span strong, span.slide1 i, h3.slide2 span, h3.slide3 i, h4.slide3 span, h5.slide3 span, .slide4 i, .slide5 span, .slide5-title span, .slide3-subtitle2 i, header.header2 #menu-navigation > li:hover > a, header.header2 #menu-navigation > li.active > a, .header-event .count-down span.countdown-row span.countdown-amount, .search-box.white:before, #menu-navigation ul.mega-menu2 > li:hover > a, header.header3 #menu-navigation li ul li:hover > a, .main-blog .blog-post h2 a:hover, .donation-appeal > h3 span, .sec-heading4 h2 span, .wide-project-detail > h3, .money-spent > h5 i, .cause-location > p span, .charity-cause-detail > span i, .urgent-cause > h3 span, .urgent-cause > h6 span, .urgent-cause > strong i, .simple-parallax > h3 span, .abt-upcoming-event > ul li a, .upcoming-counter > div > span > span .countdown-period, .charity-event-detail > i strong, .charity-event-detail > h3 a:hover, .charity-cause-detail > h3 a:hover, .wide-project-detail > h2 a:hover, #buddypress #activity-stream p a, #buddypress div.activity-comments form div.ac-reply-content a, #buddypress div.activity-comments form input, #buddypress div.activity-meta a, #buddypress .acomment-meta a, #buddypress .acomment-options a, #buddypress ul.item-list li a, #buddypress #item-body div.item-list-tabs ul li a, .gform_wrapper span.gform_description, .upcoming-counter .countdown li p, .header-event .countdown li span, .vc_tta-panel-body li i, .responsive-header > ul li:hover > a, .responsive-header > ul li.opened > a, .donation-appeal > h3 strong, .product-name a, .stars, .responsive-topbar-info > ul > li.active > i, .responsive-menu > ul li ul li:hover > a, .responsive-menu > ul li ul li.active > a, .default-header nav > div#menu-navigation > ul li:hover a, p.stars span a, .post-meta > li .product_meta > span a:hover, .woocommerce-MyAccount-content p a, .account-orders-table tbody td.order-number > a, .woocommerce-info > a, .bbp-breadcrumb > p > a, #subscription-toggle a.subscription-toggle:hover, .category a:hover, .post-meta li a:hover, .post-desc p a, .logged-in-as > a, #cancel-comment-reply-link, .post p a, .lost_password > a, .payment_methods li a, .slide-donate {\n color: #0061AF !important;\n}\n\n\n\n.menu ul li ul, .message-form, .message-form, .ls-container, .sidebar-title, .accordion_toggle.current > a, .order-reveived, .theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus, .menu ul li ul li ul, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .box {\n border-color: #0061AF !important;\n}\n\n.menu > ul > li > ul > li > a:hover {\n background: #0061AF !important;\n}\n\n\n/***General Color for headings and title End***/\n\n/***Health Total&Projects Map Start***/\n.HealthMapImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n.TotalHealthProjectsImg > .container > .row > .column > .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {\n border: none !important;\n}\n/***Health Total&Projects Map End***/\n/*****Our Causes Start*****/\n.our-causes-hover > span:first-of-type {\n display: none;\n}\n.our-causes-hover p {\n color:#ffffff;\n}\n/*.cause-heading p {\n display: none;\n}*/\n/*****Our Causes End*****/\n/*****Services Stats Start *****/\n.statistics .stat{\n margin:0px !important;\n}\n/*****Services Icons Start*****/\n.fa-hospital-o:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Hospitals.png) !important;\n}\n.fa-h-square:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/MCHCs.png) !important;\n}\n.fa-stethoscope:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Clinic.png) !important;\n}\n.fa-flask:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Diagnostic.png) !important;\n}\n.fa-tint:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Blood.png) !important;\n}\n.fa-ambulance:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Ambulance.png) !important;\n}\n.fa-medkit:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2019/11/Medical-Camps.png) !important;\n}\n.fa-beer:before {\n content: url(http://ahf.com.pk/wp-content/uploads/2020/02/Pharmacy.png) !important;\n}\n/*#tf-stat-750 .stat .count-title{\n margin-right:10px;\n}*/\n/*****Services Icons End*****/\n/*****Services Stats End *****/\n\n/*****Testimonial Start*****/\n.TestimonialBack.remove-top {\n background-color: rgba(191, 9, 9, 0.98);\n}\n/*****Testimonial End*****/\n/*****Our Team Start*****/\n.grid#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles#sc_our_team .sc_team_member .sc_team_member_name a, .grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {\n color: #fff;\n font-size: larger;\n}\n.sc_team_member_jobtitle {\n font-size: smaller;\n}\n#sc_our_team .sc_team_member .sc_team_more img {\n display: none !important;\n}\n.sc_team_member_overlay {\n background: none !important;\n}\n/*****Our Team End*****/', 'lifeline-new', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-02-29 07:22:28', '2020-02-29 07:22:28', '', 663, 'http://ahf.com.pk/2020/02/29/663-revision-v1/', 0, 'revision', '', 0),
(938, 1, '2020-01-01 06:17:01', '2020-01-01 06:17:01', '<div id=\"js_a1\" class=\"_5pbx userContent _3576\" data-testid=\"post_message\" data-ft=\"{"tn":"K"}\">\r\n\r\nMr. Abdus Shakoor (Chairman Alkhidmat Health Foundation) visited Prof. Dr. Javed Akram (Vice-Chancellor, University of Health Sciences Lahore). Areas of mutual interest discussed and decided to increase collaboration between both institutions. Prof. Dr. Javed Akram presented a souvenir to Mr. Abdus Shakoor at the end.\r\n\r\n</div>', 'A Visit of University of Health Sciences Lahore', '', 'publish', 'open', 'open', '', 'a-visit-of-university-of-health-sciences-lahore', '', '', '2020-01-01 06:18:18', '2020-01-01 06:18:18', '', 0, 'http://ahf.com.pk/?p=938', 0, 'post', '', 0),
(939, 1, '2020-01-01 06:16:19', '2020-01-01 06:16:19', 'A Visit of University of Health Sciences Lahore', '', '', 'inherit', 'open', 'closed', '', 'university-of-health-sciences-lahore1', '', '', '2020-01-01 06:16:43', '2020-01-01 06:16:43', '', 938, 'http://ahf.com.pk/wp-content/uploads/2020/01/University-of-Health-Sciences-Lahore1.jpg', 0, 'attachment', 'image/jpeg', 0),
(940, 1, '2020-01-01 06:16:21', '2020-01-01 06:16:21', 'A Visit of University of Health Sciences Lahore', '', '', 'inherit', 'open', 'closed', '', 'university-of-health-sciences-lahore2', '', '', '2020-01-01 06:16:38', '2020-01-01 06:16:38', '', 938, 'http://ahf.com.pk/wp-content/uploads/2020/01/University-of-Health-Sciences-Lahore2.jpg', 0, 'attachment', 'image/jpeg', 0),
(941, 1, '2020-01-01 06:17:01', '2020-01-01 06:17:01', '<div id=\"js_a1\" class=\"_5pbx userContent _3576\" data-testid=\"post_message\" data-ft=\"{"tn":"K"}\">\r\n\r\nMr. Abdus Shakoor (Chairman Alkhidmat Health Foundation) visited Prof. Dr. Javed Akram (Vice-Chancellor, University of Health Sciences Lahore). Areas of mutual interest discussed and decided to increase collaboration between both institutions. Prof. Dr. Javed Akram presented a souvenir to Mr. Abdus Shakoor at the end.\r\n\r\n</div>', 'A Visit of University of Health Sciences Lahore', '', 'inherit', 'closed', 'closed', '', '938-revision-v1', '', '', '2020-01-01 06:17:01', '2020-01-01 06:17:01', '', 938, 'http://ahf.com.pk/2020/01/01/938-revision-v1/', 0, 'revision', '', 0),
(945, 1, '2020-01-01 06:42:20', '2020-01-01 06:42:20', '', 'Recent News', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2020-01-01 06:42:20', '2020-01-01 06:42:20', '', 316, 'http://ahf.com.pk/2020/01/01/316-revision-v1/', 0, 'revision', '', 0),
(946, 1, '2020-01-01 06:46:05', '2020-01-01 06:46:05', '[vc_row][vc_column][sh_recent_news cat=\"all\" sort_by=\"date\" sorting_order=\"DESC\" c_opt=\"excerpt\"][/vc_column][/vc_row]', 'Recent News', '', 'inherit', 'closed', 'closed', '', '316-autosave-v1', '', '', '2020-01-01 06:46:05', '2020-01-01 06:46:05', '', 316, 'http://ahf.com.pk/2020/01/01/316-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1136, 1, '2021-07-31 07:51:56', '2021-07-31 07:51:56', '<!-- wp:columns -->\n<div class=\"wp-block-columns has-2-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1132} -->\n<figure class=\"wp-block-image\"><img src=\"https://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-3.jpg\" alt=\"\" class=\"wp-image-1132\"/><figcaption><strong>Dr Hafeez Ur Rehman</strong></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75%<br>death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. <br> .</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment. Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centres, dispensaries, blood banks, clinics, mobile health units, medical<br> camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities at relatively subsidised rates.<br> Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore,Karachi, Faisalabad & Peshawar and establishing Healthline.<br> Let’s us hope Pakistan would be a leading healthcare nation.</p>\n<!-- /wp:paragraph -->', 'Chairman Message', '', 'inherit', 'closed', 'closed', '', '1129-revision-v1', '', '', '2021-07-31 07:51:56', '2021-07-31 07:51:56', '', 1129, 'https://ahf.com.pk/2021/07/31/1129-revision-v1/', 0, 'revision', '', 0),
(1135, 1, '2021-07-31 07:50:31', '2021-07-31 07:50:31', '<!-- wp:columns -->\n<div class=\"wp-block-columns has-2-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1132} -->\n<figure class=\"wp-block-image\"><img src=\"https://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-3.jpg\" alt=\"\" class=\"wp-image-1132\"/><figcaption><strong>Dr Hafeez Ur Rehman</strong></figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75%<br>death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a<br> proper healthcare system to enable peoples’ access to quality treatment. Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centres, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical<br> facilities at relatively subsidised rates.<br> Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in<br> selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore,<br> Karachi, Faisalabad & Peshawar and establishing Healthline.<br> Let’s us hope Pakistan would be a leading healthcare nation.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment. Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centres, dispensaries, blood banks, clinics, mobile health units, medical<br> camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities at relatively subsidised rates.<br> Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore,Karachi, Faisalabad & Peshawar and establishing Healthline.<br> Let’s us hope Pakistan would be a leading healthcare nation.</p>\n<!-- /wp:paragraph -->', 'Chairman Message', '', 'inherit', 'closed', 'closed', '', '1129-revision-v1', '', '', '2021-07-31 07:50:31', '2021-07-31 07:50:31', '', 1129, 'https://ahf.com.pk/2021/07/31/1129-revision-v1/', 0, 'revision', '', 0),
(1142, 1, '2021-11-25 10:13:28', '2021-11-25 10:13:28', '<!-- wp:image {\"id\":1143} -->\n<figure class=\"wp-block-image\"><img src=\"http://ahf.com.pk/wp-content/uploads/2021/11/Ambulance--1024x216.jpg\" alt=\"\" class=\"wp-image-1143\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Alkhidmat Health Foundation announce vendors prequalification Documentation </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Download Pre-Qualification Form <strong>Download</strong></p>\n<!-- /wp:paragraph -->', 'Announcement', '', 'publish', 'closed', 'closed', '', 'announcement', '', '', '2021-11-25 10:15:42', '2021-11-25 10:15:42', '', 0, 'http://ahf.com.pk/?page_id=1142', 0, 'page', '', 0),
(1143, 1, '2021-11-25 10:07:22', '2021-11-25 10:07:22', '', 'Ambulance-', '', 'inherit', 'open', 'closed', '', 'ambulance-3', '', '', '2021-11-25 10:07:22', '2021-11-25 10:07:22', '', 1142, 'http://ahf.com.pk/wp-content/uploads/2021/11/Ambulance-.jpg', 0, 'attachment', 'image/jpeg', 0),
(1144, 1, '2021-11-25 10:13:28', '2021-11-25 10:13:28', '<!-- wp:image {\"id\":1143} -->\n<figure class=\"wp-block-image\"><img src=\"http://ahf.com.pk/wp-content/uploads/2021/11/Ambulance--1024x216.jpg\" alt=\"\" class=\"wp-image-1143\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p> Alkhidmat Health Foundation announce vendors prequalification Documentation </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Download Pre-Qualification Form <strong>Download</strong></p>\n<!-- /wp:paragraph -->', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1142-revision-v1', '', '', '2021-11-25 10:13:28', '2021-11-25 10:13:28', '', 1142, 'http://ahf.com.pk/2021/11/25/1142-revision-v1/', 0, 'revision', '', 0),
(1147, 1, '2021-11-25 10:21:41', '2021-11-25 10:21:41', '<!-- wp:columns -->\n<div class=\"wp-block-columns has-2-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1132,\"align\":\"center\",\"width\":236,\"height\":243} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://ahf.com.pk/wp-content/uploads/2021/07/DrHafeezurRahman-291x300-3.jpg\" alt=\"\" class=\"wp-image-1132\" width=\"236\" height=\"243\"/><figcaption><strong>Dr Hafeez Ur Rehman</strong></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75%<br>death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. <br>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p style=\"text-align:left\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment. Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centres, dispensaries, blood banks, clinics, mobile health units, medical<br>camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities at relatively subsidised rates.<br>Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore,Karachi, Faisalabad & Peshawar and establishing Healthline.<br>Let’s us hope Pakistan would be a leading healthcare nation.</p>\n<!-- /wp:paragraph -->', 'Chairman Message', '', 'inherit', 'closed', 'closed', '', '1129-revision-v1', '', '', '2021-11-25 10:21:41', '2021-11-25 10:21:41', '', 1129, 'http://ahf.com.pk/2021/11/25/1129-revision-v1/', 0, 'revision', '', 0),
(1242, 1, '2021-11-26 07:30:45', '2021-11-26 07:30:45', '', 'Chairman Message', '', 'inherit', 'closed', 'closed', '', '1122-revision-v1', '', '', '2021-11-26 07:30:45', '2021-11-26 07:30:45', '', 1122, 'http://ahf.com.pk/2021/11/26/1122-revision-v1/', 0, 'revision', '', 0),
(1310, 1, '2021-11-27 09:41:58', '2021-11-27 09:41:58', '', '25399-6-download-now-button-thumb', '', 'inherit', 'open', 'closed', '', '25399-6-download-now-button-thumb', '', '', '2021-11-27 09:41:58', '2021-11-27 09:41:58', '', 1308, 'http://ahf.com.pk/wp-content/uploads/2021/11/25399-6-download-now-button-thumb.png', 0, 'attachment', 'image/png', 0),
(1308, 1, '2021-11-27 09:39:51', '2021-11-27 09:39:51', '<p style=\"text-align: center;\">Alkhidmat Heath Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: center;\"><strong>Download the Prequalification Documents here</strong></p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'Announcement', '', 'publish', 'closed', 'closed', '', 'announcement-2', '', '', '2021-11-27 11:04:44', '2021-11-27 11:04:44', '', 0, 'http://ahf.com.pk/?page_id=1308', 0, 'page', '', 0),
(1309, 1, '2021-11-27 09:39:51', '2021-11-27 09:39:51', '<b>Alkhidmat Health Foundation</b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.\r\n\r\nDownload the Prequalification Documents here :\r\n\r\n ', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2021-11-27 09:39:51', '2021-11-27 09:39:51', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-revision-v1/', 0, 'revision', '', 0),
(1311, 1, '2021-11-27 11:01:33', '2021-11-27 11:01:33', '<p style=\"text-align: center;\">Alkhidmat Heath Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\n<p style=\"text-align: left;\"> <strong> Download the Prequalification Documents here :</strong></p>\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-autosave-v1', '', '', '2021-11-27 11:01:33', '2021-11-27 11:01:33', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-autosave-v1/', 0, 'revision', '', 0),
(1313, 1, '2021-11-27 09:47:09', '2021-11-27 09:47:09', '<b>Alkhidmat Health Foundation</b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.\r\n\r\nDownload the Prequalification Documents here :\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2021-11-27 09:47:09', '2021-11-27 09:47:09', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-revision-v1/', 0, 'revision', '', 0),
(1312, 1, '2021-11-27 09:43:39', '2021-11-27 09:43:39', '<b>Alkhidmat Health Foundation</b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.\r\n\r\nDownload the Prequalification Documents here :\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-1310\" src=\"http://ahf.com.pk/wp-content/uploads/2021/11/25399-6-download-now-button-thumb.png\" alt=\"\" width=\"163\" height=\"163\" /></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<img class=\"alignnone wp-image-1310 aligncenter\" src=\"http://ahf.com.pk/wp-content/uploads/2021/11/25399-6-download-now-button-thumb.png\" alt=\"\" width=\"170\" height=\"170\" />', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2021-11-27 09:43:39', '2021-11-27 09:43:39', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-revision-v1/', 0, 'revision', '', 0),
(1314, 1, '2021-11-27 09:47:40', '2021-11-27 09:47:40', ' \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation</b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\nDownload the Prequalification Documents here :\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2021-11-27 09:47:40', '2021-11-27 09:47:40', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-revision-v1/', 0, 'revision', '', 0),
(1316, 1, '2021-11-27 09:49:32', '2021-11-27 09:49:32', '', 'Announcement', '', 'publish', 'closed', 'closed', '', 'announcement', '', '', '2021-11-27 09:56:01', '2021-11-27 09:56:01', '', 0, 'http://ahf.com.pk/2021/11/27/announcement/', 4, 'nav_menu_item', '', 0),
(1420, 1, '2021-12-27 11:32:54', '2021-12-27 11:32:54', '', 'WhatsApp Image 2021-12-27 at 4.16.00 PM (2)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-12-27-at-4-16-00-pm-2', '', '', '2021-12-27 11:32:54', '2021-12-27 11:32:54', '', 1396, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1421, 1, '2021-12-27 11:33:35', '2021-12-27 11:33:35', '', 'WhatsApp Image 2021-12-27 at 4.16.00 PM (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-12-27-at-4-16-00-pm-1', '', '', '2021-12-27 11:33:35', '2021-12-27 11:33:35', '', 1395, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1423, 1, '2021-12-27 11:42:58', '2021-12-27 11:42:58', '[vc_row][vc_column][vc_column_text][our-team][/vc_column_text][/vc_column][/vc_row]', 'Central Working Committee', '', 'inherit', 'closed', 'closed', '', '684-revision-v1', '', '', '2021-12-27 11:42:58', '2021-12-27 11:42:58', '', 684, 'http://ahf.com.pk/2021/12/27/684-revision-v1/', 0, 'revision', '', 0),
(1424, 1, '2021-12-27 11:51:37', '2021-12-27 11:51:37', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n<img class=\"wp-image-1480 alignleft\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg\" alt=\"\" width=\"98%\" height=\"27\" />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\r\n<img class=\"wp-image-1480 alignleft\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg\" alt=\"\" width=\"98%\" height=\"27\" />\r\n\r\n \r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION (AHF)</b> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.</p>\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION</b> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'publish', 'closed', 'closed', '', 'introduction', '', '', '2021-12-28 07:28:15', '2021-12-28 07:28:15', '', 0, 'http://ahf.com.pk/?page_id=1424', 0, 'page', '', 0),
(1425, 1, '2021-12-27 11:51:10', '2021-12-27 11:51:10', '', 'IntroPage', '', 'inherit', 'open', 'closed', '', 'intropage', '', '', '2021-12-27 11:51:10', '2021-12-27 11:51:10', '', 1424, 'http://ahf.com.pk/wp-content/uploads/2021/12/IntroPage.jpg', 0, 'attachment', 'image/jpeg', 0),
(1426, 1, '2021-12-27 11:51:37', '2021-12-27 11:51:37', 'wsi-imageoptim-single-page-top2', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 11:51:37', '2021-12-27 11:51:37', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1427, 1, '2021-12-27 11:53:54', '2021-12-27 11:53:54', '[vc_row][vc_column][vc_column_text]Pakistan’s healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 11:53:54', '2021-12-27 11:53:54', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1334, 1, '2021-11-27 11:00:26', '2021-11-27 11:00:26', '<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation</b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2021-11-27 11:00:26', '2021-11-27 11:00:26', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-revision-v1/', 0, 'revision', '', 0),
(1318, 1, '2021-11-27 09:54:18', '2021-11-27 09:54:18', ' \r\n\r\n \r\n\r\n \r\n<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation</b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2021-11-27 09:54:18', '2021-11-27 09:54:18', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-revision-v1/', 0, 'revision', '', 0),
(1417, 1, '2021-12-27 11:29:59', '2021-12-27 11:29:59', '', 'WhatsApp Image 2021-12-27 at 4.15.26 PM (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-12-27-at-4-15-26-pm-1', '', '', '2021-12-27 11:29:59', '2021-12-27 11:29:59', '', 1400, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-12-27-at-4.15.26-PM-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1418, 1, '2021-12-27 11:30:18', '2021-12-27 11:30:18', '', 'WhatsApp Image 2021-12-27 at 4.14.44 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-12-27-at-4-14-44-pm', '', '', '2021-12-27 11:30:18', '2021-12-27 11:30:18', '', 1398, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-12-27-at-4.14.44-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1419, 1, '2021-12-27 11:31:48', '2021-12-27 11:31:48', '', 'WhatsApp Image 2021-12-27 at 4.16.00 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-12-27-at-4-16-00-pm', '', '', '2021-12-27 11:31:48', '2021-12-27 11:31:48', '', 1397, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1414, 1, '2021-12-27 11:28:04', '2021-12-27 11:28:04', '', 'WhatsApp Image 2021-12-27 at 4.16.00 PM (3)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-12-27-at-4-16-00-pm-3', '', '', '2021-12-27 11:28:04', '2021-12-27 11:28:04', '', 1404, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-12-27-at-4.16.00-PM-3.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1415, 1, '2021-12-27 11:28:16', '2021-12-27 11:28:16', '', 'Professor Dr. Abdullah Mutaqi', '', 'inherit', 'closed', 'closed', '', '1404-autosave-v1', '', '', '2021-12-27 11:28:16', '2021-12-27 11:28:16', '', 1404, 'http://ahf.com.pk/2021/12/27/1404-autosave-v1/', 0, 'revision', '', 0),
(1416, 1, '2021-12-27 11:28:41', '2021-12-27 11:28:41', '', 'WhatsApp Image 2021-12-27 at 4.14.53 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-12-27-at-4-14-53-pm', '', '', '2021-12-27 11:28:41', '2021-12-27 11:28:41', '', 1403, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-12-27-at-4.14.53-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1321, 1, '2021-11-27 09:56:28', '2021-11-27 09:56:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1321', '', '', '2021-11-27 09:56:28', '2021-11-27 09:56:28', '', 0, 'http://ahf.com.pk/2021/11/27/1321/', 6, 'nav_menu_item', '', 0),
(1322, 1, '2021-11-27 10:03:27', '2021-11-27 10:03:27', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_column_text]<b>Alkhidmat Health Foundation </b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-11-27 10:03:27', '2021-11-27 10:03:27', '', 231, 'http://ahf.com.pk/2021/11/27/231-revision-v1/', 0, 'revision', '', 0),
(1323, 1, '2021-11-27 10:08:34', '2021-11-27 10:08:34', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation</b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-11-27 10:08:34', '2021-11-27 10:08:34', '', 231, 'http://ahf.com.pk/2021/11/27/231-revision-v1/', 0, 'revision', '', 0),
(1324, 1, '2021-11-27 10:13:02', '2021-11-27 10:13:02', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" css_animation=\"appear\"][vc_column_text]</p>\n<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation</b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-11-27 10:13:02', '2021-11-27 10:13:02', '', 231, 'http://ahf.com.pk/2021/11/27/231-revision-v1/', 0, 'revision', '', 0),
(1325, 1, '2021-11-27 10:14:00', '2021-11-27 10:14:00', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" css_animation=\"appear\"][vc_column_text css_animation=\"appear\"]</p>\n<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation </b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-11-27 10:14:00', '2021-11-27 10:14:00', '', 231, 'http://ahf.com.pk/2021/11/27/231-revision-v1/', 0, 'revision', '', 0),
(1326, 1, '2021-11-27 10:15:24', '2021-11-27 10:15:24', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" css_animation=\"appear\" css=\".vc_custom_1638007636120{border-radius: 10px !important;}\"][vc_column_text css_animation=\"appear\"]</p>\n<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation </b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-11-27 10:15:24', '2021-11-27 10:15:24', '', 231, 'http://ahf.com.pk/2021/11/27/231-revision-v1/', 0, 'revision', '', 0),
(1327, 1, '2021-11-27 10:16:39', '2021-11-27 10:16:39', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" css_animation=\"appear\" add_icon=\"true\" css=\".vc_custom_1638007707212{border-radius: 10px !important;}\"][vc_column_text css_animation=\"appear\"]</p>\n<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation </b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-11-27 10:16:39', '2021-11-27 10:16:39', '', 231, 'http://ahf.com.pk/2021/11/27/231-revision-v1/', 0, 'revision', '', 0),
(1461, 1, '2021-12-28 05:38:41', '2021-12-28 05:38:41', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" i_size=\"lg\" color=\"custom\" css_animation=\"appear\" add_icon=\"true\" css=\".vc_custom_1638007993785{border-radius: 10px !important;}\" accent_color=\"#dd1616\"][vc_column_text css_animation=\"appear\"]\r\n<p style=\"text-align: center;\">Alkhidmat Health Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-12-28 05:38:41', '2021-12-28 05:38:41', '', 231, 'http://ahf.com.pk/2021/12/28/231-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1328, 1, '2021-11-27 10:17:47', '2021-11-27 10:17:47', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" color=\"custom\" css_animation=\"appear\" add_icon=\"true\" css=\".vc_custom_1638007778131{border-radius: 10px !important;}\" accent_color=\"#dd1616\"][vc_column_text css_animation=\"appear\"]</p>\n<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation </b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-11-27 10:17:47', '2021-11-27 10:17:47', '', 231, 'http://ahf.com.pk/2021/11/27/231-revision-v1/', 0, 'revision', '', 0),
(1329, 1, '2021-11-27 10:18:02', '2021-11-27 10:18:02', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" color=\"custom\" css_animation=\"appear\" add_icon=\"true\" css=\".vc_custom_1638007786180{border-radius: 10px !important;}\" accent_color=\"#dd1616\"][vc_column_text css_animation=\"appear\"]</p>\n<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation </b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-11-27 10:18:02', '2021-11-27 10:18:02', '', 231, 'http://ahf.com.pk/2021/11/27/231-revision-v1/', 0, 'revision', '', 0),
(1331, 1, '2021-11-27 10:31:55', '2021-11-27 10:31:55', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" i_size=\"lg\" color=\"custom\" css_animation=\"appear\" add_icon=\"true\" css=\".vc_custom_1638007993785{border-radius: 10px !important;}\" accent_color=\"#dd1616\"][vc_column_text css_animation=\"appear\"]</p>\n<p style=\"text-align: center;\">Alkhidmat Health Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-11-27 10:31:55', '2021-11-27 10:31:55', '', 231, 'http://ahf.com.pk/2021/11/27/231-revision-v1/', 0, 'revision', '', 0),
(1330, 1, '2021-11-27 10:21:26', '2021-11-27 10:21:26', '<p>[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" i_size=\"lg\" color=\"custom\" css_animation=\"appear\" add_icon=\"true\" css=\".vc_custom_1638007993785{border-radius: 10px !important;}\" accent_color=\"#dd1616\"][vc_column_text css_animation=\"appear\"]</p>\n<p style=\"text-align: center;\"><b>Alkhidmat Health Foundation </b> is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row parallax=\"true\" pattren=\"1\" top_margin=\"1\" parallax_bg=\"484\" el_class=\"TestimonialBack\"][vc_column][sh_ceo_message number=\"3\" overlap=\"true\" cat=\"all\" sort_by=\"title\" sorting_order=\"DESC\" category=\"38\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-11-27 10:21:26', '2021-11-27 10:21:26', '', 231, 'http://ahf.com.pk/2021/11/27/231-revision-v1/', 0, 'revision', '', 0),
(1409, 1, '2021-12-27 11:12:47', '2021-12-27 11:12:47', '', 'Dr. Zahid Latif', '', 'inherit', 'open', 'closed', '', 'dr-zahid-latif', '', '', '2021-12-27 11:12:47', '2021-12-27 11:12:47', '', 1401, 'http://ahf.com.pk/wp-content/uploads/2021/12/Dr.-Zahid-Latif.jpg', 0, 'attachment', 'image/jpeg', 0),
(1410, 1, '2021-12-27 11:16:38', '2021-12-27 11:16:38', '', 'Jamshed Ahmed', '', 'inherit', 'open', 'closed', '', 'jamshed-ahmed-2', '', '', '2021-12-27 11:16:38', '2021-12-27 11:16:38', '', 1399, 'http://ahf.com.pk/wp-content/uploads/2021/12/Jamshed-Ahmed.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1411, 1, '2021-12-27 11:17:28', '2021-12-27 11:17:28', '', 'Sufyan Ahmad Khan', '', 'inherit', 'open', 'closed', '', 'sufyan-ahmad-khan-2', '', '', '2021-12-27 11:17:28', '2021-12-27 11:17:28', '', 1399, 'http://ahf.com.pk/wp-content/uploads/2021/12/Sufyan-Ahmad-Khan.jpg', 0, 'attachment', 'image/jpeg', 0),
(1333, 1, '2021-11-27 10:41:16', '2021-11-27 10:41:16', '', 'Announcement', '', 'publish', 'closed', 'closed', '', 'announcement-2', '', '', '2021-12-27 12:10:28', '2021-12-27 12:10:28', '', 0, 'http://ahf.com.pk/2021/11/27/announcement-2/', 14, 'nav_menu_item', '', 0),
(1336, 1, '2021-11-27 11:02:27', '2021-11-27 11:02:27', '<p style=\"text-align: center;\">Alkhidmat Heath Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: center;\"> <strong> Download the Prequalification Documents here</strong></p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2021-11-27 11:02:27', '2021-11-27 11:02:27', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-revision-v1/', 0, 'revision', '', 0),
(1335, 1, '2021-11-27 11:01:40', '2021-11-27 11:01:40', '<p style=\"text-align: center;\">Alkhidmat Heath Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: left;\"> <strong> Download the Prequalification Documents here :</strong></p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2021-11-27 11:01:40', '2021-11-27 11:01:40', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-revision-v1/', 0, 'revision', '', 0),
(1337, 1, '2021-11-27 11:03:56', '2021-11-27 11:03:56', 'Alkhidmat Heath Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.\r\n<p style=\"text-align: center;\"><strong>Download the Prequalification Documents here</strong></p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2021-11-27 11:03:56', '2021-11-27 11:03:56', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-revision-v1/', 0, 'revision', '', 0),
(1338, 1, '2021-11-27 11:04:44', '2021-11-27 11:04:44', '<p style=\"text-align: center;\">Alkhidmat Heath Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: center;\"><strong>Download the Prequalification Documents here</strong></p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'Announcement', '', 'inherit', 'closed', 'closed', '', '1308-revision-v1', '', '', '2021-11-27 11:04:44', '2021-11-27 11:04:44', '', 1308, 'http://ahf.com.pk/2021/11/27/1308-revision-v1/', 0, 'revision', '', 0),
(1340, 1, '2021-12-27 07:16:46', '2021-12-27 07:16:46', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot\r\nafford expensive treatment for themselves and their families.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Gynae & Obstetrics Department</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pead’s ward</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theatre</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Laboratory Services</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2021-12-27 07:16:46', '2021-12-27 07:16:46', '', 701, 'http://ahf.com.pk/2021/12/27/701-revision-v1/', 0, 'revision', '', 0),
(1341, 1, '2021-12-27 07:17:39', '2021-12-27 07:17:39', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot afford expensive treatment for themselves and their families.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Gynae & Obstetrics Department</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pead’s ward</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theatre</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Laboratory Services</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2021-12-27 07:17:39', '2021-12-27 07:17:39', '', 701, 'http://ahf.com.pk/2021/12/27/701-revision-v1/', 0, 'revision', '', 0),
(1343, 1, '2021-12-27 07:24:59', '2021-12-27 07:24:59', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot afford expensive treatment for themselves and their families.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theater</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Emergency Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Clinical Laboratory</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">X-Ray Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Blood Bank</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2021-12-27 07:24:59', '2021-12-27 07:24:59', '', 701, 'http://ahf.com.pk/2021/12/27/701-revision-v1/', 0, 'revision', '', 0),
(1342, 1, '2021-12-27 07:24:19', '2021-12-27 07:24:19', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot afford expensive treatment for themselves and their families.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theater</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Emergency Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Clinical Laboratory</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">X-Ray Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border-collapse: collapse; width: 194px; height: 41px;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Blood Bank</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2021-12-27 07:24:19', '2021-12-27 07:24:19', '', 701, 'http://ahf.com.pk/2021/12/27/701-revision-v1/', 0, 'revision', '', 0),
(1344, 1, '2021-12-27 07:27:01', '2021-12-27 07:27:01', '', 'Untitled_Panorama4', '', 'inherit', 'open', 'closed', '', 'untitled_panorama4', '', '', '2021-12-27 07:27:01', '2021-12-27 07:27:01', '', 701, 'http://ahf.com.pk/wp-content/uploads/2021/12/Untitled_Panorama4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1345, 1, '2021-12-27 07:27:06', '2021-12-27 07:27:06', '', 'image34', '', 'inherit', 'open', 'closed', '', 'image34', '', '', '2021-12-27 07:27:06', '2021-12-27 07:27:06', '', 701, 'http://ahf.com.pk/wp-content/uploads/2021/12/image34.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1346, 1, '2021-12-27 07:27:11', '2021-12-27 07:27:11', '', 'image40', '', 'inherit', 'open', 'closed', '', 'image40', '', '', '2021-12-27 07:27:11', '2021-12-27 07:27:11', '', 701, 'http://ahf.com.pk/wp-content/uploads/2021/12/image40.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1347, 1, '2021-12-27 07:27:23', '2021-12-27 07:27:23', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot afford expensive treatment for themselves and their families.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theater</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Emergency Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Clinical Laboratory</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">X-Ray Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Blood Bank</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747,1344,1345,1346\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2021-12-27 07:27:23', '2021-12-27 07:27:23', '', 701, 'http://ahf.com.pk/2021/12/27/701-revision-v1/', 0, 'revision', '', 0),
(1348, 1, '2021-12-27 07:30:01', '2021-12-27 07:30:01', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2021-12-27 07:30:01', '2021-12-27 07:30:01', '', 720, 'http://ahf.com.pk/2021/12/27/720-revision-v1/', 0, 'revision', '', 0),
(1349, 1, '2021-12-27 07:48:48', '2021-12-27 07:48:48', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\r\n[/vc_column_text][vc_column_text]\r\n<table width=\"822\">\r\n<tbody>\r\n<tr>\r\n<td width=\"65\">S. No.</td>\r\n<td width=\"553\">Name</td>\r\n<td width=\"105\">City</td>\r\n<td width=\"99\">Region</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Pak German Medical Center</td>\r\n<td>Chowinda</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Maternity Center Noman Masijd</td>\r\n<td>Noman Masjid</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Sakhi Hassan</td>\r\n<td>Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Shah Faisal</td>\r\n<td>Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital North Karachi</td>\r\n<td>North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Malir</td>\r\n<td>Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Medical Center Gulberg</td>\r\n<td>Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Aslam Medical Center Millat Chonk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Syed Abbasi Dispensary Sohail Abad Dist Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Kamal Eyecare Center Madina Town Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Al-Khidmat Free Clinic Jaranwala Dist Faisalabad</td>\r\n<td>Jaranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Al-Khidmat Rehmat Ul Lil Alameen Trust Hospital Abbot Road Sialkot</td>\r\n<td>Sialkot (City)</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Al-Khidmat Bashir Medical Center Muridke Dist.Sheikhupura</td>\r\n<td>Sheikhupura</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Al-Khidmat Free Dispansery Cantt Street No-10 Allama Iqbal Town Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Al-Khidmat Dispensary Jamia Masjid Chowk Kashmir Colony Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Al-Khidmat Complex Mubarik Shah Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Al-Khidmat Dispensary Noshera Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Al-Khidmat Taj Waqf Hospital 143-Sector-M Phase</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Al-Khidmat Dispensary Street No -4 Jamia Islamia Amin Park Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Al-Khidmat Dispensary Hajveri Park Near Data Darbar Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Al-Khidmat Shifa Khana G-1216 Androon Sherawala Gate Naya Mohalla Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Al-Khidmat Clinic B-1/23 Township Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Al-Khidmat Dispensary E-183 Street No-6 Qasim Pura Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Al-Khidmat Siddiq Shafi Kot Radha Kishan Dis.Kasur</td>\r\n<td>Kasur</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Al-Khidmat Clinic House No-11 Abubakar Street Ahmad Nagar Near Butt Chowk Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Al-Khidmat Dispensary Habib Park Near Pani Wali Tanki</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Al-Khidmat Clinic Gohawa Nadir Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Al-Khidmat Clinic Khursheed Model High School Nai Abadi Gohawa Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Al-Khidmat Dispensary Mandi Faizabad Distt Nankana Sb</td>\r\n<td>Nankana Sb</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Al-Khidmat Nawab Ahsin Ali Medical Center</td>\r\n<td>Khanewal</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Khan Village Alkhidmat Foundation Medical Center</td>\r\n<td>Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Al-Khidmat Dispensaries, Rawalpindi</td>\r\n<td>Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Al-Khidmat Dispensaries, Jehlum</td>\r\n<td>Jehlum</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Al-Khidmat Dispensaries, Sargodha</td>\r\n<td>Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Health Clinic Gulbahar</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Health Clinic Shewa Adda</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Health Clinic Thana</td>\r\n<td>Malakand</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Health Clinic Charbagh</td>\r\n<td>Swat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Sajida Clinic</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Clinic Paposh Nagar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Clinic Rehmanabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Clinic Karnal Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td>Alkhidmat Clinic Al Aqsa</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Clinic Landhi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Clinic Madina Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td>Alkhidmat Clinic FB Area</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Clinic Orangi 15 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Clinic Orangi 11 1/2 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Clinic Hasrat Mohani</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Clinic Gulbahar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td>Alkhidmat Clinic Manzoor Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Clinic Moosa Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Clinic Saeedabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Clinic New Karachi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Thatta</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shikarpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shahdadkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Mirpurkhas</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Umarkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Badin</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Khairpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Larkana</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2021-12-27 07:48:48', '2021-12-27 07:48:48', '', 720, 'http://ahf.com.pk/2021/12/27/720-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1350, 1, '2021-12-27 07:52:32', '2021-12-27 07:52:32', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2>The following is the list of our medical centers:</h2>\r\n<table width=\"822\">\r\n<tbody>\r\n<tr>\r\n<td width=\"65\"><strong>S. No.</strong></td>\r\n<td width=\"553\"><strong>Name</strong></td>\r\n<td width=\"105\"><strong>City</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Pak German Medical Center</td>\r\n<td>Chowinda</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Maternity Center Noman Masijd</td>\r\n<td>Noman Masjid</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Sakhi Hassan</td>\r\n<td>Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Shah Faisal</td>\r\n<td>Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital North Karachi</td>\r\n<td>North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Malir</td>\r\n<td>Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Medical Center Gulberg</td>\r\n<td>Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Aslam Medical Center Millat Chonk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Syed Abbasi Dispensary Sohail Abad Dist Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Kamal Eyecare Center Madina Town Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Al-Khidmat Free Clinic Jaranwala Dist Faisalabad</td>\r\n<td>Jaranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Al-Khidmat Rehmat Ul Lil Alameen Trust Hospital Abbot Road Sialkot</td>\r\n<td>Sialkot (City)</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Al-Khidmat Bashir Medical Center Muridke Dist.Sheikhupura</td>\r\n<td>Sheikhupura</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Al-Khidmat Free Dispansery Cantt Street No-10 Allama Iqbal Town Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Al-Khidmat Dispensary Jamia Masjid Chowk Kashmir Colony Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Al-Khidmat Complex Mubarik Shah Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Al-Khidmat Dispensary Noshera Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Al-Khidmat Taj Waqf Hospital 143-Sector-M Phase</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Al-Khidmat Dispensary Street No -4 Jamia Islamia Amin Park Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Al-Khidmat Dispensary Hajveri Park Near Data Darbar Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Al-Khidmat Shifa Khana G-1216 Androon Sherawala Gate Naya Mohalla Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Al-Khidmat Clinic B-1/23 Township Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Al-Khidmat Dispensary E-183 Street No-6 Qasim Pura Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Al-Khidmat Siddiq Shafi Kot Radha Kishan Dis.Kasur</td>\r\n<td>Kasur</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Al-Khidmat Clinic House No-11 Abubakar Street Ahmad Nagar Near Butt Chowk Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Al-Khidmat Dispensary Habib Park Near Pani Wali Tanki</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Al-Khidmat Clinic Gohawa Nadir Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Al-Khidmat Clinic Khursheed Model High School Nai Abadi Gohawa Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Al-Khidmat Dispensary Mandi Faizabad Distt Nankana Sb</td>\r\n<td>Nankana Sb</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Al-Khidmat Nawab Ahsin Ali Medical Center</td>\r\n<td>Khanewal</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Khan Village Alkhidmat Foundation Medical Center</td>\r\n<td>Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Al-Khidmat Dispensaries, Rawalpindi</td>\r\n<td>Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Al-Khidmat Dispensaries, Jehlum</td>\r\n<td>Jehlum</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Al-Khidmat Dispensaries, Sargodha</td>\r\n<td>Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Health Clinic Gulbahar</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Health Clinic Shewa Adda</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Health Clinic Thana</td>\r\n<td>Malakand</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Health Clinic Charbagh</td>\r\n<td>Swat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Sajida Clinic</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Clinic Paposh Nagar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Clinic Rehmanabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Clinic Karnal Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td>Alkhidmat Clinic Al Aqsa</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Clinic Landhi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Clinic Madina Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td>Alkhidmat Clinic FB Area</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Clinic Orangi 15 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Clinic Orangi 11 1/2 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Clinic Hasrat Mohani</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Clinic Gulbahar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td>Alkhidmat Clinic Manzoor Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Clinic Moosa Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Clinic Saeedabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Clinic New Karachi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Thatta</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shikarpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shahdadkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Mirpurkhas</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Umarkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Badin</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Khairpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Larkana</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2021-12-27 07:52:32', '2021-12-27 07:52:32', '', 720, 'http://ahf.com.pk/2021/12/27/720-revision-v1/', 0, 'revision', '', 0),
(1351, 1, '2021-12-27 07:53:38', '2021-12-27 07:53:38', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h3>The following is the list of our medical centers:</h3>\r\n<table width=\"822\">\r\n<tbody>\r\n<tr>\r\n<td width=\"65\"><strong>S. No.</strong></td>\r\n<td width=\"553\"><strong>Name</strong></td>\r\n<td width=\"105\"><strong>City</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Pak German Medical Center</td>\r\n<td>Chowinda</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Maternity Center Noman Masijd</td>\r\n<td>Noman Masjid</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Sakhi Hassan</td>\r\n<td>Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Shah Faisal</td>\r\n<td>Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital North Karachi</td>\r\n<td>North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Malir</td>\r\n<td>Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Medical Center Gulberg</td>\r\n<td>Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Aslam Medical Center Millat Chonk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Syed Abbasi Dispensary Sohail Abad Dist Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Kamal Eyecare Center Madina Town Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Al-Khidmat Free Clinic Jaranwala Dist Faisalabad</td>\r\n<td>Jaranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Al-Khidmat Rehmat Ul Lil Alameen Trust Hospital Abbot Road Sialkot</td>\r\n<td>Sialkot (City)</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Al-Khidmat Bashir Medical Center Muridke Dist.Sheikhupura</td>\r\n<td>Sheikhupura</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Al-Khidmat Free Dispansery Cantt Street No-10 Allama Iqbal Town Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Al-Khidmat Dispensary Jamia Masjid Chowk Kashmir Colony Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Al-Khidmat Complex Mubarik Shah Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Al-Khidmat Dispensary Noshera Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Al-Khidmat Taj Waqf Hospital 143-Sector-M Phase</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Al-Khidmat Dispensary Street No -4 Jamia Islamia Amin Park Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Al-Khidmat Dispensary Hajveri Park Near Data Darbar Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Al-Khidmat Shifa Khana G-1216 Androon Sherawala Gate Naya Mohalla Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Al-Khidmat Clinic B-1/23 Township Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Al-Khidmat Dispensary E-183 Street No-6 Qasim Pura Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Al-Khidmat Siddiq Shafi Kot Radha Kishan Dis.Kasur</td>\r\n<td>Kasur</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Al-Khidmat Clinic House No-11 Abubakar Street Ahmad Nagar Near Butt Chowk Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Al-Khidmat Dispensary Habib Park Near Pani Wali Tanki</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Al-Khidmat Clinic Gohawa Nadir Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Al-Khidmat Clinic Khursheed Model High School Nai Abadi Gohawa Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Al-Khidmat Dispensary Mandi Faizabad Distt Nankana Sb</td>\r\n<td>Nankana Sb</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Al-Khidmat Nawab Ahsin Ali Medical Center</td>\r\n<td>Khanewal</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Khan Village Alkhidmat Foundation Medical Center</td>\r\n<td>Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Al-Khidmat Dispensaries, Rawalpindi</td>\r\n<td>Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Al-Khidmat Dispensaries, Jehlum</td>\r\n<td>Jehlum</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Al-Khidmat Dispensaries, Sargodha</td>\r\n<td>Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Health Clinic Gulbahar</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Health Clinic Shewa Adda</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Health Clinic Thana</td>\r\n<td>Malakand</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Health Clinic Charbagh</td>\r\n<td>Swat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Sajida Clinic</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Clinic Paposh Nagar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Clinic Rehmanabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Clinic Karnal Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td>Alkhidmat Clinic Al Aqsa</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Clinic Landhi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Clinic Madina Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td>Alkhidmat Clinic FB Area</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Clinic Orangi 15 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Clinic Orangi 11 1/2 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Clinic Hasrat Mohani</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Clinic Gulbahar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td>Alkhidmat Clinic Manzoor Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Clinic Moosa Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Clinic Saeedabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Clinic New Karachi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Thatta</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shikarpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shahdadkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Mirpurkhas</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Umarkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Badin</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Khairpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Larkana</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2021-12-27 07:53:38', '2021-12-27 07:53:38', '', 720, 'http://ahf.com.pk/2021/12/27/720-revision-v1/', 0, 'revision', '', 0),
(1352, 1, '2021-12-27 07:54:44', '2021-12-27 07:54:44', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h3 style=\"font-size: 18px;\">The following is the list of our medical centers:</h3>\r\n<table width=\"822\">\r\n<tbody>\r\n<tr>\r\n<td width=\"65\"><strong>S. No.</strong></td>\r\n<td width=\"553\"><strong>Name</strong></td>\r\n<td width=\"105\"><strong>City</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Pak German Medical Center</td>\r\n<td>Chowinda</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Maternity Center Noman Masijd</td>\r\n<td>Noman Masjid</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Sakhi Hassan</td>\r\n<td>Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Shah Faisal</td>\r\n<td>Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital North Karachi</td>\r\n<td>North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Malir</td>\r\n<td>Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Medical Center Gulberg</td>\r\n<td>Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Aslam Medical Center Millat Chonk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Syed Abbasi Dispensary Sohail Abad Dist Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Kamal Eyecare Center Madina Town Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Al-Khidmat Free Clinic Jaranwala Dist Faisalabad</td>\r\n<td>Jaranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Al-Khidmat Rehmat Ul Lil Alameen Trust Hospital Abbot Road Sialkot</td>\r\n<td>Sialkot (City)</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Al-Khidmat Bashir Medical Center Muridke Dist.Sheikhupura</td>\r\n<td>Sheikhupura</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Al-Khidmat Free Dispansery Cantt Street No-10 Allama Iqbal Town Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Al-Khidmat Dispensary Jamia Masjid Chowk Kashmir Colony Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Al-Khidmat Complex Mubarik Shah Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Al-Khidmat Dispensary Noshera Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Al-Khidmat Taj Waqf Hospital 143-Sector-M Phase</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Al-Khidmat Dispensary Street No -4 Jamia Islamia Amin Park Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Al-Khidmat Dispensary Hajveri Park Near Data Darbar Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Al-Khidmat Shifa Khana G-1216 Androon Sherawala Gate Naya Mohalla Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Al-Khidmat Clinic B-1/23 Township Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Al-Khidmat Dispensary E-183 Street No-6 Qasim Pura Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Al-Khidmat Siddiq Shafi Kot Radha Kishan Dis.Kasur</td>\r\n<td>Kasur</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Al-Khidmat Clinic House No-11 Abubakar Street Ahmad Nagar Near Butt Chowk Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Al-Khidmat Dispensary Habib Park Near Pani Wali Tanki</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Al-Khidmat Clinic Gohawa Nadir Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Al-Khidmat Clinic Khursheed Model High School Nai Abadi Gohawa Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Al-Khidmat Dispensary Mandi Faizabad Distt Nankana Sb</td>\r\n<td>Nankana Sb</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Al-Khidmat Nawab Ahsin Ali Medical Center</td>\r\n<td>Khanewal</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Khan Village Alkhidmat Foundation Medical Center</td>\r\n<td>Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Al-Khidmat Dispensaries, Rawalpindi</td>\r\n<td>Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Al-Khidmat Dispensaries, Jehlum</td>\r\n<td>Jehlum</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Al-Khidmat Dispensaries, Sargodha</td>\r\n<td>Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Health Clinic Gulbahar</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Health Clinic Shewa Adda</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Health Clinic Thana</td>\r\n<td>Malakand</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Health Clinic Charbagh</td>\r\n<td>Swat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Sajida Clinic</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Clinic Paposh Nagar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Clinic Rehmanabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Clinic Karnal Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td>Alkhidmat Clinic Al Aqsa</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Clinic Landhi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Clinic Madina Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td>Alkhidmat Clinic FB Area</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Clinic Orangi 15 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Clinic Orangi 11 1/2 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Clinic Hasrat Mohani</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Clinic Gulbahar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td>Alkhidmat Clinic Manzoor Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Clinic Moosa Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Clinic Saeedabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Clinic New Karachi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Thatta</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shikarpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shahdadkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Mirpurkhas</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Umarkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Badin</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Khairpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Larkana</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2021-12-27 07:54:44', '2021-12-27 07:54:44', '', 720, 'http://ahf.com.pk/2021/12/27/720-revision-v1/', 0, 'revision', '', 0),
(1353, 1, '2021-12-27 07:55:28', '2021-12-27 07:55:28', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2 style=\"font-size: 18px;\">The following is the list of our medical centers:</h2>\r\n<table width=\"822\">\r\n<tbody>\r\n<tr>\r\n<td width=\"65\"><strong>S. No.</strong></td>\r\n<td width=\"553\"><strong>Name</strong></td>\r\n<td width=\"105\"><strong>City</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Pak German Medical Center</td>\r\n<td>Chowinda</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Maternity Center Noman Masijd</td>\r\n<td>Noman Masjid</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Sakhi Hassan</td>\r\n<td>Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Shah Faisal</td>\r\n<td>Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital North Karachi</td>\r\n<td>North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Malir</td>\r\n<td>Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Medical Center Gulberg</td>\r\n<td>Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Aslam Medical Center Millat Chonk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Syed Abbasi Dispensary Sohail Abad Dist Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Kamal Eyecare Center Madina Town Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Al-Khidmat Free Clinic Jaranwala Dist Faisalabad</td>\r\n<td>Jaranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Al-Khidmat Rehmat Ul Lil Alameen Trust Hospital Abbot Road Sialkot</td>\r\n<td>Sialkot (City)</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Al-Khidmat Bashir Medical Center Muridke Dist.Sheikhupura</td>\r\n<td>Sheikhupura</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Al-Khidmat Free Dispansery Cantt Street No-10 Allama Iqbal Town Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Al-Khidmat Dispensary Jamia Masjid Chowk Kashmir Colony Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Al-Khidmat Complex Mubarik Shah Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Al-Khidmat Dispensary Noshera Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Al-Khidmat Taj Waqf Hospital 143-Sector-M Phase</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Al-Khidmat Dispensary Street No -4 Jamia Islamia Amin Park Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Al-Khidmat Dispensary Hajveri Park Near Data Darbar Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Al-Khidmat Shifa Khana G-1216 Androon Sherawala Gate Naya Mohalla Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Al-Khidmat Clinic B-1/23 Township Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Al-Khidmat Dispensary E-183 Street No-6 Qasim Pura Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Al-Khidmat Siddiq Shafi Kot Radha Kishan Dis.Kasur</td>\r\n<td>Kasur</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Al-Khidmat Clinic House No-11 Abubakar Street Ahmad Nagar Near Butt Chowk Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Al-Khidmat Dispensary Habib Park Near Pani Wali Tanki</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Al-Khidmat Clinic Gohawa Nadir Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Al-Khidmat Clinic Khursheed Model High School Nai Abadi Gohawa Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Al-Khidmat Dispensary Mandi Faizabad Distt Nankana Sb</td>\r\n<td>Nankana Sb</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Al-Khidmat Nawab Ahsin Ali Medical Center</td>\r\n<td>Khanewal</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Khan Village Alkhidmat Foundation Medical Center</td>\r\n<td>Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Al-Khidmat Dispensaries, Rawalpindi</td>\r\n<td>Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Al-Khidmat Dispensaries, Jehlum</td>\r\n<td>Jehlum</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Al-Khidmat Dispensaries, Sargodha</td>\r\n<td>Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Health Clinic Gulbahar</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Health Clinic Shewa Adda</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Health Clinic Thana</td>\r\n<td>Malakand</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Health Clinic Charbagh</td>\r\n<td>Swat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Sajida Clinic</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Clinic Paposh Nagar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Clinic Rehmanabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Clinic Karnal Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td>Alkhidmat Clinic Al Aqsa</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Clinic Landhi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Clinic Madina Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td>Alkhidmat Clinic FB Area</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Clinic Orangi 15 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Clinic Orangi 11 1/2 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Clinic Hasrat Mohani</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Clinic Gulbahar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td>Alkhidmat Clinic Manzoor Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Clinic Moosa Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Clinic Saeedabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Clinic New Karachi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Thatta</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shikarpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shahdadkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Mirpurkhas</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Umarkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Badin</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Khairpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Larkana</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2021-12-27 07:55:28', '2021-12-27 07:55:28', '', 720, 'http://ahf.com.pk/2021/12/27/720-revision-v1/', 0, 'revision', '', 0),
(1354, 1, '2021-12-27 08:59:36', '2021-12-27 08:59:36', '', 'b1d85c73-615c-47f0-96bd-ab6bfd1a7390', '', 'inherit', 'open', 'closed', '', 'b1d85c73-615c-47f0-96bd-ab6bfd1a7390', '', '', '2021-12-27 08:59:36', '2021-12-27 08:59:36', '', 720, 'http://ahf.com.pk/wp-content/uploads/2021/12/b1d85c73-615c-47f0-96bd-ab6bfd1a7390.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1355, 1, '2021-12-27 09:00:51', '2021-12-27 09:00:51', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2 style=\"font-size: 18px;\">The following is the list of our medical centers:</h2>\r\n<table width=\"822\">\r\n<tbody>\r\n<tr>\r\n<td width=\"65\"><strong>S. No.</strong></td>\r\n<td width=\"553\"><strong>Name</strong></td>\r\n<td width=\"105\"><strong>City</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Pak German Medical Center</td>\r\n<td>Chowinda</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Maternity Center Noman Masijd</td>\r\n<td>Noman Masjid</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Sakhi Hassan</td>\r\n<td>Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Shah Faisal</td>\r\n<td>Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital North Karachi</td>\r\n<td>North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Malir</td>\r\n<td>Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Medical Center Gulberg</td>\r\n<td>Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Aslam Medical Center Millat Chonk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Syed Abbasi Dispensary Sohail Abad Dist Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Kamal Eyecare Center Madina Town Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Al-Khidmat Free Clinic Jaranwala Dist Faisalabad</td>\r\n<td>Jaranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Al-Khidmat Rehmat Ul Lil Alameen Trust Hospital Abbot Road Sialkot</td>\r\n<td>Sialkot (City)</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Al-Khidmat Bashir Medical Center Muridke Dist.Sheikhupura</td>\r\n<td>Sheikhupura</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Al-Khidmat Free Dispansery Cantt Street No-10 Allama Iqbal Town Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Al-Khidmat Dispensary Jamia Masjid Chowk Kashmir Colony Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Al-Khidmat Complex Mubarik Shah Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Al-Khidmat Dispensary Noshera Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Al-Khidmat Taj Waqf Hospital 143-Sector-M Phase</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Al-Khidmat Dispensary Street No -4 Jamia Islamia Amin Park Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Al-Khidmat Dispensary Hajveri Park Near Data Darbar Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Al-Khidmat Shifa Khana G-1216 Androon Sherawala Gate Naya Mohalla Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Al-Khidmat Clinic B-1/23 Township Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Al-Khidmat Dispensary E-183 Street No-6 Qasim Pura Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Al-Khidmat Siddiq Shafi Kot Radha Kishan Dis.Kasur</td>\r\n<td>Kasur</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Al-Khidmat Clinic House No-11 Abubakar Street Ahmad Nagar Near Butt Chowk Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Al-Khidmat Dispensary Habib Park Near Pani Wali Tanki</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Al-Khidmat Clinic Gohawa Nadir Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Al-Khidmat Clinic Khursheed Model High School Nai Abadi Gohawa Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Al-Khidmat Dispensary Mandi Faizabad Distt Nankana Sb</td>\r\n<td>Nankana Sb</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Al-Khidmat Nawab Ahsin Ali Medical Center</td>\r\n<td>Khanewal</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Khan Village Alkhidmat Foundation Medical Center</td>\r\n<td>Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Al-Khidmat Dispensaries, Rawalpindi</td>\r\n<td>Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Al-Khidmat Dispensaries, Jehlum</td>\r\n<td>Jehlum</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Al-Khidmat Dispensaries, Sargodha</td>\r\n<td>Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Health Clinic Gulbahar</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Health Clinic Shewa Adda</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Health Clinic Thana</td>\r\n<td>Malakand</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Health Clinic Charbagh</td>\r\n<td>Swat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Sajida Clinic</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Clinic Paposh Nagar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Clinic Rehmanabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Clinic Karnal Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td>Alkhidmat Clinic Al Aqsa</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Clinic Landhi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Clinic Madina Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td>Alkhidmat Clinic FB Area</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Clinic Orangi 15 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Clinic Orangi 11 1/2 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Clinic Hasrat Mohani</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Clinic Gulbahar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td>Alkhidmat Clinic Manzoor Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Clinic Moosa Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Clinic Saeedabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Clinic New Karachi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Thatta</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shikarpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shahdadkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Mirpurkhas</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Umarkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Badin</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Khairpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Larkana</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808,1354\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2021-12-27 09:00:51', '2021-12-27 09:00:51', '', 720, 'http://ahf.com.pk/2021/12/27/720-revision-v1/', 0, 'revision', '', 0),
(1356, 1, '2021-12-27 09:05:37', '2021-12-27 09:05:37', '', 'Chitral', '', 'inherit', 'open', 'closed', '', 'chitral', '', '', '2021-12-27 09:05:37', '2021-12-27 09:05:37', '', 720, 'http://ahf.com.pk/wp-content/uploads/2021/12/Chitral.jpg', 0, 'attachment', 'image/jpeg', 0),
(1357, 1, '2021-12-27 09:05:43', '2021-12-27 09:05:43', '', 'Picture 2 (1)', '', 'inherit', 'open', 'closed', '', 'picture-2-1', '', '', '2021-12-27 09:05:43', '2021-12-27 09:05:43', '', 720, 'http://ahf.com.pk/wp-content/uploads/2021/12/Picture-2-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1359, 1, '2021-12-27 09:07:16', '2021-12-27 09:07:16', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2 style=\"font-size: 18px;\">The following is the list of our medical centers:</h2>\r\n<table width=\"822\">\r\n<tbody>\r\n<tr>\r\n<td width=\"65\"><strong>S. No.</strong></td>\r\n<td width=\"553\"><strong>Name</strong></td>\r\n<td width=\"105\"><strong>City</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Pak German Medical Center</td>\r\n<td>Chowinda</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Maternity Center Noman Masijd</td>\r\n<td>Noman Masjid</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Sakhi Hassan</td>\r\n<td>Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Shah Faisal</td>\r\n<td>Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital North Karachi</td>\r\n<td>North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Malir</td>\r\n<td>Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Medical Center Gulberg</td>\r\n<td>Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Aslam Medical Center Millat Chonk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Syed Abbasi Dispensary Sohail Abad Dist Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Kamal Eyecare Center Madina Town Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Al-Khidmat Free Clinic Jaranwala Dist Faisalabad</td>\r\n<td>Jaranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Al-Khidmat Rehmat Ul Lil Alameen Trust Hospital Abbot Road Sialkot</td>\r\n<td>Sialkot (City)</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Al-Khidmat Bashir Medical Center Muridke Dist.Sheikhupura</td>\r\n<td>Sheikhupura</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Al-Khidmat Free Dispansery Cantt Street No-10 Allama Iqbal Town Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Al-Khidmat Dispensary Jamia Masjid Chowk Kashmir Colony Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Al-Khidmat Complex Mubarik Shah Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Al-Khidmat Dispensary Noshera Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Al-Khidmat Taj Waqf Hospital 143-Sector-M Phase</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Al-Khidmat Dispensary Street No -4 Jamia Islamia Amin Park Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Al-Khidmat Dispensary Hajveri Park Near Data Darbar Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Al-Khidmat Shifa Khana G-1216 Androon Sherawala Gate Naya Mohalla Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Al-Khidmat Clinic B-1/23 Township Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Al-Khidmat Dispensary E-183 Street No-6 Qasim Pura Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Al-Khidmat Siddiq Shafi Kot Radha Kishan Dis.Kasur</td>\r\n<td>Kasur</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Al-Khidmat Clinic House No-11 Abubakar Street Ahmad Nagar Near Butt Chowk Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Al-Khidmat Dispensary Habib Park Near Pani Wali Tanki</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Al-Khidmat Clinic Gohawa Nadir Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Al-Khidmat Clinic Khursheed Model High School Nai Abadi Gohawa Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Al-Khidmat Dispensary Mandi Faizabad Distt Nankana Sb</td>\r\n<td>Nankana Sb</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Al-Khidmat Nawab Ahsin Ali Medical Center</td>\r\n<td>Khanewal</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Khan Village Alkhidmat Foundation Medical Center</td>\r\n<td>Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Al-Khidmat Dispensaries, Rawalpindi</td>\r\n<td>Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Al-Khidmat Dispensaries, Jehlum</td>\r\n<td>Jehlum</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Al-Khidmat Dispensaries, Sargodha</td>\r\n<td>Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Health Clinic Gulbahar</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Health Clinic Shewa Adda</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Health Clinic Thana</td>\r\n<td>Malakand</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Health Clinic Charbagh</td>\r\n<td>Swat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Sajida Clinic</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Clinic Paposh Nagar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Clinic Rehmanabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Clinic Karnal Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td>Alkhidmat Clinic Al Aqsa</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Clinic Landhi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Clinic Madina Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td>Alkhidmat Clinic FB Area</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Clinic Orangi 15 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Clinic Orangi 11 1/2 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Clinic Hasrat Mohani</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Clinic Gulbahar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td>Alkhidmat Clinic Manzoor Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Clinic Moosa Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Clinic Saeedabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Clinic New Karachi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Thatta</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shikarpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shahdadkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Mirpurkhas</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Umarkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Badin</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Khairpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Larkana</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,807,808,1354,1356,1357\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2021-12-27 09:07:16', '2021-12-27 09:07:16', '', 720, 'http://ahf.com.pk/2021/12/27/720-revision-v1/', 0, 'revision', '', 0),
(1358, 1, '2021-12-27 09:05:56', '2021-12-27 09:05:56', '[vc_row css=\".vc_custom_1574312477761{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running more than 53 Medical Centers and clinics across the country in which qualified medical doctors and practitioners do check-up of patients. An average fee of Rs. 50/- is charged that includes primary medicine and consultancy fee. Alkhidmat clinics are a blessing for the people and local communities who cannot afford opting for expensive hospitals where charges of diagnostic tests and surgeries are beyond the reach of a layman. All they can find at Alkhidmat medical Centers and clinics is the quality treatment within the reach of everyone. The medical Centers or clinics remain open round the clock.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2 style=\"font-size: 18px;\">The following is the list of our medical centers:</h2>\r\n<table width=\"822\">\r\n<tbody>\r\n<tr>\r\n<td width=\"65\"><strong>S. No.</strong></td>\r\n<td width=\"553\"><strong>Name</strong></td>\r\n<td width=\"105\"><strong>City</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Pak German Medical Center</td>\r\n<td>Chowinda</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Maternity Center Noman Masijd</td>\r\n<td>Noman Masjid</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Sakhi Hassan</td>\r\n<td>Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Shah Faisal</td>\r\n<td>Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital North Karachi</td>\r\n<td>North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Malir</td>\r\n<td>Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Medical Center Gulberg</td>\r\n<td>Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Aslam Medical Center Millat Chonk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Syed Abbasi Dispensary Sohail Abad Dist Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Kamal Eyecare Center Madina Town Faisalabad</td>\r\n<td>Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Al-Khidmat Free Clinic Jaranwala Dist Faisalabad</td>\r\n<td>Jaranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Al-Khidmat Rehmat Ul Lil Alameen Trust Hospital Abbot Road Sialkot</td>\r\n<td>Sialkot (City)</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Al-Khidmat Bashir Medical Center Muridke Dist.Sheikhupura</td>\r\n<td>Sheikhupura</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Al-Khidmat Free Dispansery Cantt Street No-10 Allama Iqbal Town Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Al-Khidmat Dispensary Jamia Masjid Chowk Kashmir Colony Gujranwala Cantt</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Al-Khidmat Complex Mubarik Shah Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Al-Khidmat Dispensary Noshera Road Gujranwala</td>\r\n<td>Gujranwala City</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Al-Khidmat Taj Waqf Hospital 143-Sector-M Phase</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Al-Khidmat Dispensary Street No -4 Jamia Islamia Amin Park Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Al-Khidmat Dispensary Hajveri Park Near Data Darbar Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Al-Khidmat Shifa Khana G-1216 Androon Sherawala Gate Naya Mohalla Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Al-Khidmat Clinic B-1/23 Township Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Al-Khidmat Dispensary E-183 Street No-6 Qasim Pura Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Al-Khidmat Siddiq Shafi Kot Radha Kishan Dis.Kasur</td>\r\n<td>Kasur</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Al-Khidmat Clinic House No-11 Abubakar Street Ahmad Nagar Near Butt Chowk Lahore</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Al-Khidmat Dispensary Habib Park Near Pani Wali Tanki</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Al-Khidmat Clinic Gohawa Nadir Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Al-Khidmat Clinic Khursheed Model High School Nai Abadi Gohawa Bedian Road</td>\r\n<td>Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Al-Khidmat Dispensary Mandi Faizabad Distt Nankana Sb</td>\r\n<td>Nankana Sb</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Al-Khidmat Nawab Ahsin Ali Medical Center</td>\r\n<td>Khanewal</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Khan Village Alkhidmat Foundation Medical Center</td>\r\n<td>Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Al-Khidmat Dispensaries, Rawalpindi</td>\r\n<td>Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Al-Khidmat Dispensaries, Jehlum</td>\r\n<td>Jehlum</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Al-Khidmat Dispensaries, Sargodha</td>\r\n<td>Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Health Clinic Gulbahar</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Health Clinic Shewa Adda</td>\r\n<td>Swabi</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Health Clinic Thana</td>\r\n<td>Malakand</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Health Clinic Charbagh</td>\r\n<td>Swat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Sajida Clinic</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Clinic Paposh Nagar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Clinic Rehmanabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Clinic Karnal Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td>Alkhidmat Clinic Al Aqsa</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Clinic Landhi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Clinic Madina Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td>Alkhidmat Clinic FB Area</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Clinic Orangi 15 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Clinic Orangi 11 1/2 (Homeo)</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Clinic Hasrat Mohani</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Clinic Gulbahar</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td>Alkhidmat Clinic Manzoor Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Clinic Moosa Colony</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Clinic Saeedabad</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Clinic New Karachi</td>\r\n<td>Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Thatta</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shikarpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Shahdadkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Medical Center</td>\r\n<td>Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Mirpurkhas</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Umarkot</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Badin</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Shah</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Khairpur</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Larkana</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td>Alkhidmat Clinic</td>\r\n<td>Jamshoro</td>\r\n<td>Sindh</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1574317279572{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"745,748,741,807,808,1354,1356,1357\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Centers/Clinics', '', 'inherit', 'closed', 'closed', '', '720-revision-v1', '', '', '2021-12-27 09:05:56', '2021-12-27 09:05:56', '', 720, 'http://ahf.com.pk/2021/12/27/720-revision-v1/', 0, 'revision', '', 0),
(1360, 1, '2021-12-27 09:07:24', '2021-12-27 09:07:24', '', 'Chitral', '', 'inherit', 'open', 'closed', '', 'chitral-2', '', '', '2021-12-27 09:07:24', '2021-12-27 09:07:24', '', 720, 'http://ahf.com.pk/wp-content/uploads/2021/12/Chitral-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1361, 1, '2021-12-27 09:08:30', '2021-12-27 09:08:30', '', 'Chitral', '', 'inherit', 'open', 'closed', '', 'chitral-3', '', '', '2021-12-27 09:08:30', '2021-12-27 09:08:30', '', 720, 'http://ahf.com.pk/wp-content/uploads/2021/12/Chitral-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1363, 1, '2021-12-27 09:13:08', '2021-12-27 09:13:08', '[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological,magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat is operating 131 diagnostic laboratories and collection centers all over the country. To provide credible diagnostic services which includes Chemical Pathology, Hematology, Microbiology, Biochemistry, Histopathology, Blood Banking, Radiology and various scanning facilities to ailing humanity residing in Pakistan on affordable prices without compromising on local and international standards.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2 style=\"font-size: 18px;\">The following is the list of our diagnostic centers:</h2>\r\n<table width=\"1097\">\r\n<tbody>\r\n<tr>\r\n<td width=\"47\">S. No.</td>\r\n<td width=\"99\">Region</td>\r\n<td width=\"568\">Name</td>\r\n<td width=\"215\">City</td>\r\n<td width=\"168\"></td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td rowspan=\"12\">Karachi</td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Nazimabad</td>\r\n<td>Karachi</td>\r\n<td rowspan=\"3\" width=\"168\">Labs: 03\r\nBlood Bank :02</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Farida Yaqoob Hospital & Lab</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital & Blood Bank Orangi Town</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Collection Center Korangi</td>\r\n<td>Karachi</td>\r\n<td rowspan=\"9\" width=\"168\">Collection Centers: 09</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Collection Center Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Collection Center Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Collection Center North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Collection Center Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Collection Center Noman</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Collection Center Liaqatbad</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Collection Center Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Collection Center Maymar</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td rowspan=\"18\">Hyderabad</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Hyderabad</td>\r\n<td rowspan=\"9\" width=\"168\">Labs:09\r\nBlood Bank: 01</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Sukkur</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital, Lab & Blood Bank Mithi</td>\r\n<td>Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Alkhidmat Medical Center & Lab Dehrki</td>\r\n<td>Ghotki</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Umerkot</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Kandkot</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Nawab Shah</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital & Lab</td>\r\n<td>Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Hospital Collection Center Kashomre</td>\r\n<td>Hyderabad</td>\r\n<td rowspan=\"9\" width=\"168\">Collection Centers: 09</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Collection Center Lady Gram</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Collection Center Hingor lo</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Mithi</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Alkhidmat Medical and collection center Shikarpur</td>\r\n<td>Shikarpur</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat MCHC and Collection center</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Tando Jam</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Alkhidmat Collection Center Near Ghala Mandi</td>\r\n<td>Dehrki</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Collection Center Paretabad</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td rowspan=\"38\">Multan</td>\r\n<td>Alkhidmat Diagnostic Center Multan</td>\r\n<td>Multan</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Diagnostic Center, DHQ Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Laboratory Kot addu</td>\r\n<td>Muzafar Garh\r\n( Kot Addu )</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Diagnostic Center R.Y.Khan</td>\r\n<td>Rahimyar Khan</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bahawalpur</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Collection Center Dost Plaza Nishter Road Multan</td>\r\n<td>Multan</td>\r\n<td rowspan=\"33\" width=\"168\">Collection Centers: 33</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Collection center Gulgasht</td>\r\n<td> Multan</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Collection center Dehli Gate</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Collection center Mumtazabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Collection center Garden Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Collection centerKachary</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Collection center 60 Feet Road, Al Raheem Chowk Block S, new Multan</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td> Alkhidmat Collection center Railway Road, Near Civil Hospital, Shujabad</td>\r\n<td>Multan\r\n(Shujabad)</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Collection centerJalalpur Pirwala</td>\r\n<td>Multan\r\n( jalalpur Pirwala)</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Collection center Madrasa Arif ul Alum 2 Kota Road Duniya Pur</td>\r\n<td>Distt. Lodhran\r\n( Duniya Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td> Alkhidmat Collection center M.A Plaza, Railway Road Near Chowk Bukhari, Kehror Pakka</td>\r\n<td>Lodhran\r\n(Kehror Paka)</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Collection center Shaheed Chowk Mian Channu</td>\r\n<td>Disst.Khanewal\r\n( Mian Channu )</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Collection center Near Akka Electronics Khanewal Road Kabirwala</td>\r\n<td>Disst. Khanewal\r\n(Kabirwala )</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Collection center Near Jamia Mosque Haqani, Sadar Bazar, Jahanian</td>\r\n<td>Disst. Khanewal\r\n(Jahanian )</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Collection center Muzaffargarh</td>\r\n<td>Disst. Muzaffargarh</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td width=\"568\">Alkhidmat Collection centerChowk Sarwar Shaheed</td>\r\n<td>Disst.Muzafargarh</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Collection center Ali Pur</td>\r\n<td>Muzafar Garh\r\n(Ali Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Collection center Shop 52 H Block Near Vihari Club Vihari</td>\r\n<td>Disst.Vihari</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Collection center Mailsi</td>\r\n<td>Disst. Vihari\r\n( Mailsi )</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Collection center Burewala</td>\r\n<td>Disst. Vihari\r\n( Burewala )</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Collection center GD Khan</td>\r\n<td>DG Khan</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Collection center Tounsa Sharif</td>\r\n<td>Disst. Dgkhan\r\n( Tounsa Sharif )</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Collection center High court Bar</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan (Ghous e Azam)</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Collection center Northern Bypass Road Model Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Collection center T. Chowk Shah Ruken e Allam Colony</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Collection center Al Rehman Plaza Multan Road, Basti Malook</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Collection center Rajanpur</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Collection center Samajeeabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Collection center Opp THQ Chowk Azam</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Collection center Eid Gah Road Near Dhool Petrol Pump Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Collection center Thal</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td rowspan=\"19\">Faislabad</td>\r\n<td>Alkhidmat Diagnostic Center Akbrabad</td>\r\n<td>Faisalabad</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>71</td>\r\n<td>Alkhidmat Diagnostic Center Shorkot</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>72</td>\r\n<td>Alkhidmat Diagnostic Center Gojra Road</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>73</td>\r\n<td>Alkhidmat Diagnostic Center Abdullah Chowk</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>74</td>\r\n<td>Alkhidmat Diagnostic Center Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>75</td>\r\n<td>Alkhidmat Collection Center Ghulam Muhammad Abad</td>\r\n<td>Faisalabad</td>\r\n<td rowspan=\"14\">Collection Centers: 14</td>\r\n</tr>\r\n<tr>\r\n<td>76</td>\r\n<td>Alkhidmat Collection Center Near General Hospital Ghulam Mohammad Abad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>77</td>\r\n<td> Alkhidmat Collection Center Mochi Bazar Chak Jhumra</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>78</td>\r\n<td>Alkhidmat Collection Center Jhumra Okhranwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>79</td>\r\n<td>Alkhidmat Collection Center Main Bazar, Jhumara Road Khurianwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>Alkhidmat Collection Center Susa Road Near Faizan E Madina Chowk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>81</td>\r\n<td>Alkhidmat Collection Center Satiana Road,Opp Main Gate Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>82</td>\r\n<td>Alkhidmat Collection Center Jaranwala Road Near Kehkashan Colony Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>83</td>\r\n<td>Alkhidmat Collection Center Samanabad Near Madni Chowk</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>84</td>\r\n<td>Alkhidmat Collection Center Lab Mureed Wala Samundri</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>85</td>\r\n<td>Alkhidmat Collection Center AliPur Okara</td>\r\n<td>Okara</td>\r\n</tr>\r\n<tr>\r\n<td>86</td>\r\n<td>Alkhidmat Collection Center Al-Hameed Children Hospital Faisalabad Road Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>87</td>\r\n<td>Alkhidmat Collection Opp Dhq Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>88</td>\r\n<td>Alkhidmat Collection Center Komal Zeeshan Colony Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>89</td>\r\n<td rowspan=\"12\">Lahore</td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Chauburji Lahore</td>\r\n<td>Lahore</td>\r\n<td rowspan=\"8\" width=\"168\">Labs: 08\r\nBlood Bank:01</td>\r\n</tr>\r\n<tr>\r\n<td>90</td>\r\n<td>Alkhidmat Diagnostic Center Mansoorah</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>91</td>\r\n<td>Alkhidmat Amna Jabbar Hospital & Lab Cant</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>92</td>\r\n<td>Alkhidmat Dar ul Hayat Hospital & Lab</td>\r\n<td>Sailkot</td>\r\n</tr>\r\n<tr>\r\n<td>93</td>\r\n<td>Alkhidmat Lab Shafiqa Rasheed Hopital Kot Radha Kishan</td>\r\n<td>Kasur</td>\r\n</tr>\r\n<tr>\r\n<td>94</td>\r\n<td>Alkhidmat Lab Kamoke</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>95</td>\r\n<td>Alkhidmat Khursheed Alam MCHC & Lab</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>96</td>\r\n<td>Alkhidmat Lab Qila Dedar Singh</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>97</td>\r\n<td>Alkhidmat Collection Center Opp Civil Hospital Daska</td>\r\n<td>Sialkot</td>\r\n<td rowspan=\"4\">Collection Center: 04</td>\r\n</tr>\r\n<tr>\r\n<td>98</td>\r\n<td>Alkhidmat Collection Center Opp Jinnah Hospital Lahore</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>99</td>\r\n<td>Alkhidmat Collection Center Opp Mansoorah Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>Alkhidmat Collection Center Near Shouket Khanum Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>101</td>\r\n<td rowspan=\"9\">Rawalpindi</td>\r\n<td>Alkhidmat MCHC & Lab</td>\r\n<td>Bagh AJK</td>\r\n<td rowspan=\"7\" width=\"168\">Labs: 07\r\nBlood Bank: 01</td>\r\n</tr>\r\n<tr>\r\n<td>102</td>\r\n<td>Alkhidmat Raazi Diagnostics Center & Blood Bank</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>103</td>\r\n<td>Alkhidmat Laboratory Fazil Town</td>\r\n<td>Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>104</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Attock</td>\r\n</tr>\r\n<tr>\r\n<td>105</td>\r\n<td>Alkhidmat Raazi Diagnostics Center CBR Town</td>\r\n<td>Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>106</td>\r\n<td>Alkhidmat Eman Hospital & Lab</td>\r\n<td>Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>107</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bhakkar</td>\r\n</tr>\r\n<tr>\r\n<td>108</td>\r\n<td>Alkhidmat Raazi Collection Center Khayaban</td>\r\n<td>Rawalpindi</td>\r\n<td rowspan=\"2\">Collection Center: 02</td>\r\n</tr>\r\n<tr>\r\n<td>109</td>\r\n<td>Alkhidmat Raazi Collection Center Pee wadai</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>110</td>\r\n<td rowspan=\"12\">KPK</td>\r\n<td>Alkhidmat Lab & Blood Bank Nishterabad</td>\r\n<td>Peshawar</td>\r\n<td rowspan=\"11\" width=\"168\">Labs: 11\r\nBlood Bank:03</td>\r\n</tr>\r\n<tr>\r\n<td>111</td>\r\n<td>Alkhidmat Hospital, Lab and Blood Bank</td>\r\n<td>Charsadda</td>\r\n</tr>\r\n<tr>\r\n<td>112</td>\r\n<td>Alkhidmat Mashal Medical Complex Lab & Blood Bank</td>\r\n<td>Mardan</td>\r\n</tr>\r\n<tr>\r\n<td>113</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Lower Dir</td>\r\n</tr>\r\n<tr>\r\n<td>114</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Chitral</td>\r\n</tr>\r\n<tr>\r\n<td>115</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Bunir</td>\r\n</tr>\r\n<tr>\r\n<td>116</td>\r\n<td>Alkhidmat Naseem Khan memorial MCHC and Lab</td>\r\n<td>Kohat</td>\r\n</tr>\r\n<tr>\r\n<td>117</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Bannu</td>\r\n</tr>\r\n<tr>\r\n<td>118</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Landikotal</td>\r\n</tr>\r\n<tr>\r\n<td>119</td>\r\n<td>Alkhidmat Health Clinic and Lab Gul Bahar</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>120</td>\r\n<td>Alkhidmat Health Clinic and Lab Shew Adda</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>121</td>\r\n<td>Alkhidmat Collection Center Dabri Garden</td>\r\n<td>Peshawar</td>\r\n<td>Collection Center: 01</td>\r\n</tr>\r\n<tr>\r\n<td>122</td>\r\n<td rowspan=\"5\">Mansehra</td>\r\n<td>Alkhidmat Charity Australia Diagnostic Center</td>\r\n<td>Mansehra</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>123</td>\r\n<td>Alkhidmat Younas Khattak MCHC and Lab</td>\r\n<td>Mansehra</td>\r\n</tr>\r\n<tr>\r\n<td>124</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Battgram</td>\r\n</tr>\r\n<tr>\r\n<td>125</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Oghi</td>\r\n</tr>\r\n<tr>\r\n<td>126</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Gilgit</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td>Labs</td>\r\n<td>55</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td>Collection Center</td>\r\n<td>72</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td>Blood Bank</td>\r\n<td>8</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Diagnostic Labs\" css=\".vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2021-12-27 09:13:08', '2021-12-27 09:13:08', '', 714, 'http://ahf.com.pk/2021/12/27/714-revision-v1/', 0, 'revision', '', 0),
(1364, 1, '2021-12-27 09:19:03', '2021-12-27 09:19:03', '[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological,magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat is operating 131 diagnostic laboratories and collection centers all over the country. To provide credible diagnostic services which includes Chemical Pathology, Hematology, Microbiology, Biochemistry, Histopathology, Blood Banking, Radiology and various scanning facilities to ailing humanity residing in Pakistan on affordable prices without compromising on local and international standards.</p>\r\n[/vc_column_text][vc_column_text]\r\n<table width=\"1097\">\r\n<tbody>\r\n<tr>\r\n<td width=\"47\"><strong>S. No.</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n<td width=\"568\"><strong>Name</strong></td>\r\n<td width=\"215\"><strong>City</strong></td>\r\n<td width=\"168\"></td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td rowspan=\"12\">Karachi</td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Nazimabad</td>\r\n<td>Karachi</td>\r\n<td rowspan=\"3\" width=\"168\">Labs: 03\r\nBlood Bank :02</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Farida Yaqoob Hospital & Lab</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital & Blood Bank Orangi Town</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Collection Center Korangi</td>\r\n<td>Karachi</td>\r\n<td rowspan=\"9\" width=\"168\">Collection Centers: 09</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Collection Center Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Collection Center Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Collection Center North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Collection Center Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Collection Center Noman</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Collection Center Liaqatbad</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Collection Center Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Collection Center Maymar</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td rowspan=\"18\">Hyderabad</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Hyderabad</td>\r\n<td rowspan=\"9\" width=\"168\">Labs:09\r\nBlood Bank: 01</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Sukkur</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital, Lab & Blood Bank Mithi</td>\r\n<td>Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Alkhidmat Medical Center & Lab Dehrki</td>\r\n<td>Ghotki</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Umerkot</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Kandkot</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Nawab Shah</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital & Lab</td>\r\n<td>Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Hospital Collection Center Kashomre</td>\r\n<td>Hyderabad</td>\r\n<td rowspan=\"9\" width=\"168\">Collection Centers: 09</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Collection Center Lady Gram</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Collection Center Hingor lo</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Mithi</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Alkhidmat Medical and collection center Shikarpur</td>\r\n<td>Shikarpur</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat MCHC and Collection center</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Tando Jam</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Alkhidmat Collection Center Near Ghala Mandi</td>\r\n<td>Dehrki</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Collection Center Paretabad</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td rowspan=\"38\">Multan</td>\r\n<td>Alkhidmat Diagnostic Center Multan</td>\r\n<td>Multan</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Diagnostic Center, DHQ Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Laboratory Kot addu</td>\r\n<td>Muzafar Garh\r\n( Kot Addu )</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Diagnostic Center R.Y.Khan</td>\r\n<td>Rahimyar Khan</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bahawalpur</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Collection Center Dost Plaza Nishter Road Multan</td>\r\n<td>Multan</td>\r\n<td rowspan=\"33\" width=\"168\">Collection Centers: 33</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Collection center Gulgasht</td>\r\n<td> Multan</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Collection center Dehli Gate</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Collection center Mumtazabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Collection center Garden Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Collection centerKachary</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Collection center 60 Feet Road, Al Raheem Chowk Block S, new Multan</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td> Alkhidmat Collection center Railway Road, Near Civil Hospital, Shujabad</td>\r\n<td>Multan\r\n(Shujabad)</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Collection centerJalalpur Pirwala</td>\r\n<td>Multan\r\n( jalalpur Pirwala)</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Collection center Madrasa Arif ul Alum 2 Kota Road Duniya Pur</td>\r\n<td>Distt. Lodhran\r\n( Duniya Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td> Alkhidmat Collection center M.A Plaza, Railway Road Near Chowk Bukhari, Kehror Pakka</td>\r\n<td>Lodhran\r\n(Kehror Paka)</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Collection center Shaheed Chowk Mian Channu</td>\r\n<td>Disst.Khanewal\r\n( Mian Channu )</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Collection center Near Akka Electronics Khanewal Road Kabirwala</td>\r\n<td>Disst. Khanewal\r\n(Kabirwala )</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Collection center Near Jamia Mosque Haqani, Sadar Bazar, Jahanian</td>\r\n<td>Disst. Khanewal\r\n(Jahanian )</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Collection center Muzaffargarh</td>\r\n<td>Disst. Muzaffargarh</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td width=\"568\">Alkhidmat Collection centerChowk Sarwar Shaheed</td>\r\n<td>Disst.Muzafargarh</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Collection center Ali Pur</td>\r\n<td>Muzafar Garh\r\n(Ali Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Collection center Shop 52 H Block Near Vihari Club Vihari</td>\r\n<td>Disst.Vihari</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Collection center Mailsi</td>\r\n<td>Disst. Vihari\r\n( Mailsi )</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Collection center Burewala</td>\r\n<td>Disst. Vihari\r\n( Burewala )</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Collection center GD Khan</td>\r\n<td>DG Khan</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Collection center Tounsa Sharif</td>\r\n<td>Disst. Dgkhan\r\n( Tounsa Sharif )</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Collection center High court Bar</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan (Ghous e Azam)</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Collection center Northern Bypass Road Model Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Collection center T. Chowk Shah Ruken e Allam Colony</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Collection center Al Rehman Plaza Multan Road, Basti Malook</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Collection center Rajanpur</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Collection center Samajeeabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Collection center Opp THQ Chowk Azam</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Collection center Eid Gah Road Near Dhool Petrol Pump Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Collection center Thal</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td rowspan=\"19\">Faislabad</td>\r\n<td>Alkhidmat Diagnostic Center Akbrabad</td>\r\n<td>Faisalabad</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>71</td>\r\n<td>Alkhidmat Diagnostic Center Shorkot</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>72</td>\r\n<td>Alkhidmat Diagnostic Center Gojra Road</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>73</td>\r\n<td>Alkhidmat Diagnostic Center Abdullah Chowk</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>74</td>\r\n<td>Alkhidmat Diagnostic Center Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>75</td>\r\n<td>Alkhidmat Collection Center Ghulam Muhammad Abad</td>\r\n<td>Faisalabad</td>\r\n<td rowspan=\"14\">Collection Centers: 14</td>\r\n</tr>\r\n<tr>\r\n<td>76</td>\r\n<td>Alkhidmat Collection Center Near General Hospital Ghulam Mohammad Abad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>77</td>\r\n<td> Alkhidmat Collection Center Mochi Bazar Chak Jhumra</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>78</td>\r\n<td>Alkhidmat Collection Center Jhumra Okhranwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>79</td>\r\n<td>Alkhidmat Collection Center Main Bazar, Jhumara Road Khurianwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>Alkhidmat Collection Center Susa Road Near Faizan E Madina Chowk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>81</td>\r\n<td>Alkhidmat Collection Center Satiana Road,Opp Main Gate Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>82</td>\r\n<td>Alkhidmat Collection Center Jaranwala Road Near Kehkashan Colony Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>83</td>\r\n<td>Alkhidmat Collection Center Samanabad Near Madni Chowk</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>84</td>\r\n<td>Alkhidmat Collection Center Lab Mureed Wala Samundri</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>85</td>\r\n<td>Alkhidmat Collection Center AliPur Okara</td>\r\n<td>Okara</td>\r\n</tr>\r\n<tr>\r\n<td>86</td>\r\n<td>Alkhidmat Collection Center Al-Hameed Children Hospital Faisalabad Road Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>87</td>\r\n<td>Alkhidmat Collection Opp Dhq Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>88</td>\r\n<td>Alkhidmat Collection Center Komal Zeeshan Colony Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>89</td>\r\n<td rowspan=\"12\">Lahore</td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Chauburji Lahore</td>\r\n<td>Lahore</td>\r\n<td rowspan=\"8\" width=\"168\">Labs: 08\r\nBlood Bank:01</td>\r\n</tr>\r\n<tr>\r\n<td>90</td>\r\n<td>Alkhidmat Diagnostic Center Mansoorah</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>91</td>\r\n<td>Alkhidmat Amna Jabbar Hospital & Lab Cant</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>92</td>\r\n<td>Alkhidmat Dar ul Hayat Hospital & Lab</td>\r\n<td>Sailkot</td>\r\n</tr>\r\n<tr>\r\n<td>93</td>\r\n<td>Alkhidmat Lab Shafiqa Rasheed Hopital Kot Radha Kishan</td>\r\n<td>Kasur</td>\r\n</tr>\r\n<tr>\r\n<td>94</td>\r\n<td>Alkhidmat Lab Kamoke</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>95</td>\r\n<td>Alkhidmat Khursheed Alam MCHC & Lab</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>96</td>\r\n<td>Alkhidmat Lab Qila Dedar Singh</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>97</td>\r\n<td>Alkhidmat Collection Center Opp Civil Hospital Daska</td>\r\n<td>Sialkot</td>\r\n<td rowspan=\"4\">Collection Center: 04</td>\r\n</tr>\r\n<tr>\r\n<td>98</td>\r\n<td>Alkhidmat Collection Center Opp Jinnah Hospital Lahore</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>99</td>\r\n<td>Alkhidmat Collection Center Opp Mansoorah Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>Alkhidmat Collection Center Near Shouket Khanum Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>101</td>\r\n<td rowspan=\"9\">Rawalpindi</td>\r\n<td>Alkhidmat MCHC & Lab</td>\r\n<td>Bagh AJK</td>\r\n<td rowspan=\"7\" width=\"168\">Labs: 07\r\nBlood Bank: 01</td>\r\n</tr>\r\n<tr>\r\n<td>102</td>\r\n<td>Alkhidmat Raazi Diagnostics Center & Blood Bank</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>103</td>\r\n<td>Alkhidmat Laboratory Fazil Town</td>\r\n<td>Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>104</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Attock</td>\r\n</tr>\r\n<tr>\r\n<td>105</td>\r\n<td>Alkhidmat Raazi Diagnostics Center CBR Town</td>\r\n<td>Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>106</td>\r\n<td>Alkhidmat Eman Hospital & Lab</td>\r\n<td>Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>107</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bhakkar</td>\r\n</tr>\r\n<tr>\r\n<td>108</td>\r\n<td>Alkhidmat Raazi Collection Center Khayaban</td>\r\n<td>Rawalpindi</td>\r\n<td rowspan=\"2\">Collection Center: 02</td>\r\n</tr>\r\n<tr>\r\n<td>109</td>\r\n<td>Alkhidmat Raazi Collection Center Pee wadai</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>110</td>\r\n<td rowspan=\"12\">KPK</td>\r\n<td>Alkhidmat Lab & Blood Bank Nishterabad</td>\r\n<td>Peshawar</td>\r\n<td rowspan=\"11\" width=\"168\">Labs: 11\r\nBlood Bank:03</td>\r\n</tr>\r\n<tr>\r\n<td>111</td>\r\n<td>Alkhidmat Hospital, Lab and Blood Bank</td>\r\n<td>Charsadda</td>\r\n</tr>\r\n<tr>\r\n<td>112</td>\r\n<td>Alkhidmat Mashal Medical Complex Lab & Blood Bank</td>\r\n<td>Mardan</td>\r\n</tr>\r\n<tr>\r\n<td>113</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Lower Dir</td>\r\n</tr>\r\n<tr>\r\n<td>114</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Chitral</td>\r\n</tr>\r\n<tr>\r\n<td>115</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Bunir</td>\r\n</tr>\r\n<tr>\r\n<td>116</td>\r\n<td>Alkhidmat Naseem Khan memorial MCHC and Lab</td>\r\n<td>Kohat</td>\r\n</tr>\r\n<tr>\r\n<td>117</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Bannu</td>\r\n</tr>\r\n<tr>\r\n<td>118</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Landikotal</td>\r\n</tr>\r\n<tr>\r\n<td>119</td>\r\n<td>Alkhidmat Health Clinic and Lab Gul Bahar</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>120</td>\r\n<td>Alkhidmat Health Clinic and Lab Shew Adda</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>121</td>\r\n<td>Alkhidmat Collection Center Dabri Garden</td>\r\n<td>Peshawar</td>\r\n<td>Collection Center: 01</td>\r\n</tr>\r\n<tr>\r\n<td>122</td>\r\n<td rowspan=\"5\">Mansehra</td>\r\n<td>Alkhidmat Charity Australia Diagnostic Center</td>\r\n<td>Mansehra</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>123</td>\r\n<td>Alkhidmat Younas Khattak MCHC and Lab</td>\r\n<td>Mansehra</td>\r\n</tr>\r\n<tr>\r\n<td>124</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Battgram</td>\r\n</tr>\r\n<tr>\r\n<td>125</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Oghi</td>\r\n</tr>\r\n<tr>\r\n<td>126</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Gilgit</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td><strong>Labs</strong></td>\r\n<td><strong>55</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td><strong>Collection Center</strong></td>\r\n<td><strong>72</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td><strong>Blood Bank</strong></td>\r\n<td><strong>8</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Diagnostic Labs\" css=\".vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2021-12-27 09:19:03', '2021-12-27 09:19:03', '', 714, 'http://ahf.com.pk/2021/12/27/714-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1365, 1, '2021-12-27 09:23:52', '2021-12-27 09:23:52', '[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological,magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat is operating 131 diagnostic laboratories and collection centers all over the country. To provide credible diagnostic services which includes Chemical Pathology, Hematology, Microbiology, Biochemistry, Histopathology, Blood Banking, Radiology and various scanning facilities to ailing humanity residing in Pakistan on affordable prices without compromising on local and international standards.</p>\r\n[/vc_column_text][vc_column_text]\r\n<table width=\"1097\">\r\n<tbody>\r\n<tr>\r\n<td width=\"47\"><strong>S. No.</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n<td width=\"568\"><strong>Name</strong></td>\r\n<td width=\"215\"><strong>City</strong></td>\r\n<td width=\"168\"></td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>Karachi</strong></td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Nazimabad</td>\r\n<td>Karachi</td>\r\n<td rowspan=\"3\" width=\"168\">Labs: 03\r\nBlood Bank :02</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Farida Yaqoob Hospital & Lab</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital & Blood Bank Orangi Town</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Collection Center Korangi</td>\r\n<td>Karachi</td>\r\n<td rowspan=\"9\" width=\"168\">Collection Centers: 09</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Collection Center Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Collection Center Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Collection Center North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Collection Center Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Collection Center Noman</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Collection Center Liaqatbad</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Collection Center Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Collection Center Maymar</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td style=\"text-align: center;\" rowspan=\"18\"><strong>Hyderabad</strong></td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Hyderabad</td>\r\n<td rowspan=\"9\" width=\"168\">Labs:09\r\nBlood Bank: 01</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Sukkur</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital, Lab & Blood Bank Mithi</td>\r\n<td>Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Alkhidmat Medical Center & Lab Dehrki</td>\r\n<td>Ghotki</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Umerkot</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Kandkot</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Nawab Shah</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital & Lab</td>\r\n<td>Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Hospital Collection Center Kashomre</td>\r\n<td>Hyderabad</td>\r\n<td rowspan=\"9\" width=\"168\">Collection Centers: 09</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Collection Center Lady Gram</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Collection Center Hingor lo</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Mithi</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Alkhidmat Medical and collection center Shikarpur</td>\r\n<td>Shikarpur</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat MCHC and Collection center</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Tando Jam</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Alkhidmat Collection Center Near Ghala Mandi</td>\r\n<td>Dehrki</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Collection Center Paretabad</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td style=\"text-align: center;\" rowspan=\"38\"><strong>Multan</strong></td>\r\n<td>Alkhidmat Diagnostic Center Multan</td>\r\n<td>Multan</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Diagnostic Center, DHQ Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Laboratory Kot addu</td>\r\n<td>Muzafar Garh\r\n( Kot Addu )</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Diagnostic Center R.Y.Khan</td>\r\n<td>Rahimyar Khan</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bahawalpur</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Collection Center Dost Plaza Nishter Road Multan</td>\r\n<td>Multan</td>\r\n<td rowspan=\"33\" width=\"168\">Collection Centers: 33</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Collection center Gulgasht</td>\r\n<td> Multan</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Collection center Dehli Gate</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Collection center Mumtazabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Collection center Garden Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Collection centerKachary</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Collection center 60 Feet Road, Al Raheem Chowk Block S, new Multan</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td> Alkhidmat Collection center Railway Road, Near Civil Hospital, Shujabad</td>\r\n<td>Multan\r\n(Shujabad)</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Collection centerJalalpur Pirwala</td>\r\n<td>Multan\r\n( jalalpur Pirwala)</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Collection center Madrasa Arif ul Alum 2 Kota Road Duniya Pur</td>\r\n<td>Distt. Lodhran\r\n( Duniya Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td> Alkhidmat Collection center M.A Plaza, Railway Road Near Chowk Bukhari, Kehror Pakka</td>\r\n<td>Lodhran\r\n(Kehror Paka)</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Collection center Shaheed Chowk Mian Channu</td>\r\n<td>Disst.Khanewal\r\n( Mian Channu )</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Collection center Near Akka Electronics Khanewal Road Kabirwala</td>\r\n<td>Disst. Khanewal\r\n(Kabirwala )</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Collection center Near Jamia Mosque Haqani, Sadar Bazar, Jahanian</td>\r\n<td>Disst. Khanewal\r\n(Jahanian )</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Collection center Muzaffargarh</td>\r\n<td>Disst. Muzaffargarh</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td width=\"568\">Alkhidmat Collection centerChowk Sarwar Shaheed</td>\r\n<td>Disst.Muzafargarh</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Collection center Ali Pur</td>\r\n<td>Muzafar Garh\r\n(Ali Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Collection center Shop 52 H Block Near Vihari Club Vihari</td>\r\n<td>Disst.Vihari</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Collection center Mailsi</td>\r\n<td>Disst. Vihari\r\n( Mailsi )</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Collection center Burewala</td>\r\n<td>Disst. Vihari\r\n( Burewala )</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Collection center GD Khan</td>\r\n<td>DG Khan</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Collection center Tounsa Sharif</td>\r\n<td>Disst. Dgkhan\r\n( Tounsa Sharif )</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Collection center High court Bar</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan (Ghous e Azam)</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Collection center Northern Bypass Road Model Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Collection center T. Chowk Shah Ruken e Allam Colony</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Collection center Al Rehman Plaza Multan Road, Basti Malook</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Collection center Rajanpur</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Collection center Samajeeabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Collection center Opp THQ Chowk Azam</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Collection center Eid Gah Road Near Dhool Petrol Pump Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Collection center Thal</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td style=\"text-align: center;\" rowspan=\"19\"><strong>Faislabad</strong></td>\r\n<td>Alkhidmat Diagnostic Center Akbrabad</td>\r\n<td>Faisalabad</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>71</td>\r\n<td>Alkhidmat Diagnostic Center Shorkot</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>72</td>\r\n<td>Alkhidmat Diagnostic Center Gojra Road</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>73</td>\r\n<td>Alkhidmat Diagnostic Center Abdullah Chowk</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>74</td>\r\n<td>Alkhidmat Diagnostic Center Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>75</td>\r\n<td>Alkhidmat Collection Center Ghulam Muhammad Abad</td>\r\n<td>Faisalabad</td>\r\n<td rowspan=\"14\">Collection Centers: 14</td>\r\n</tr>\r\n<tr>\r\n<td>76</td>\r\n<td>Alkhidmat Collection Center Near General Hospital Ghulam Mohammad Abad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>77</td>\r\n<td> Alkhidmat Collection Center Mochi Bazar Chak Jhumra</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>78</td>\r\n<td>Alkhidmat Collection Center Jhumra Okhranwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>79</td>\r\n<td>Alkhidmat Collection Center Main Bazar, Jhumara Road Khurianwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>Alkhidmat Collection Center Susa Road Near Faizan E Madina Chowk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>81</td>\r\n<td>Alkhidmat Collection Center Satiana Road,Opp Main Gate Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>82</td>\r\n<td>Alkhidmat Collection Center Jaranwala Road Near Kehkashan Colony Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>83</td>\r\n<td>Alkhidmat Collection Center Samanabad Near Madni Chowk</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>84</td>\r\n<td>Alkhidmat Collection Center Lab Mureed Wala Samundri</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>85</td>\r\n<td>Alkhidmat Collection Center AliPur Okara</td>\r\n<td>Okara</td>\r\n</tr>\r\n<tr>\r\n<td>86</td>\r\n<td>Alkhidmat Collection Center Al-Hameed Children Hospital Faisalabad Road Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>87</td>\r\n<td>Alkhidmat Collection Opp Dhq Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>88</td>\r\n<td>Alkhidmat Collection Center Komal Zeeshan Colony Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>89</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>Lahore</strong></td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Chauburji Lahore</td>\r\n<td>Lahore</td>\r\n<td rowspan=\"8\" width=\"168\">Labs: 08\r\nBlood Bank:01</td>\r\n</tr>\r\n<tr>\r\n<td>90</td>\r\n<td>Alkhidmat Diagnostic Center Mansoorah</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>91</td>\r\n<td>Alkhidmat Amna Jabbar Hospital & Lab Cant</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>92</td>\r\n<td>Alkhidmat Dar ul Hayat Hospital & Lab</td>\r\n<td>Sailkot</td>\r\n</tr>\r\n<tr>\r\n<td>93</td>\r\n<td>Alkhidmat Lab Shafiqa Rasheed Hopital Kot Radha Kishan</td>\r\n<td>Kasur</td>\r\n</tr>\r\n<tr>\r\n<td>94</td>\r\n<td>Alkhidmat Lab Kamoke</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>95</td>\r\n<td>Alkhidmat Khursheed Alam MCHC & Lab</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>96</td>\r\n<td>Alkhidmat Lab Qila Dedar Singh</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>97</td>\r\n<td>Alkhidmat Collection Center Opp Civil Hospital Daska</td>\r\n<td>Sialkot</td>\r\n<td rowspan=\"4\">Collection Center: 04</td>\r\n</tr>\r\n<tr>\r\n<td>98</td>\r\n<td>Alkhidmat Collection Center Opp Jinnah Hospital Lahore</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>99</td>\r\n<td>Alkhidmat Collection Center Opp Mansoorah Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>Alkhidmat Collection Center Near Shouket Khanum Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>101</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\"><strong>Rawalpindi</strong></td>\r\n<td>Alkhidmat MCHC & Lab</td>\r\n<td>Bagh AJK</td>\r\n<td rowspan=\"7\" width=\"168\">Labs: 07\r\nBlood Bank: 01</td>\r\n</tr>\r\n<tr>\r\n<td>102</td>\r\n<td>Alkhidmat Raazi Diagnostics Center & Blood Bank</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>103</td>\r\n<td>Alkhidmat Laboratory Fazil Town</td>\r\n<td>Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>104</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Attock</td>\r\n</tr>\r\n<tr>\r\n<td>105</td>\r\n<td>Alkhidmat Raazi Diagnostics Center CBR Town</td>\r\n<td>Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>106</td>\r\n<td>Alkhidmat Eman Hospital & Lab</td>\r\n<td>Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>107</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bhakkar</td>\r\n</tr>\r\n<tr>\r\n<td>108</td>\r\n<td>Alkhidmat Raazi Collection Center Khayaban</td>\r\n<td>Rawalpindi</td>\r\n<td rowspan=\"2\">Collection Center: 02</td>\r\n</tr>\r\n<tr>\r\n<td>109</td>\r\n<td>Alkhidmat Raazi Collection Center Pee wadai</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>110</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>KPK</strong></td>\r\n<td>Alkhidmat Lab & Blood Bank Nishterabad</td>\r\n<td>Peshawar</td>\r\n<td rowspan=\"11\" width=\"168\">Labs: 11\r\nBlood Bank:03</td>\r\n</tr>\r\n<tr>\r\n<td>111</td>\r\n<td>Alkhidmat Hospital, Lab and Blood Bank</td>\r\n<td>Charsadda</td>\r\n</tr>\r\n<tr>\r\n<td>112</td>\r\n<td>Alkhidmat Mashal Medical Complex Lab & Blood Bank</td>\r\n<td>Mardan</td>\r\n</tr>\r\n<tr>\r\n<td>113</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Lower Dir</td>\r\n</tr>\r\n<tr>\r\n<td>114</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Chitral</td>\r\n</tr>\r\n<tr>\r\n<td>115</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Bunir</td>\r\n</tr>\r\n<tr>\r\n<td>116</td>\r\n<td>Alkhidmat Naseem Khan memorial MCHC and Lab</td>\r\n<td>Kohat</td>\r\n</tr>\r\n<tr>\r\n<td>117</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Bannu</td>\r\n</tr>\r\n<tr>\r\n<td>118</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Landikotal</td>\r\n</tr>\r\n<tr>\r\n<td>119</td>\r\n<td>Alkhidmat Health Clinic and Lab Gul Bahar</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>120</td>\r\n<td>Alkhidmat Health Clinic and Lab Shew Adda</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>121</td>\r\n<td>Alkhidmat Collection Center Dabri Garden</td>\r\n<td>Peshawar</td>\r\n<td>Collection Center: 01</td>\r\n</tr>\r\n<tr>\r\n<td>122</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Mansehra</strong></td>\r\n<td>Alkhidmat Charity Australia Diagnostic Center</td>\r\n<td>Mansehra</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>123</td>\r\n<td>Alkhidmat Younas Khattak MCHC and Lab</td>\r\n<td>Mansehra</td>\r\n</tr>\r\n<tr>\r\n<td>124</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Battgram</td>\r\n</tr>\r\n<tr>\r\n<td>125</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Oghi</td>\r\n</tr>\r\n<tr>\r\n<td>126</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Gilgit</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Labs</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>55</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td><strong>Collection Center</strong></td>\r\n<td><strong>72</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td><strong>Blood Bank</strong></td>\r\n<td><strong>8</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Diagnostic Labs\" css=\".vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2021-12-27 09:23:52', '2021-12-27 09:23:52', '', 714, 'http://ahf.com.pk/2021/12/27/714-revision-v1/', 0, 'revision', '', 0),
(1366, 1, '2021-12-27 09:24:52', '2021-12-27 09:24:52', '[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological,magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat is operating 131 diagnostic laboratories and collection centers all over the country. To provide credible diagnostic services which includes Chemical Pathology, Hematology, Microbiology, Biochemistry, Histopathology, Blood Banking, Radiology and various scanning facilities to ailing humanity residing in Pakistan on affordable prices without compromising on local and international standards.</p>\r\n[/vc_column_text][vc_column_text]\r\n<table width=\"1097\">\r\n<tbody>\r\n<tr>\r\n<td width=\"47\"><strong>S. No.</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n<td width=\"568\"><strong>Name</strong></td>\r\n<td width=\"215\"><strong>City</strong></td>\r\n<td width=\"168\"></td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>Karachi</strong></td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Nazimabad</td>\r\n<td>Karachi</td>\r\n<td rowspan=\"3\" width=\"168\">Labs: 03\r\nBlood Bank :02</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Farida Yaqoob Hospital & Lab</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital & Blood Bank Orangi Town</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Collection Center Korangi</td>\r\n<td>Karachi</td>\r\n<td rowspan=\"9\" width=\"168\">Collection Centers: 09</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Collection Center Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Collection Center Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Collection Center North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Collection Center Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Collection Center Noman</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Collection Center Liaqatbad</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Collection Center Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Collection Center Maymar</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td style=\"text-align: center;\" rowspan=\"18\"><strong>Hyderabad</strong></td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Hyderabad</td>\r\n<td rowspan=\"9\" width=\"168\">Labs:09\r\nBlood Bank: 01</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Sukkur</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital, Lab & Blood Bank Mithi</td>\r\n<td>Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Alkhidmat Medical Center & Lab Dehrki</td>\r\n<td>Ghotki</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Umerkot</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Kandkot</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Nawab Shah</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital & Lab</td>\r\n<td>Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Hospital Collection Center Kashomre</td>\r\n<td>Hyderabad</td>\r\n<td rowspan=\"9\" width=\"168\">Collection Centers: 09</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Collection Center Lady Gram</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Collection Center Hingor lo</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Mithi</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Alkhidmat Medical and collection center Shikarpur</td>\r\n<td>Shikarpur</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat MCHC and Collection center</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Tando Jam</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Alkhidmat Collection Center Near Ghala Mandi</td>\r\n<td>Dehrki</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Collection Center Paretabad</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td style=\"text-align: center;\" rowspan=\"38\"><strong>Multan</strong></td>\r\n<td>Alkhidmat Diagnostic Center Multan</td>\r\n<td>Multan</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Diagnostic Center, DHQ Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Laboratory Kot addu</td>\r\n<td>Muzafar Garh\r\n( Kot Addu )</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Diagnostic Center R.Y.Khan</td>\r\n<td>Rahimyar Khan</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bahawalpur</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Collection Center Dost Plaza Nishter Road Multan</td>\r\n<td>Multan</td>\r\n<td rowspan=\"33\" width=\"168\">Collection Centers: 33</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Collection center Gulgasht</td>\r\n<td> Multan</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Collection center Dehli Gate</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Collection center Mumtazabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Collection center Garden Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Collection centerKachary</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Collection center 60 Feet Road, Al Raheem Chowk Block S, new Multan</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td> Alkhidmat Collection center Railway Road, Near Civil Hospital, Shujabad</td>\r\n<td>Multan\r\n(Shujabad)</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Collection centerJalalpur Pirwala</td>\r\n<td>Multan\r\n( jalalpur Pirwala)</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Collection center Madrasa Arif ul Alum 2 Kota Road Duniya Pur</td>\r\n<td>Distt. Lodhran\r\n( Duniya Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td> Alkhidmat Collection center M.A Plaza, Railway Road Near Chowk Bukhari, Kehror Pakka</td>\r\n<td>Lodhran\r\n(Kehror Paka)</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Collection center Shaheed Chowk Mian Channu</td>\r\n<td>Disst.Khanewal\r\n( Mian Channu )</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Collection center Near Akka Electronics Khanewal Road Kabirwala</td>\r\n<td>Disst. Khanewal\r\n(Kabirwala )</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Collection center Near Jamia Mosque Haqani, Sadar Bazar, Jahanian</td>\r\n<td>Disst. Khanewal\r\n(Jahanian )</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Collection center Muzaffargarh</td>\r\n<td>Disst. Muzaffargarh</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td width=\"568\">Alkhidmat Collection centerChowk Sarwar Shaheed</td>\r\n<td>Disst.Muzafargarh</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Collection center Ali Pur</td>\r\n<td>Muzafar Garh\r\n(Ali Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Collection center Shop 52 H Block Near Vihari Club Vihari</td>\r\n<td>Disst.Vihari</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Collection center Mailsi</td>\r\n<td>Disst. Vihari\r\n( Mailsi )</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Collection center Burewala</td>\r\n<td>Disst. Vihari\r\n( Burewala )</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Collection center GD Khan</td>\r\n<td>DG Khan</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Collection center Tounsa Sharif</td>\r\n<td>Disst. Dgkhan\r\n( Tounsa Sharif )</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Collection center High court Bar</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan (Ghous e Azam)</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Collection center Northern Bypass Road Model Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Collection center T. Chowk Shah Ruken e Allam Colony</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Collection center Al Rehman Plaza Multan Road, Basti Malook</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Collection center Rajanpur</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Collection center Samajeeabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Collection center Opp THQ Chowk Azam</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Collection center Eid Gah Road Near Dhool Petrol Pump Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Collection center Thal</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td style=\"text-align: center;\" rowspan=\"19\"><strong>Faislabad</strong></td>\r\n<td>Alkhidmat Diagnostic Center Akbrabad</td>\r\n<td>Faisalabad</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>71</td>\r\n<td>Alkhidmat Diagnostic Center Shorkot</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>72</td>\r\n<td>Alkhidmat Diagnostic Center Gojra Road</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>73</td>\r\n<td>Alkhidmat Diagnostic Center Abdullah Chowk</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>74</td>\r\n<td>Alkhidmat Diagnostic Center Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>75</td>\r\n<td>Alkhidmat Collection Center Ghulam Muhammad Abad</td>\r\n<td>Faisalabad</td>\r\n<td rowspan=\"14\">Collection Centers: 14</td>\r\n</tr>\r\n<tr>\r\n<td>76</td>\r\n<td>Alkhidmat Collection Center Near General Hospital Ghulam Mohammad Abad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>77</td>\r\n<td> Alkhidmat Collection Center Mochi Bazar Chak Jhumra</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>78</td>\r\n<td>Alkhidmat Collection Center Jhumra Okhranwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>79</td>\r\n<td>Alkhidmat Collection Center Main Bazar, Jhumara Road Khurianwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>Alkhidmat Collection Center Susa Road Near Faizan E Madina Chowk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>81</td>\r\n<td>Alkhidmat Collection Center Satiana Road,Opp Main Gate Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>82</td>\r\n<td>Alkhidmat Collection Center Jaranwala Road Near Kehkashan Colony Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>83</td>\r\n<td>Alkhidmat Collection Center Samanabad Near Madni Chowk</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>84</td>\r\n<td>Alkhidmat Collection Center Lab Mureed Wala Samundri</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>85</td>\r\n<td>Alkhidmat Collection Center AliPur Okara</td>\r\n<td>Okara</td>\r\n</tr>\r\n<tr>\r\n<td>86</td>\r\n<td>Alkhidmat Collection Center Al-Hameed Children Hospital Faisalabad Road Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>87</td>\r\n<td>Alkhidmat Collection Opp Dhq Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>88</td>\r\n<td>Alkhidmat Collection Center Komal Zeeshan Colony Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>89</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>Lahore</strong></td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Chauburji Lahore</td>\r\n<td>Lahore</td>\r\n<td rowspan=\"8\" width=\"168\">Labs: 08\r\nBlood Bank:01</td>\r\n</tr>\r\n<tr>\r\n<td>90</td>\r\n<td>Alkhidmat Diagnostic Center Mansoorah</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>91</td>\r\n<td>Alkhidmat Amna Jabbar Hospital & Lab Cant</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>92</td>\r\n<td>Alkhidmat Dar ul Hayat Hospital & Lab</td>\r\n<td>Sailkot</td>\r\n</tr>\r\n<tr>\r\n<td>93</td>\r\n<td>Alkhidmat Lab Shafiqa Rasheed Hopital Kot Radha Kishan</td>\r\n<td>Kasur</td>\r\n</tr>\r\n<tr>\r\n<td>94</td>\r\n<td>Alkhidmat Lab Kamoke</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>95</td>\r\n<td>Alkhidmat Khursheed Alam MCHC & Lab</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>96</td>\r\n<td>Alkhidmat Lab Qila Dedar Singh</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>97</td>\r\n<td>Alkhidmat Collection Center Opp Civil Hospital Daska</td>\r\n<td>Sialkot</td>\r\n<td rowspan=\"4\">Collection Center: 04</td>\r\n</tr>\r\n<tr>\r\n<td>98</td>\r\n<td>Alkhidmat Collection Center Opp Jinnah Hospital Lahore</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>99</td>\r\n<td>Alkhidmat Collection Center Opp Mansoorah Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>Alkhidmat Collection Center Near Shouket Khanum Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>101</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\"><strong>Rawalpindi</strong></td>\r\n<td>Alkhidmat MCHC & Lab</td>\r\n<td>Bagh AJK</td>\r\n<td rowspan=\"7\" width=\"168\">Labs: 07\r\nBlood Bank: 01</td>\r\n</tr>\r\n<tr>\r\n<td>102</td>\r\n<td>Alkhidmat Raazi Diagnostics Center & Blood Bank</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>103</td>\r\n<td>Alkhidmat Laboratory Fazil Town</td>\r\n<td>Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>104</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Attock</td>\r\n</tr>\r\n<tr>\r\n<td>105</td>\r\n<td>Alkhidmat Raazi Diagnostics Center CBR Town</td>\r\n<td>Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>106</td>\r\n<td>Alkhidmat Eman Hospital & Lab</td>\r\n<td>Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>107</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bhakkar</td>\r\n</tr>\r\n<tr>\r\n<td>108</td>\r\n<td>Alkhidmat Raazi Collection Center Khayaban</td>\r\n<td>Rawalpindi</td>\r\n<td rowspan=\"2\">Collection Center: 02</td>\r\n</tr>\r\n<tr>\r\n<td>109</td>\r\n<td>Alkhidmat Raazi Collection Center Pee wadai</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>110</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>KPK</strong></td>\r\n<td>Alkhidmat Lab & Blood Bank Nishterabad</td>\r\n<td>Peshawar</td>\r\n<td rowspan=\"11\" width=\"168\">Labs: 11\r\nBlood Bank:03</td>\r\n</tr>\r\n<tr>\r\n<td>111</td>\r\n<td>Alkhidmat Hospital, Lab and Blood Bank</td>\r\n<td>Charsadda</td>\r\n</tr>\r\n<tr>\r\n<td>112</td>\r\n<td>Alkhidmat Mashal Medical Complex Lab & Blood Bank</td>\r\n<td>Mardan</td>\r\n</tr>\r\n<tr>\r\n<td>113</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Lower Dir</td>\r\n</tr>\r\n<tr>\r\n<td>114</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Chitral</td>\r\n</tr>\r\n<tr>\r\n<td>115</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Bunir</td>\r\n</tr>\r\n<tr>\r\n<td>116</td>\r\n<td>Alkhidmat Naseem Khan memorial MCHC and Lab</td>\r\n<td>Kohat</td>\r\n</tr>\r\n<tr>\r\n<td>117</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Bannu</td>\r\n</tr>\r\n<tr>\r\n<td>118</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Landikotal</td>\r\n</tr>\r\n<tr>\r\n<td>119</td>\r\n<td>Alkhidmat Health Clinic and Lab Gul Bahar</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>120</td>\r\n<td>Alkhidmat Health Clinic and Lab Shew Adda</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>121</td>\r\n<td>Alkhidmat Collection Center Dabri Garden</td>\r\n<td>Peshawar</td>\r\n<td>Collection Center: 01</td>\r\n</tr>\r\n<tr>\r\n<td>122</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Mansehra</strong></td>\r\n<td>Alkhidmat Charity Australia Diagnostic Center</td>\r\n<td>Mansehra</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>123</td>\r\n<td>Alkhidmat Younas Khattak MCHC and Lab</td>\r\n<td>Mansehra</td>\r\n</tr>\r\n<tr>\r\n<td>124</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Battgram</td>\r\n</tr>\r\n<tr>\r\n<td>125</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Oghi</td>\r\n</tr>\r\n<tr>\r\n<td>126</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Gilgit</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Labs</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>55</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Collection Center</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>72</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Blood Bank</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>8</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Diagnostic Labs\" css=\".vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2021-12-27 09:24:52', '2021-12-27 09:24:52', '', 714, 'http://ahf.com.pk/2021/12/27/714-revision-v1/', 0, 'revision', '', 0),
(1367, 1, '2021-12-27 09:26:40', '2021-12-27 09:26:40', '', 'WhatsApp Image 2021-06-30 at 4.57.09 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-06-30-at-4-57-09-pm', '', '', '2021-12-27 09:26:40', '2021-12-27 09:26:40', '', 714, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-06-30-at-4.57.09-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1368, 1, '2021-12-27 09:26:42', '2021-12-27 09:26:42', '', 'WhatsApp Image 2021-06-30 at 4.57.10 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-06-30-at-4-57-10-pm', '', '', '2021-12-27 09:26:42', '2021-12-27 09:26:42', '', 714, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-06-30-at-4.57.10-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1369, 1, '2021-12-27 09:26:43', '2021-12-27 09:26:43', '', 'WhatsApp Image 2021-06-30 at 4.58.27 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-06-30-at-4-58-27-pm', '', '', '2021-12-27 09:26:43', '2021-12-27 09:26:43', '', 714, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-06-30-at-4.58.27-PM.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1370, 1, '2021-12-27 09:26:45', '2021-12-27 09:26:45', '', 'WhatsApp Image 2021-06-30 at 4.58.35 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2021-06-30-at-4-58-35-pm', '', '', '2021-12-27 09:26:45', '2021-12-27 09:26:45', '', 714, 'http://ahf.com.pk/wp-content/uploads/2021/12/WhatsApp-Image-2021-06-30-at-4.58.35-PM.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1371, 1, '2021-12-27 09:26:57', '2021-12-27 09:26:57', '[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological,magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat is operating 131 diagnostic laboratories and collection centers all over the country. To provide credible diagnostic services which includes Chemical Pathology, Hematology, Microbiology, Biochemistry, Histopathology, Blood Banking, Radiology and various scanning facilities to ailing humanity residing in Pakistan on affordable prices without compromising on local and international standards.</p>\r\n[/vc_column_text][vc_column_text]\r\n<table width=\"1097\">\r\n<tbody>\r\n<tr>\r\n<td width=\"47\"><strong>S. No.</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n<td width=\"568\"><strong>Name</strong></td>\r\n<td width=\"215\"><strong>City</strong></td>\r\n<td width=\"168\"></td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>Karachi</strong></td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Nazimabad</td>\r\n<td>Karachi</td>\r\n<td rowspan=\"3\" width=\"168\">Labs: 03\r\nBlood Bank :02</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Farida Yaqoob Hospital & Lab</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital & Blood Bank Orangi Town</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Collection Center Korangi</td>\r\n<td>Karachi</td>\r\n<td rowspan=\"9\" width=\"168\">Collection Centers: 09</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Collection Center Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Collection Center Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Collection Center North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Collection Center Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Collection Center Noman</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Collection Center Liaqatbad</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Collection Center Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Collection Center Maymar</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td style=\"text-align: center;\" rowspan=\"18\"><strong>Hyderabad</strong></td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Hyderabad</td>\r\n<td rowspan=\"9\" width=\"168\">Labs:09\r\nBlood Bank: 01</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Sukkur</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital, Lab & Blood Bank Mithi</td>\r\n<td>Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Alkhidmat Medical Center & Lab Dehrki</td>\r\n<td>Ghotki</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Umerkot</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Kandkot</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Nawab Shah</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital & Lab</td>\r\n<td>Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Hospital Collection Center Kashomre</td>\r\n<td>Hyderabad</td>\r\n<td rowspan=\"9\" width=\"168\">Collection Centers: 09</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Collection Center Lady Gram</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Collection Center Hingor lo</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Mithi</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Alkhidmat Medical and collection center Shikarpur</td>\r\n<td>Shikarpur</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat MCHC and Collection center</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Tando Jam</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Alkhidmat Collection Center Near Ghala Mandi</td>\r\n<td>Dehrki</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Collection Center Paretabad</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td style=\"text-align: center;\" rowspan=\"38\"><strong>Multan</strong></td>\r\n<td>Alkhidmat Diagnostic Center Multan</td>\r\n<td>Multan</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Diagnostic Center, DHQ Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Laboratory Kot addu</td>\r\n<td>Muzafar Garh\r\n( Kot Addu )</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Diagnostic Center R.Y.Khan</td>\r\n<td>Rahimyar Khan</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bahawalpur</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Collection Center Dost Plaza Nishter Road Multan</td>\r\n<td>Multan</td>\r\n<td rowspan=\"33\" width=\"168\">Collection Centers: 33</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Collection center Gulgasht</td>\r\n<td> Multan</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Collection center Dehli Gate</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Collection center Mumtazabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Collection center Garden Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Collection centerKachary</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Collection center 60 Feet Road, Al Raheem Chowk Block S, new Multan</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td> Alkhidmat Collection center Railway Road, Near Civil Hospital, Shujabad</td>\r\n<td>Multan\r\n(Shujabad)</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Collection centerJalalpur Pirwala</td>\r\n<td>Multan\r\n( jalalpur Pirwala)</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Collection center Madrasa Arif ul Alum 2 Kota Road Duniya Pur</td>\r\n<td>Distt. Lodhran\r\n( Duniya Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td> Alkhidmat Collection center M.A Plaza, Railway Road Near Chowk Bukhari, Kehror Pakka</td>\r\n<td>Lodhran\r\n(Kehror Paka)</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Collection center Shaheed Chowk Mian Channu</td>\r\n<td>Disst.Khanewal\r\n( Mian Channu )</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Collection center Near Akka Electronics Khanewal Road Kabirwala</td>\r\n<td>Disst. Khanewal\r\n(Kabirwala )</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Collection center Near Jamia Mosque Haqani, Sadar Bazar, Jahanian</td>\r\n<td>Disst. Khanewal\r\n(Jahanian )</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Collection center Muzaffargarh</td>\r\n<td>Disst. Muzaffargarh</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td width=\"568\">Alkhidmat Collection centerChowk Sarwar Shaheed</td>\r\n<td>Disst.Muzafargarh</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Collection center Ali Pur</td>\r\n<td>Muzafar Garh\r\n(Ali Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Collection center Shop 52 H Block Near Vihari Club Vihari</td>\r\n<td>Disst.Vihari</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Collection center Mailsi</td>\r\n<td>Disst. Vihari\r\n( Mailsi )</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Collection center Burewala</td>\r\n<td>Disst. Vihari\r\n( Burewala )</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Collection center GD Khan</td>\r\n<td>DG Khan</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Collection center Tounsa Sharif</td>\r\n<td>Disst. Dgkhan\r\n( Tounsa Sharif )</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Collection center High court Bar</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan (Ghous e Azam)</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Collection center Northern Bypass Road Model Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Collection center T. Chowk Shah Ruken e Allam Colony</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Collection center Al Rehman Plaza Multan Road, Basti Malook</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Collection center Rajanpur</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Collection center Samajeeabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Collection center Opp THQ Chowk Azam</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Collection center Eid Gah Road Near Dhool Petrol Pump Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Collection center Thal</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td style=\"text-align: center;\" rowspan=\"19\"><strong>Faislabad</strong></td>\r\n<td>Alkhidmat Diagnostic Center Akbrabad</td>\r\n<td>Faisalabad</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>71</td>\r\n<td>Alkhidmat Diagnostic Center Shorkot</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>72</td>\r\n<td>Alkhidmat Diagnostic Center Gojra Road</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>73</td>\r\n<td>Alkhidmat Diagnostic Center Abdullah Chowk</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>74</td>\r\n<td>Alkhidmat Diagnostic Center Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>75</td>\r\n<td>Alkhidmat Collection Center Ghulam Muhammad Abad</td>\r\n<td>Faisalabad</td>\r\n<td rowspan=\"14\">Collection Centers: 14</td>\r\n</tr>\r\n<tr>\r\n<td>76</td>\r\n<td>Alkhidmat Collection Center Near General Hospital Ghulam Mohammad Abad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>77</td>\r\n<td> Alkhidmat Collection Center Mochi Bazar Chak Jhumra</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>78</td>\r\n<td>Alkhidmat Collection Center Jhumra Okhranwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>79</td>\r\n<td>Alkhidmat Collection Center Main Bazar, Jhumara Road Khurianwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>Alkhidmat Collection Center Susa Road Near Faizan E Madina Chowk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>81</td>\r\n<td>Alkhidmat Collection Center Satiana Road,Opp Main Gate Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>82</td>\r\n<td>Alkhidmat Collection Center Jaranwala Road Near Kehkashan Colony Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>83</td>\r\n<td>Alkhidmat Collection Center Samanabad Near Madni Chowk</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>84</td>\r\n<td>Alkhidmat Collection Center Lab Mureed Wala Samundri</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>85</td>\r\n<td>Alkhidmat Collection Center AliPur Okara</td>\r\n<td>Okara</td>\r\n</tr>\r\n<tr>\r\n<td>86</td>\r\n<td>Alkhidmat Collection Center Al-Hameed Children Hospital Faisalabad Road Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>87</td>\r\n<td>Alkhidmat Collection Opp Dhq Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>88</td>\r\n<td>Alkhidmat Collection Center Komal Zeeshan Colony Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>89</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>Lahore</strong></td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Chauburji Lahore</td>\r\n<td>Lahore</td>\r\n<td rowspan=\"8\" width=\"168\">Labs: 08\r\nBlood Bank:01</td>\r\n</tr>\r\n<tr>\r\n<td>90</td>\r\n<td>Alkhidmat Diagnostic Center Mansoorah</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>91</td>\r\n<td>Alkhidmat Amna Jabbar Hospital & Lab Cant</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>92</td>\r\n<td>Alkhidmat Dar ul Hayat Hospital & Lab</td>\r\n<td>Sailkot</td>\r\n</tr>\r\n<tr>\r\n<td>93</td>\r\n<td>Alkhidmat Lab Shafiqa Rasheed Hopital Kot Radha Kishan</td>\r\n<td>Kasur</td>\r\n</tr>\r\n<tr>\r\n<td>94</td>\r\n<td>Alkhidmat Lab Kamoke</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>95</td>\r\n<td>Alkhidmat Khursheed Alam MCHC & Lab</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>96</td>\r\n<td>Alkhidmat Lab Qila Dedar Singh</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>97</td>\r\n<td>Alkhidmat Collection Center Opp Civil Hospital Daska</td>\r\n<td>Sialkot</td>\r\n<td rowspan=\"4\">Collection Center: 04</td>\r\n</tr>\r\n<tr>\r\n<td>98</td>\r\n<td>Alkhidmat Collection Center Opp Jinnah Hospital Lahore</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>99</td>\r\n<td>Alkhidmat Collection Center Opp Mansoorah Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>Alkhidmat Collection Center Near Shouket Khanum Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>101</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\"><strong>Rawalpindi</strong></td>\r\n<td>Alkhidmat MCHC & Lab</td>\r\n<td>Bagh AJK</td>\r\n<td rowspan=\"7\" width=\"168\">Labs: 07\r\nBlood Bank: 01</td>\r\n</tr>\r\n<tr>\r\n<td>102</td>\r\n<td>Alkhidmat Raazi Diagnostics Center & Blood Bank</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>103</td>\r\n<td>Alkhidmat Laboratory Fazil Town</td>\r\n<td>Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>104</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Attock</td>\r\n</tr>\r\n<tr>\r\n<td>105</td>\r\n<td>Alkhidmat Raazi Diagnostics Center CBR Town</td>\r\n<td>Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>106</td>\r\n<td>Alkhidmat Eman Hospital & Lab</td>\r\n<td>Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>107</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bhakkar</td>\r\n</tr>\r\n<tr>\r\n<td>108</td>\r\n<td>Alkhidmat Raazi Collection Center Khayaban</td>\r\n<td>Rawalpindi</td>\r\n<td rowspan=\"2\">Collection Center: 02</td>\r\n</tr>\r\n<tr>\r\n<td>109</td>\r\n<td>Alkhidmat Raazi Collection Center Pee wadai</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>110</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>KPK</strong></td>\r\n<td>Alkhidmat Lab & Blood Bank Nishterabad</td>\r\n<td>Peshawar</td>\r\n<td rowspan=\"11\" width=\"168\">Labs: 11\r\nBlood Bank:03</td>\r\n</tr>\r\n<tr>\r\n<td>111</td>\r\n<td>Alkhidmat Hospital, Lab and Blood Bank</td>\r\n<td>Charsadda</td>\r\n</tr>\r\n<tr>\r\n<td>112</td>\r\n<td>Alkhidmat Mashal Medical Complex Lab & Blood Bank</td>\r\n<td>Mardan</td>\r\n</tr>\r\n<tr>\r\n<td>113</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Lower Dir</td>\r\n</tr>\r\n<tr>\r\n<td>114</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Chitral</td>\r\n</tr>\r\n<tr>\r\n<td>115</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Bunir</td>\r\n</tr>\r\n<tr>\r\n<td>116</td>\r\n<td>Alkhidmat Naseem Khan memorial MCHC and Lab</td>\r\n<td>Kohat</td>\r\n</tr>\r\n<tr>\r\n<td>117</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Bannu</td>\r\n</tr>\r\n<tr>\r\n<td>118</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Landikotal</td>\r\n</tr>\r\n<tr>\r\n<td>119</td>\r\n<td>Alkhidmat Health Clinic and Lab Gul Bahar</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>120</td>\r\n<td>Alkhidmat Health Clinic and Lab Shew Adda</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>121</td>\r\n<td>Alkhidmat Collection Center Dabri Garden</td>\r\n<td>Peshawar</td>\r\n<td>Collection Center: 01</td>\r\n</tr>\r\n<tr>\r\n<td>122</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Mansehra</strong></td>\r\n<td>Alkhidmat Charity Australia Diagnostic Center</td>\r\n<td>Mansehra</td>\r\n<td rowspan=\"5\">Labs: 05</td>\r\n</tr>\r\n<tr>\r\n<td>123</td>\r\n<td>Alkhidmat Younas Khattak MCHC and Lab</td>\r\n<td>Mansehra</td>\r\n</tr>\r\n<tr>\r\n<td>124</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Battgram</td>\r\n</tr>\r\n<tr>\r\n<td>125</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Oghi</td>\r\n</tr>\r\n<tr>\r\n<td>126</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Gilgit</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Labs</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>55</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Collection Center</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>72</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Blood Bank</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>8</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Diagnostic Labs\" css=\".vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766,1367,1368,1369,1370\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2021-12-27 09:26:57', '2021-12-27 09:26:57', '', 714, 'http://ahf.com.pk/2021/12/27/714-revision-v1/', 0, 'revision', '', 0),
(1372, 1, '2021-12-27 09:35:19', '2021-12-27 09:35:19', '[vc_row css=\".vc_custom_1574161154560{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The process of identifying a medical condition or disease by its signs, symptoms and from the results of various diagnostic procedures by using biochemical, radiological,magnetic resonance and ultrasound methodologies are the backbone of allopathie. The conclusion reached through this process is called diagnosis.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat is operating 131 diagnostic laboratories and collection centers all over the country. To provide credible diagnostic services which includes Chemical Pathology, Hematology, Microbiology, Biochemistry, Histopathology, Blood Banking, Radiology and various scanning facilities to ailing humanity residing in Pakistan on affordable prices without compromising on local and international standards.</p>\r\n[/vc_column_text][vc_column_text]\r\n<table width=\"1097\">\r\n<tbody>\r\n<tr>\r\n<td style=\"font-size: 12px;\" width=\"47\"><strong>S. No.</strong></td>\r\n<td width=\"99\"><strong>Region</strong></td>\r\n<td width=\"568\"><strong>Name</strong></td>\r\n<td width=\"215\"><strong>City</strong></td>\r\n<td width=\"168\"></td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>Karachi</strong></td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Nazimabad</td>\r\n<td>Karachi</td>\r\n<td style=\"text-align: center;\" rowspan=\"3\" width=\"168\"><strong>Labs: 03</strong>\r\n<strong>Blood Bank :02</strong></td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Farida Yaqoob Hospital & Lab</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital & Blood Bank Orangi Town</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Collection Center Korangi</td>\r\n<td>Karachi</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\" width=\"168\"><strong>Collection Centers: 09</strong></td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Collection Center Malir</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Collection Center Shah Faisal</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Collection Center North Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Collection Center Sakhi Hassan</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Collection Center Noman</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Collection Center Liaqatbad</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Collection Center Gulberg</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Collection Center Maymar</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td style=\"text-align: center;\" rowspan=\"18\"><strong>Hyderabad</strong></td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Hyderabad</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\" width=\"168\"><strong>Labs:09</strong>\r\n<strong>Blood Bank: 01</strong></td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Sukkur</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital, Lab & Blood Bank Mithi</td>\r\n<td>Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Alkhidmat Medical Center & Lab Dehrki</td>\r\n<td>Ghotki</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Umerkot</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Kandkot</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Nawab Shah</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital & Lab</td>\r\n<td>Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Hospital Collection Center Kashomre</td>\r\n<td>Hyderabad</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\" width=\"168\"><strong>Collection Centers: 09</strong></td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Collection Center Lady Gram</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Collection Center Hingor lo</td>\r\n<td>Mirpurkhas</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Mithi</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Alkhidmat Medical and collection center Shikarpur</td>\r\n<td>Shikarpur</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat MCHC and Collection center</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Collection Center</td>\r\n<td>Tando Jam</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td>Alkhidmat Collection Center Near Ghala Mandi</td>\r\n<td>Dehrki</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Collection Center Paretabad</td>\r\n<td>Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td style=\"text-align: center;\" rowspan=\"38\"><strong>Multan</strong></td>\r\n<td>Alkhidmat Diagnostic Center Multan</td>\r\n<td>Multan</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Labs: 05</strong></td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Diagnostic Center, DHQ Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Laboratory Kot addu</td>\r\n<td>Muzafar Garh\r\n( Kot Addu )</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Diagnostic Center R.Y.Khan</td>\r\n<td>Rahimyar Khan</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bahawalpur</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Collection Center Dost Plaza Nishter Road Multan</td>\r\n<td>Multan</td>\r\n<td style=\"text-align: center;\" rowspan=\"33\" width=\"168\"><strong>Collection Centers: 33</strong></td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Collection center Gulgasht</td>\r\n<td> Multan</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Collection center Dehli Gate</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Collection center Mumtazabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>41</td>\r\n<td>Alkhidmat Collection center Garden Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>42</td>\r\n<td>Alkhidmat Collection centerKachary</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>43</td>\r\n<td>Alkhidmat Collection center 60 Feet Road, Al Raheem Chowk Block S, new Multan</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>44</td>\r\n<td> Alkhidmat Collection center Railway Road, Near Civil Hospital, Shujabad</td>\r\n<td>Multan\r\n(Shujabad)</td>\r\n</tr>\r\n<tr>\r\n<td>45</td>\r\n<td>Alkhidmat Collection centerJalalpur Pirwala</td>\r\n<td>Multan\r\n( jalalpur Pirwala)</td>\r\n</tr>\r\n<tr>\r\n<td>46</td>\r\n<td>Alkhidmat Collection center Madrasa Arif ul Alum 2 Kota Road Duniya Pur</td>\r\n<td>Distt. Lodhran\r\n( Duniya Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>47</td>\r\n<td> Alkhidmat Collection center M.A Plaza, Railway Road Near Chowk Bukhari, Kehror Pakka</td>\r\n<td>Lodhran\r\n(Kehror Paka)</td>\r\n</tr>\r\n<tr>\r\n<td>48</td>\r\n<td>Alkhidmat Collection center Shaheed Chowk Mian Channu</td>\r\n<td>Disst.Khanewal\r\n( Mian Channu )</td>\r\n</tr>\r\n<tr>\r\n<td>49</td>\r\n<td>Alkhidmat Collection center Near Akka Electronics Khanewal Road Kabirwala</td>\r\n<td>Disst. Khanewal\r\n(Kabirwala )</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>Alkhidmat Collection center Near Jamia Mosque Haqani, Sadar Bazar, Jahanian</td>\r\n<td>Disst. Khanewal\r\n(Jahanian )</td>\r\n</tr>\r\n<tr>\r\n<td>51</td>\r\n<td>Alkhidmat Collection center Muzaffargarh</td>\r\n<td>Disst. Muzaffargarh</td>\r\n</tr>\r\n<tr>\r\n<td>52</td>\r\n<td width=\"568\">Alkhidmat Collection centerChowk Sarwar Shaheed</td>\r\n<td>Disst.Muzafargarh</td>\r\n</tr>\r\n<tr>\r\n<td>53</td>\r\n<td>Alkhidmat Collection center Ali Pur</td>\r\n<td>Muzafar Garh\r\n(Ali Pur )</td>\r\n</tr>\r\n<tr>\r\n<td>54</td>\r\n<td>Alkhidmat Collection center Shop 52 H Block Near Vihari Club Vihari</td>\r\n<td>Disst.Vihari</td>\r\n</tr>\r\n<tr>\r\n<td>55</td>\r\n<td>Alkhidmat Collection center Mailsi</td>\r\n<td>Disst. Vihari\r\n( Mailsi )</td>\r\n</tr>\r\n<tr>\r\n<td>56</td>\r\n<td>Alkhidmat Collection center Burewala</td>\r\n<td>Disst. Vihari\r\n( Burewala )</td>\r\n</tr>\r\n<tr>\r\n<td>57</td>\r\n<td>Alkhidmat Collection center GD Khan</td>\r\n<td>DG Khan</td>\r\n</tr>\r\n<tr>\r\n<td>58</td>\r\n<td>Alkhidmat Collection center Tounsa Sharif</td>\r\n<td>Disst. Dgkhan\r\n( Tounsa Sharif )</td>\r\n</tr>\r\n<tr>\r\n<td>59</td>\r\n<td>Alkhidmat Collection center High court Bar</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>60</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan (Ghous e Azam)</td>\r\n</tr>\r\n<tr>\r\n<td>61</td>\r\n<td>Alkhidmat Collection center Northern Bypass Road Model Town</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>62</td>\r\n<td>Alkhidmat Collection center T. Chowk Shah Ruken e Allam Colony</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>63</td>\r\n<td>Alkhidmat Collection center Al Rehman Plaza Multan Road, Basti Malook</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>64</td>\r\n<td>Alkhidmat Collection center Chungi No.1</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>65</td>\r\n<td>Alkhidmat Collection center Rajanpur</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>66</td>\r\n<td>Alkhidmat Collection center Samajeeabad</td>\r\n<td>Multan</td>\r\n</tr>\r\n<tr>\r\n<td>67</td>\r\n<td>Alkhidmat Collection center Opp THQ Chowk Azam</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>68</td>\r\n<td>Alkhidmat Collection center Eid Gah Road Near Dhool Petrol Pump Layyah</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>69</td>\r\n<td>Alkhidmat Collection center Thal</td>\r\n<td>Layyah</td>\r\n</tr>\r\n<tr>\r\n<td>70</td>\r\n<td style=\"text-align: center;\" rowspan=\"19\"><strong>Faislabad</strong></td>\r\n<td>Alkhidmat Diagnostic Center Akbrabad</td>\r\n<td>Faisalabad</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Labs: 05</strong></td>\r\n</tr>\r\n<tr>\r\n<td>71</td>\r\n<td>Alkhidmat Diagnostic Center Shorkot</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>72</td>\r\n<td>Alkhidmat Diagnostic Center Gojra Road</td>\r\n<td>Jhang</td>\r\n</tr>\r\n<tr>\r\n<td>73</td>\r\n<td>Alkhidmat Diagnostic Center Abdullah Chowk</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>74</td>\r\n<td>Alkhidmat Diagnostic Center Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>75</td>\r\n<td>Alkhidmat Collection Center Ghulam Muhammad Abad</td>\r\n<td>Faisalabad</td>\r\n<td style=\"text-align: center;\" rowspan=\"14\"><strong>Collection Centers: 14</strong></td>\r\n</tr>\r\n<tr>\r\n<td>76</td>\r\n<td>Alkhidmat Collection Center Near General Hospital Ghulam Mohammad Abad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>77</td>\r\n<td> Alkhidmat Collection Center Mochi Bazar Chak Jhumra</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>78</td>\r\n<td>Alkhidmat Collection Center Jhumra Okhranwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>79</td>\r\n<td>Alkhidmat Collection Center Main Bazar, Jhumara Road Khurianwala</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>Alkhidmat Collection Center Susa Road Near Faizan E Madina Chowk Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>81</td>\r\n<td>Alkhidmat Collection Center Satiana Road,Opp Main Gate Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>82</td>\r\n<td>Alkhidmat Collection Center Jaranwala Road Near Kehkashan Colony Faisalabad</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>83</td>\r\n<td>Alkhidmat Collection Center Samanabad Near Madni Chowk</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>84</td>\r\n<td>Alkhidmat Collection Center Lab Mureed Wala Samundri</td>\r\n<td>Faisalabad</td>\r\n</tr>\r\n<tr>\r\n<td>85</td>\r\n<td>Alkhidmat Collection Center AliPur Okara</td>\r\n<td>Okara</td>\r\n</tr>\r\n<tr>\r\n<td>86</td>\r\n<td>Alkhidmat Collection Center Al-Hameed Children Hospital Faisalabad Road Gojra</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>87</td>\r\n<td>Alkhidmat Collection Opp Dhq Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>88</td>\r\n<td>Alkhidmat Collection Center Komal Zeeshan Colony Toba Tek Singh</td>\r\n<td>Toba Tek Singh</td>\r\n</tr>\r\n<tr>\r\n<td>89</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>Lahore</strong></td>\r\n<td>Alkhidmat Diagnostic Center & Blood Bank Chauburji Lahore</td>\r\n<td>Lahore</td>\r\n<td style=\"text-align: center;\" rowspan=\"8\" width=\"168\"><strong>Labs: 08</strong>\r\n<strong>Blood Bank:01</strong></td>\r\n</tr>\r\n<tr>\r\n<td>90</td>\r\n<td>Alkhidmat Diagnostic Center Mansoorah</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>91</td>\r\n<td>Alkhidmat Amna Jabbar Hospital & Lab Cant</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>92</td>\r\n<td>Alkhidmat Dar ul Hayat Hospital & Lab</td>\r\n<td>Sailkot</td>\r\n</tr>\r\n<tr>\r\n<td>93</td>\r\n<td>Alkhidmat Lab Shafiqa Rasheed Hopital Kot Radha Kishan</td>\r\n<td>Kasur</td>\r\n</tr>\r\n<tr>\r\n<td>94</td>\r\n<td>Alkhidmat Lab Kamoke</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>95</td>\r\n<td>Alkhidmat Khursheed Alam MCHC & Lab</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>96</td>\r\n<td>Alkhidmat Lab Qila Dedar Singh</td>\r\n<td>Gujranwala</td>\r\n</tr>\r\n<tr>\r\n<td>97</td>\r\n<td>Alkhidmat Collection Center Opp Civil Hospital Daska</td>\r\n<td>Sialkot</td>\r\n<td style=\"text-align: center;\" rowspan=\"4\"><strong>Collection Center: 04</strong></td>\r\n</tr>\r\n<tr>\r\n<td>98</td>\r\n<td>Alkhidmat Collection Center Opp Jinnah Hospital Lahore</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>99</td>\r\n<td>Alkhidmat Collection Center Opp Mansoorah Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>Alkhidmat Collection Center Near Shouket Khanum Hospital</td>\r\n<td>Lahore</td>\r\n</tr>\r\n<tr>\r\n<td>101</td>\r\n<td style=\"text-align: center;\" rowspan=\"9\"><strong>Rawalpindi</strong></td>\r\n<td>Alkhidmat MCHC & Lab</td>\r\n<td>Bagh AJK</td>\r\n<td style=\"text-align: center;\" rowspan=\"7\" width=\"168\"><strong>Labs: 07</strong>\r\n<strong>Blood Bank: 01</strong></td>\r\n</tr>\r\n<tr>\r\n<td>102</td>\r\n<td>Alkhidmat Raazi Diagnostics Center & Blood Bank</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>103</td>\r\n<td>Alkhidmat Laboratory Fazil Town</td>\r\n<td>Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>104</td>\r\n<td>Alkhidmat Medical Center & Lab</td>\r\n<td>Attock</td>\r\n</tr>\r\n<tr>\r\n<td>105</td>\r\n<td>Alkhidmat Raazi Diagnostics Center CBR Town</td>\r\n<td>Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>106</td>\r\n<td>Alkhidmat Eman Hospital & Lab</td>\r\n<td>Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>107</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Bhakkar</td>\r\n</tr>\r\n<tr>\r\n<td>108</td>\r\n<td>Alkhidmat Raazi Collection Center Khayaban</td>\r\n<td>Rawalpindi</td>\r\n<td style=\"text-align: center;\" rowspan=\"2\"><strong>Collection Center: 02</strong></td>\r\n</tr>\r\n<tr>\r\n<td>109</td>\r\n<td>Alkhidmat Raazi Collection Center Pee wadai</td>\r\n<td>Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>110</td>\r\n<td style=\"text-align: center;\" rowspan=\"12\"><strong>KPK</strong></td>\r\n<td>Alkhidmat Lab & Blood Bank Nishterabad</td>\r\n<td>Peshawar</td>\r\n<td style=\"text-align: center;\" rowspan=\"11\" width=\"168\"><strong>Labs: 11</strong>\r\n<strong>Blood Bank:03</strong></td>\r\n</tr>\r\n<tr>\r\n<td>111</td>\r\n<td>Alkhidmat Hospital, Lab and Blood Bank</td>\r\n<td>Charsadda</td>\r\n</tr>\r\n<tr>\r\n<td>112</td>\r\n<td>Alkhidmat Mashal Medical Complex Lab & Blood Bank</td>\r\n<td>Mardan</td>\r\n</tr>\r\n<tr>\r\n<td>113</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Lower Dir</td>\r\n</tr>\r\n<tr>\r\n<td>114</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Chitral</td>\r\n</tr>\r\n<tr>\r\n<td>115</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Bunir</td>\r\n</tr>\r\n<tr>\r\n<td>116</td>\r\n<td>Alkhidmat Naseem Khan memorial MCHC and Lab</td>\r\n<td>Kohat</td>\r\n</tr>\r\n<tr>\r\n<td>117</td>\r\n<td>Alkhidmat MCHC and Lab</td>\r\n<td>Bannu</td>\r\n</tr>\r\n<tr>\r\n<td>118</td>\r\n<td>Alkhidmat Hospital and Lab</td>\r\n<td>Landikotal</td>\r\n</tr>\r\n<tr>\r\n<td>119</td>\r\n<td>Alkhidmat Health Clinic and Lab Gul Bahar</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>120</td>\r\n<td>Alkhidmat Health Clinic and Lab Shew Adda</td>\r\n<td>Swabi</td>\r\n</tr>\r\n<tr>\r\n<td>121</td>\r\n<td>Alkhidmat Collection Center Dabri Garden</td>\r\n<td>Peshawar</td>\r\n<td style=\"text-align: center;\"><strong>Collection Center: 01</strong></td>\r\n</tr>\r\n<tr>\r\n<td>122</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Mansehra</strong></td>\r\n<td>Alkhidmat Charity Australia Diagnostic Center</td>\r\n<td>Mansehra</td>\r\n<td style=\"text-align: center;\" rowspan=\"5\"><strong>Labs: 05</strong></td>\r\n</tr>\r\n<tr>\r\n<td>123</td>\r\n<td>Alkhidmat Younas Khattak MCHC and Lab</td>\r\n<td>Mansehra</td>\r\n</tr>\r\n<tr>\r\n<td>124</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Battgram</td>\r\n</tr>\r\n<tr>\r\n<td>125</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Oghi</td>\r\n</tr>\r\n<tr>\r\n<td>126</td>\r\n<td>Alkhidmat Diagnostic Center</td>\r\n<td>Gilgit</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Labs</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>55</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Collection Center</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>72</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>Blood Bank</strong></td>\r\n<td style=\"background-color: #f1f1f1;\"><strong>8</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Diagnostic Labs\" css=\".vc_custom_1574161261864{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"759,760,761,762,764,765,766,1367,1368,1369,1370\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Diagnostic Services', '', 'inherit', 'closed', 'closed', '', '714-revision-v1', '', '', '2021-12-27 09:35:19', '2021-12-27 09:35:19', '', 714, 'http://ahf.com.pk/2021/12/27/714-revision-v1/', 0, 'revision', '', 0),
(1374, 1, '2021-12-27 09:55:08', '2021-12-27 09:55:08', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Due to the increasing number of road accidents, natural or man-made disasters, causalities are a day-to-day phenomenon. In such uncertain circumstances, the need to quick access to medical emergency facilities increases in order to save people’s lives. Undeniably, all the government hospitals provide the facility of ambulance but still due to various reasons, people remain unable to avail this facility in-time.</p>\r\n<p style=\"text-align: justify;\">The objective of Alkhidmat ambulance service is to ease the severity of accidents. Currently, there are more than 284 ambulances across the country through which we provide appropriate pre-hospital care to the patients and in an emergency situation. By dialling <strong>1023</strong> Alkhidmat ambulance service can be availed</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Ambulances\"][vc_column][vc_gallery type=\"image_grid\" images=\"780,781,782,784\" img_size=\"250x250\" css=\".vc_custom_1574164682350{margin-top: 0px !important;padding-top: 0px !important;}\"][/vc_column][/vc_row]', 'Ambulance', '', 'inherit', 'closed', 'closed', '', '718-revision-v1', '', '', '2021-12-27 09:55:08', '2021-12-27 09:55:08', '', 718, 'http://ahf.com.pk/2021/12/27/718-revision-v1/', 0, 'revision', '', 0),
(1375, 1, '2021-12-27 09:58:12', '2021-12-27 09:58:12', '', '1D6A8097', '', 'inherit', 'open', 'closed', '', '1d6a8097', '', '', '2021-12-27 09:58:12', '2021-12-27 09:58:12', '', 718, 'http://ahf.com.pk/wp-content/uploads/2021/12/1D6A8097.jpg', 0, 'attachment', 'image/jpeg', 0),
(1376, 1, '2021-12-27 09:58:33', '2021-12-27 09:58:33', '', '278A1994', '', 'inherit', 'open', 'closed', '', '278a1994', '', '', '2021-12-27 09:58:33', '2021-12-27 09:58:33', '', 718, 'http://ahf.com.pk/wp-content/uploads/2021/12/278A1994.jpg', 0, 'attachment', 'image/jpeg', 0),
(1377, 1, '2021-12-27 09:59:00', '2021-12-27 09:59:00', '', '278A2007', '', 'inherit', 'open', 'closed', '', '278a2007-2', '', '', '2021-12-27 09:59:00', '2021-12-27 09:59:00', '', 718, 'http://ahf.com.pk/wp-content/uploads/2021/12/278A2007.jpg', 0, 'attachment', 'image/jpeg', 0),
(1378, 1, '2021-12-27 09:59:42', '2021-12-27 09:59:42', '', '278A2026', '', 'inherit', 'open', 'closed', '', '278a2026-2', '', '', '2021-12-27 09:59:42', '2021-12-27 09:59:42', '', 718, 'http://ahf.com.pk/wp-content/uploads/2021/12/278A2026.jpg', 0, 'attachment', 'image/jpeg', 0),
(1380, 1, '2021-12-27 10:02:13', '2021-12-27 10:02:13', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Due to the increasing number of road accidents, natural or man-made disasters, causalities are a day-to-day phenomenon. In such uncertain circumstances, the need to quick access to medical emergency facilities increases in order to save peoples lives. Undeniably, all the government hospitals provide the facility of ambulance but still due to various reasons, people remain unable to avail this facility in-time.</p>\r\n<p style=\"text-align: justify;\">The objective of Alkhidmat ambulance service is to ease the severity of accidents. Currently, there are more than 284 ambulances across the country through which we provide appropriate pre-hospital care to the patients and in an emergency situation. By dialling <strong>1023</strong> Alkhidmat ambulance service can be availed</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Ambulances\"][vc_column][vc_gallery type=\"image_grid\" images=\"780,781,782,784,1375,1376,1377,1378\" img_size=\"250x250\" css=\".vc_custom_1640598633303{margin-top: 0px !important;padding-top: 0px !important;}\"][/vc_column][/vc_row]', 'Ambulance', '', 'inherit', 'closed', 'closed', '', '718-revision-v1', '', '', '2021-12-27 10:02:13', '2021-12-27 10:02:13', '', 718, 'http://ahf.com.pk/2021/12/27/718-revision-v1/', 0, 'revision', '', 0),
(1379, 1, '2021-12-27 10:00:05', '2021-12-27 10:00:05', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Due to the increasing number of road accidents, natural or man-made disasters, causalities are a day-to-day phenomenon. In such uncertain circumstances, the need to quick access to medical emergency facilities increases in order to save people’s lives. Undeniably, all the government hospitals provide the facility of ambulance but still due to various reasons, people remain unable to avail this facility in-time.</p>\r\n<p style=\"text-align: justify;\">The objective of Alkhidmat ambulance service is to ease the severity of accidents. Currently, there are more than 284 ambulances across the country through which we provide appropriate pre-hospital care to the patients and in an emergency situation. By dialling <strong>1023</strong> Alkhidmat ambulance service can be availed</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Ambulances\"][vc_column][vc_gallery type=\"image_grid\" images=\"780,781,782,784,1375,1376,1377,1378\" img_size=\"250x250\" css=\".vc_custom_1640598633303{margin-top: 0px !important;padding-top: 0px !important;}\"][/vc_column][/vc_row]', 'Ambulance', '', 'inherit', 'closed', 'closed', '', '718-revision-v1', '', '', '2021-12-27 10:00:05', '2021-12-27 10:00:05', '', 718, 'http://ahf.com.pk/2021/12/27/718-revision-v1/', 0, 'revision', '', 0),
(1381, 1, '2021-12-27 10:05:49', '2021-12-27 10:05:49', '[vc_row css=\".vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">People in rural and remote areas are mostly poor and less educated while infrastructure provided by the government is also inadequate to ensure basic health facilities for the locals. This impedes them to avail good medical facilities and find a Healthy life.</p>\r\n<p style=\"text-align: justify;\">Besides its several health and medical facilities, Alkhidmat Health Foundation also arranges mobile medical camps whose objective is to provide medical facilities to those who can\'t aford medical services. Specialized medical staff is engaged in the medical camps to do check-up, perform initial screening and give free of cost medicines to the needy and deserving patients.</p>\r\n<p style=\"text-align: justify;\">Patients are examined and prescribed for initial treatment according to their symptoms and sometimes they are referred to a suitable medical facility.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Medical Camps\" css=\".vc_custom_1574313883029{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"789,790,791,792,793,794,795,796,813,814\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Camps', '', 'inherit', 'closed', 'closed', '', '722-revision-v1', '', '', '2021-12-27 10:05:49', '2021-12-27 10:05:49', '', 722, 'http://ahf.com.pk/2021/12/27/722-revision-v1/', 0, 'revision', '', 0),
(1382, 1, '2021-12-27 10:08:09', '2021-12-27 10:08:09', '', '1D6A9484', '', 'inherit', 'open', 'closed', '', '1d6a9484-2', '', '', '2021-12-27 10:08:09', '2021-12-27 10:08:09', '', 722, 'http://ahf.com.pk/wp-content/uploads/2021/12/1D6A9484.jpg', 0, 'attachment', 'image/jpeg', 0),
(1383, 1, '2021-12-27 10:08:15', '2021-12-27 10:08:15', '', 'DSCF5005', '', 'inherit', 'open', 'closed', '', 'dscf5005-2', '', '', '2021-12-27 10:08:15', '2021-12-27 10:08:15', '', 722, 'http://ahf.com.pk/wp-content/uploads/2021/12/DSCF5005.jpg', 0, 'attachment', 'image/jpeg', 0),
(1384, 1, '2021-12-27 10:08:28', '2021-12-27 10:08:28', '', 'IMG_6682 copy', '', 'inherit', 'open', 'closed', '', 'img_6682-copy-2', '', '', '2021-12-27 10:08:28', '2021-12-27 10:08:28', '', 722, 'http://ahf.com.pk/wp-content/uploads/2021/12/IMG_6682-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(1385, 1, '2021-12-27 10:08:37', '2021-12-27 10:08:37', '', 'Medical Camp', '', 'inherit', 'open', 'closed', '', 'medical-camp-2', '', '', '2021-12-27 10:08:37', '2021-12-27 10:08:37', '', 722, 'http://ahf.com.pk/wp-content/uploads/2021/12/Medical-Camp.png', 0, 'attachment', 'image/png', 0),
(1386, 1, '2021-12-27 10:08:48', '2021-12-27 10:08:48', '[vc_row css=\".vc_custom_1574313302990{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">People in rural and remote areas are mostly poor and less educated while infrastructure provided by the government is also inadequate to ensure basic health facilities for the locals. This impedes them to avail good medical facilities and find a Healthy life.</p>\r\n<p style=\"text-align: justify;\">Besides its several health and medical facilities, Alkhidmat Health Foundation also arranges mobile medical camps whose objective is to provide medical facilities to those who can\'t aford medical services. Specialized medical staff is engaged in the medical camps to do check-up, perform initial screening and give free of cost medicines to the needy and deserving patients.</p>\r\n<p style=\"text-align: justify;\">Patients are examined and prescribed for initial treatment according to their symptoms and sometimes they are referred to a suitable medical facility.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Medical Camps\" css=\".vc_custom_1574313883029{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_gallery type=\"image_grid\" images=\"789,790,791,792,793,794,795,796,813,814,1382,1383,1384,1385\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Medical Camps', '', 'inherit', 'closed', 'closed', '', '722-revision-v1', '', '', '2021-12-27 10:08:48', '2021-12-27 10:08:48', '', 722, 'http://ahf.com.pk/2021/12/27/722-revision-v1/', 0, 'revision', '', 0),
(1388, 1, '2021-12-27 10:32:48', '2021-12-27 10:32:48', '[vc_row][vc_column][vc_column_text][our-team][/vc_column_text][/vc_column][/vc_row]', 'Central Working Committee', '', 'inherit', 'closed', 'closed', '', '684-autosave-v1', '', '', '2021-12-27 10:32:48', '2021-12-27 10:32:48', '', 684, 'http://ahf.com.pk/2021/12/27/684-autosave-v1/', 0, 'revision', '', 0),
(1390, 1, '2021-12-27 10:39:59', '2021-12-27 10:39:59', '', 'Sufyan Ahmad Khan', '', 'publish', 'closed', 'closed', '', 'sufyan-ahmad-khan', '', '', '2021-12-27 11:17:54', '2021-12-27 11:17:54', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1390', 0, 'team_member', '', 0),
(1391, 1, '2021-12-27 10:39:54', '2021-12-27 10:39:54', '', 'admin', '', 'inherit', 'open', 'closed', '', 'admin', '', '', '2021-12-27 10:39:54', '2021-12-27 10:39:54', '', 1390, 'http://ahf.com.pk/wp-content/uploads/2021/12/admin.jpg', 0, 'attachment', 'image/jpeg', 0),
(1392, 1, '2021-12-27 10:41:24', '2021-12-27 10:41:24', '', 'Professor Dr. Talat Sial', '', 'publish', 'closed', 'closed', '', 'professor-dr-talat-sial', '', '', '2021-12-27 10:43:07', '2021-12-27 10:43:07', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1392', 0, 'team_member', '', 0),
(1393, 1, '2021-12-27 10:43:10', '2021-12-27 10:43:10', '', 'Professor Dr. Talat Sial', '', 'inherit', 'closed', 'closed', '', '1392-autosave-v1', '', '', '2021-12-27 10:43:10', '2021-12-27 10:43:10', '', 1392, 'http://ahf.com.pk/2021/12/27/1392-autosave-v1/', 0, 'revision', '', 0),
(1394, 1, '2021-12-27 10:43:52', '2021-12-27 10:43:52', '', 'Prof. Dr. Aimatullah Zarin', '', 'publish', 'closed', 'closed', '', 'prof-dr-aimatullah-zarin', '', '', '2021-12-27 10:43:52', '2021-12-27 10:43:52', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1394', 0, 'team_member', '', 0),
(1395, 1, '2021-12-27 10:44:40', '2021-12-27 10:44:40', '', 'Dr. Salman Saeed', '', 'publish', 'closed', 'closed', '', 'dr-salman-saeed', '', '', '2021-12-27 11:33:45', '2021-12-27 11:33:45', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1395', 0, 'team_member', '', 0),
(1396, 1, '2021-12-27 10:45:19', '2021-12-27 10:45:19', '', 'Dr. Wali Mujahid', '', 'publish', 'closed', 'closed', '', 'dr-wali-mujahid', '', '', '2021-12-27 11:33:00', '2021-12-27 11:33:00', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1396', 0, 'team_member', '', 0),
(1397, 1, '2021-12-27 10:45:59', '2021-12-27 10:45:59', '', 'Prof. Dr. Saeed Anwar', '', 'publish', 'closed', 'closed', '', 'prof-dr-saeed-anwar', '', '', '2021-12-27 11:31:56', '2021-12-27 11:31:56', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1397', 0, 'team_member', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1398, 1, '2021-12-27 10:46:30', '2021-12-27 10:46:30', '', 'Associate Professor Dr. Asif Naveed', '', 'publish', 'closed', 'closed', '', 'associate-professor-dr-asif-naveed', '', '', '2021-12-27 11:30:23', '2021-12-27 11:30:23', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1398', 0, 'team_member', '', 0),
(1399, 1, '2021-12-27 10:47:11', '2021-12-27 10:47:11', '', 'Jamshed Ahmed', '', 'publish', 'closed', 'closed', '', 'jamshed-ahmed', '', '', '2021-12-27 11:17:25', '2021-12-27 11:17:25', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1399', 0, 'team_member', '', 0),
(1400, 1, '2021-12-27 10:48:01', '2021-12-27 10:48:01', '', 'Dr. Ashfaq Ahmed', '', 'publish', 'closed', 'closed', '', 'dr-ashfaq-ahmed', '', '', '2021-12-27 11:30:03', '2021-12-27 11:30:03', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1400', 0, 'team_member', '', 0),
(1401, 1, '2021-12-27 10:48:38', '2021-12-27 10:48:38', '', 'Professor Dr. Zahid Latif', '', 'publish', 'closed', 'closed', '', 'professor-dr-zahid-latif', '', '', '2021-12-27 11:15:46', '2021-12-27 11:15:46', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1401', 0, 'team_member', '', 0),
(1402, 1, '2021-12-27 10:49:14', '2021-12-27 10:49:14', '', 'Asst Professor Dr. Usman Zafar', '', 'publish', 'closed', 'closed', '', 'assistant-professor-dr-usman-zafar', '', '', '2021-12-27 11:12:07', '2021-12-27 11:12:07', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1402', 0, 'team_member', '', 0),
(1403, 1, '2021-12-27 10:49:57', '2021-12-27 10:49:57', '', 'Dr. Abdul Aziz Memon', '', 'publish', 'closed', 'closed', '', 'dr-abdul-aziz-memon', '', '', '2021-12-27 11:28:47', '2021-12-27 11:28:47', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1403', 0, 'team_member', '', 0),
(1404, 1, '2021-12-27 10:50:33', '2021-12-27 10:50:33', '', 'Professor Dr. Abdullah Mutaqi', '', 'publish', 'closed', 'closed', '', 'professor-dr-abdullah-mutaqi', '', '', '2021-12-27 11:28:10', '2021-12-27 11:28:10', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1404', 0, 'team_member', '', 0),
(1405, 1, '2021-12-27 10:51:55', '2021-12-27 10:51:55', '', 'Professor Dr. Muhammad Afzal', '', 'publish', 'closed', 'closed', '', 'professor-dr-muhammad-afzal', '', '', '2021-12-27 10:56:26', '2021-12-27 10:56:26', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1405', 0, 'team_member', '', 0),
(1406, 1, '2021-12-27 10:52:31', '2021-12-27 10:52:31', '', 'Professor Dr. Hafeez Ur Rahman', '', 'publish', 'closed', 'closed', '', 'professor-dr-hafeez-ur-rahman', '', '', '2021-12-27 10:53:46', '2021-12-27 10:53:46', '', 0, 'http://ahf.com.pk/?post_type=team_member&p=1406', 0, 'team_member', '', 0),
(1407, 1, '2021-12-27 10:53:02', '2021-12-27 10:53:02', '', 'Dr. M. Afzal', '', 'inherit', 'open', 'closed', '', 'dr-m-afzal', '', '', '2021-12-27 10:53:02', '2021-12-27 10:53:02', '', 1405, 'http://ahf.com.pk/wp-content/uploads/2021/12/Dr.-M.-Afzal.jpg', 0, 'attachment', 'image/jpeg', 0),
(1408, 1, '2021-12-27 10:58:12', '2021-12-27 10:58:12', '', 'Dr. M. Afzal', '', 'inherit', 'open', 'closed', '', 'dr-m-afzal-2', '', '', '2021-12-27 10:58:12', '2021-12-27 10:58:12', '', 1405, 'http://ahf.com.pk/wp-content/uploads/2021/12/Dr.-M.-Afzal-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1430, 1, '2021-12-27 11:59:29', '2021-12-27 11:59:29', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 11:59:29', '2021-12-27 11:59:29', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1429, 1, '2021-12-27 11:57:40', '2021-12-27 11:57:40', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 11:57:40', '2021-12-27 11:57:40', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1431, 1, '2021-12-27 12:00:21', '2021-12-27 12:00:21', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_column_text]\r\n<h3 style=\"text-align: center;\"><em>“To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam”</em></h3>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 12:00:21', '2021-12-27 12:00:21', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1432, 1, '2021-12-28 07:22:45', '2021-12-28 07:22:45', '<p>[vc_row][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\n<p>[/vc_column_text][vc_column_text]</p>\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\n<p><img class=\"alignleft wp-image-1480 size-full\" style=\"margin-right:20px;\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg\" alt=\"\" width=\"1315\" height=\"37\" /></p>\n<p> </p>\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\n<p>[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]</p>\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\n<hr />\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION (AHF)</b> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.</p>\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION</b> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-autosave-v1', '', '', '2021-12-28 07:22:45', '2021-12-28 07:22:45', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-autosave-v1/', 0, 'revision', '', 0),
(1433, 1, '2021-12-27 12:01:56', '2021-12-27 12:01:56', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_column_text]\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 12:01:56', '2021-12-27 12:01:56', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1434, 1, '2021-12-27 12:02:33', '2021-12-27 12:02:33', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_empty_space height=\"7px\"][vc_column_text]\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 12:02:33', '2021-12-27 12:02:33', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1435, 1, '2021-12-27 12:02:56', '2021-12-27 12:02:56', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 12:02:56', '2021-12-27 12:02:56', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1436, 1, '2021-12-27 12:04:06', '2021-12-27 12:04:06', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n[/vc_column_text][vc_custom_heading text=\"Our Mission\"][vc_separator][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 12:04:06', '2021-12-27 12:04:06', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1438, 1, '2021-12-27 12:04:41', '2021-12-27 12:04:41', ' ', '', '', 'publish', 'closed', 'closed', '', '1438', '', '', '2021-12-27 12:04:41', '2021-12-27 12:04:41', '', 0, 'http://ahf.com.pk/2021/12/27/1438/', 10, 'nav_menu_item', '', 0),
(1439, 1, '2021-12-27 12:06:51', '2021-12-27 12:06:51', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n[/vc_column_text][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]ALKHIDMAT HEALTH FOUNDATION (AHF) will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\nALKHIDMAT HEALTH FOUNDATION will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 12:06:51', '2021-12-27 12:06:51', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1440, 1, '2021-12-27 12:07:25', '2021-12-27 12:07:25', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n[/vc_column_text][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 12:07:25', '2021-12-27 12:07:25', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1441, 1, '2021-12-27 12:08:54', '2021-12-27 12:08:54', '[vc_row][vc_column width=\"2/6\"][vc_single_image image=\"1487\" img_size=\"large\" add_caption=\"yes\"][/vc_column][vc_column width=\"4/6\"][vc_column_text]\r\n<p style=\"text-align: justify;\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples access to quality treatment.</p>\r\n<p style=\"text-align: justify;\">Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore, Karachi, Faisalabad & Peshawar and establishing Healthline. Lets us hope Pakistan would be a leading healthcare nation.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Chairman\'s Message', '', 'publish', 'closed', 'closed', '', 'chairmans-message', '', '', '2021-12-28 12:07:23', '2021-12-28 12:07:23', '', 0, 'http://ahf.com.pk/?page_id=1441', 0, 'page', '', 0),
(1443, 1, '2021-12-27 12:09:18', '2021-12-27 12:09:18', '[vc_row][vc_column][/vc_column][/vc_row]', 'President\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-27 12:09:18', '2021-12-27 12:09:18', '', 1441, 'http://ahf.com.pk/2021/12/27/1441-revision-v1/', 0, 'revision', '', 0),
(1444, 1, '2021-12-27 12:09:58', '2021-12-27 12:09:58', '[vc_row][vc_column][/vc_column][/vc_row]', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-27 12:09:58', '2021-12-27 12:09:58', '', 1441, 'http://ahf.com.pk/2021/12/27/1441-revision-v1/', 0, 'revision', '', 0),
(1442, 1, '2021-12-27 12:08:54', '2021-12-27 12:08:54', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n[/vc_column_text][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'President\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-27 12:08:54', '2021-12-27 12:08:54', '', 1441, 'http://ahf.com.pk/2021/12/27/1441-revision-v1/', 0, 'revision', '', 0),
(1446, 1, '2021-12-27 12:10:28', '2021-12-27 12:10:28', '', 'Chairman\'s Message', '', 'publish', 'closed', 'closed', '', 'chairmans-message', '', '', '2021-12-27 12:10:28', '2021-12-27 12:10:28', '', 0, 'http://ahf.com.pk/2021/12/27/chairmans-message/', 11, 'nav_menu_item', '', 0),
(1447, 1, '2021-12-27 12:12:08', '2021-12-27 12:12:08', '<p>[vc_row][vc_column width=\"1/6\"][vc_single_image image=\"1132\"][/vc_column][vc_column width=\"5/6\"][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]</p>\n', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-autosave-v1', '', '', '2021-12-27 12:12:08', '2021-12-27 12:12:08', '', 1441, 'http://ahf.com.pk/2021/12/27/1441-autosave-v1/', 0, 'revision', '', 0),
(1448, 1, '2021-12-27 12:12:52', '2021-12-27 12:12:52', '[vc_row][vc_column width=\"1/6\"][vc_single_image image=\"1132\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable\r\nand treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment.\r\nKeeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.[/vc_column_text][/vc_column][/vc_row]', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-27 12:12:52', '2021-12-27 12:12:52', '', 1441, 'http://ahf.com.pk/2021/12/27/1441-revision-v1/', 0, 'revision', '', 0),
(1449, 1, '2021-12-27 12:15:46', '2021-12-27 12:15:46', '[vc_row][vc_column width=\"1/6\"][vc_single_image image=\"1132\" img_size=\"large\" add_caption=\"yes\" style=\"vc_box_shadow_3d\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable\r\nand treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment.\r\nKeeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.[/vc_column_text][/vc_column][/vc_row]', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-27 12:15:46', '2021-12-27 12:15:46', '', 1441, 'http://ahf.com.pk/2021/12/27/1441-revision-v1/', 0, 'revision', '', 0),
(1450, 1, '2021-12-27 12:16:37', '2021-12-27 12:16:37', '[vc_row][vc_column width=\"2/6\"][vc_single_image image=\"1132\" img_size=\"large\" add_caption=\"yes\" style=\"vc_box_shadow_3d\"][/vc_column][vc_column width=\"4/6\"][vc_column_text]By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable\r\nand treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment.\r\nKeeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.[/vc_column_text][/vc_column][/vc_row]', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-27 12:16:37', '2021-12-27 12:16:37', '', 1441, 'http://ahf.com.pk/2021/12/27/1441-revision-v1/', 0, 'revision', '', 0),
(1451, 1, '2021-12-27 12:19:25', '2021-12-27 12:19:25', '[vc_row][vc_column width=\"2/6\"][vc_single_image image=\"1132\" img_size=\"large\" add_caption=\"yes\" style=\"vc_box_shadow_3d\"][/vc_column][vc_column width=\"4/6\"][vc_column_text]By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable\r\nand treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment.\r\nKeeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.\r\n\r\nAlkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore, Karachi, Faisalabad & Peshawar and establishing Healthline. Let’s us hope Pakistan would be a leading healthcare nation.\r\n<p style=\"text-align: center;\"><strong>Prof. Dr. Hafeez Ur Rahman</strong>\r\n<em><strong>Chairman Alkhidmat Health Foundation</strong></em></p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-27 12:19:25', '2021-12-27 12:19:25', '', 1441, 'http://ahf.com.pk/2021/12/27/1441-revision-v1/', 0, 'revision', '', 0),
(1452, 1, '2021-12-27 12:20:01', '2021-12-27 12:20:01', '[vc_row][vc_column width=\"2/6\"][vc_single_image image=\"1132\" img_size=\"large\" add_caption=\"yes\" style=\"vc_box_shadow_3d\"][/vc_column][vc_column width=\"4/6\"][vc_column_text]By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable\r\nand treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples’ access to quality treatment.\r\nKeeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.\r\n\r\nAlkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore, Karachi, Faisalabad & Peshawar and establishing Healthline. Lets us hope Pakistan would be a leading healthcare nation.\r\n<p style=\"text-align: center;\"><strong>Prof. Dr. Hafeez Ur Rahman</strong>\r\n<em><strong>Chairman Alkhidmat Health Foundation</strong></em></p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-27 12:20:01', '2021-12-27 12:20:01', '', 1441, 'http://ahf.com.pk/2021/12/27/1441-revision-v1/', 0, 'revision', '', 0),
(1453, 1, '2021-12-27 12:20:48', '2021-12-27 12:20:48', '[vc_row][vc_column width=\"2/6\"][vc_single_image image=\"1132\" img_size=\"large\" add_caption=\"yes\" style=\"vc_box_shadow_3d\"][/vc_column][vc_column width=\"4/6\"][vc_column_text]By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples access to quality treatment.\r\nKeeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.\r\n\r\nAlkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore, Karachi, Faisalabad & Peshawar and establishing Healthline. Lets us hope Pakistan would be a leading healthcare nation.\r\n<p style=\"text-align: center;\"><strong>Prof. Dr. Hafeez Ur Rahman</strong>\r\n<em><strong>Chairman Alkhidmat Health Foundation</strong></em></p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-27 12:20:48', '2021-12-27 12:20:48', '', 1441, 'http://ahf.com.pk/2021/12/27/1441-revision-v1/', 0, 'revision', '', 0),
(1454, 1, '2021-12-27 12:21:55', '2021-12-27 12:21:55', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_empty_space height=\"15px\"][vc_column_text]\r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 12:21:55', '2021-12-27 12:21:55', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1456, 1, '2021-12-27 12:23:00', '2021-12-27 12:23:00', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_column_text]\r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 12:23:00', '2021-12-27 12:23:00', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0),
(1455, 1, '2021-12-27 12:22:25', '2021-12-27 12:22:25', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_empty_space height=\"15px\"][vc_column_text]\r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-27 12:22:25', '2021-12-27 12:22:25', '', 1424, 'http://ahf.com.pk/2021/12/27/1424-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1457, 1, '2021-12-28 05:23:40', '2021-12-28 05:23:40', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot afford expensive treatment for themselves and their families.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theater</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Emergency Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Clinical Laboratory</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">X-Ray Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Blood Bank</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>Following is the list of our Hospitals</strong></h4>\r\n<table width=\"771\">\r\n<tbody>\r\n<tr>\r\n<td width=\"49\">S. No.</td>\r\n<td width=\"597\">Name</td>\r\n<td width=\"125\">Region</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Nishterabad Peshawar</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Mashal Medical Complex Mardan</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Naseem Khan Memorial Hospital Kohat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Shamshatu Peshawar</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Rajjar Charsadda</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Timergrah Dir Lower</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Landikotal</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Younas Khattak Hospital Mansehra</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Health Clinic Inayat Kaly Bajaur</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Hospital Buner</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Hospital Mohmind</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Hospital Chitral</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Hospital Bannu</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat IMAN Hospital Talagang</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Fazal Town Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Aliya Nabeel Alkhidmat Hospital Bhurban</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Bhera</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Qila Didar Singh Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Khurshid Alam Hospital Kacha Khiyali Road Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Ch. Sardar Khan Hospital Ferozewala Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Darul Hayat Hospital Sialkot</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Hospital Sahiwal</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Amina Jabar Hospital Zarar Sharif Road Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat Anwar Nazir Hospital Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Hospital Layyah</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td width=\"597\">Alkhidmat Sakina Memorial Hospital Rahimyar Khan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Charity Australia Hospital Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Alkhidmat Hospital Korangi Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Hospital Nazimabad Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Hospital Orangi Town Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Fareeda Yaqoob Hospital Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Walfare Hospital TandoAllayar</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Niamatullah Khan Hospital Mithi Tharparkar</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Hospital Ghotki Daharki</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Hospital Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Hospital Bagh AJK</td>\r\n<td>AJK</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747,1344,1345,1346\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2021-12-28 05:23:40', '2021-12-28 05:23:40', '', 701, 'http://ahf.com.pk/2021/12/28/701-revision-v1/', 0, 'revision', '', 0),
(1460, 1, '2021-12-28 05:35:19', '2021-12-28 05:35:19', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot afford expensive treatment for themselves and their families.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theater</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Emergency Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Clinical Laboratory</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">X-Ray Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Blood Bank</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<h4 style=\"text-align: left;\"><strong>Following is the list of our Hospitals</strong></h4>\r\n \r\n<table width=\"771\">\r\n<tbody>\r\n<tr>\r\n<td width=\"49\">S. No.</td>\r\n<td width=\"597\">Name</td>\r\n<td width=\"125\">Region</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Nishterabad Peshawar</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Mashal Medical Complex Mardan</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Naseem Khan Memorial Hospital Kohat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Shamshatu Peshawar</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Rajjar Charsadda</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Timergrah Dir Lower</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Landikotal</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Younas Khattak Hospital Mansehra</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Health Clinic Inayat Kaly Bajaur</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Hospital Buner</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Hospital Mohmind</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Hospital Chitral</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Hospital Bannu</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat IMAN Hospital Talagang</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Fazal Town Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Aliya Nabeel Alkhidmat Hospital Bhurban</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Bhera</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Qila Didar Singh Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Khurshid Alam Hospital Kacha Khiyali Road Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Ch. Sardar Khan Hospital Ferozewala Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Darul Hayat Hospital Sialkot</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Hospital Sahiwal</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Amina Jabar Hospital Zarar Sharif Road Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat Anwar Nazir Hospital Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Hospital Layyah</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td width=\"597\">Alkhidmat Sakina Memorial Hospital Rahimyar Khan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Charity Australia Hospital Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Alkhidmat Hospital Korangi Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Hospital Nazimabad Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Hospital Orangi Town Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Fareeda Yaqoob Hospital Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Walfare Hospital TandoAllayar</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Niamatullah Khan Hospital Mithi Tharparkar</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Hospital Ghotki Daharki</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Hospital Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Hospital Bagh AJK</td>\r\n<td>AJK</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747,1344,1345,1346\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2021-12-28 05:35:19', '2021-12-28 05:35:19', '', 701, 'http://ahf.com.pk/2021/12/28/701-revision-v1/', 0, 'revision', '', 0),
(1458, 1, '2021-12-28 05:25:10', '2021-12-28 05:25:10', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot afford expensive treatment for themselves and their families.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theater</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Emergency Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Clinical Laboratory</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">X-Ray Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Blood Bank</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_empty_space height=\"12px\"][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>Following is the list of our Hospitals</strong></h4>\r\n<table width=\"771\">\r\n<tbody>\r\n<tr>\r\n<td width=\"49\">S. No.</td>\r\n<td width=\"597\">Name</td>\r\n<td width=\"125\">Region</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Nishterabad Peshawar</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Mashal Medical Complex Mardan</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Naseem Khan Memorial Hospital Kohat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Shamshatu Peshawar</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Rajjar Charsadda</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Timergrah Dir Lower</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Landikotal</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Younas Khattak Hospital Mansehra</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Health Clinic Inayat Kaly Bajaur</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Hospital Buner</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Hospital Mohmind</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Hospital Chitral</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Hospital Bannu</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat IMAN Hospital Talagang</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Fazal Town Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Aliya Nabeel Alkhidmat Hospital Bhurban</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Bhera</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Qila Didar Singh Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Khurshid Alam Hospital Kacha Khiyali Road Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Ch. Sardar Khan Hospital Ferozewala Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Darul Hayat Hospital Sialkot</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Hospital Sahiwal</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Amina Jabar Hospital Zarar Sharif Road Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat Anwar Nazir Hospital Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Hospital Layyah</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td width=\"597\">Alkhidmat Sakina Memorial Hospital Rahimyar Khan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Charity Australia Hospital Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Alkhidmat Hospital Korangi Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Hospital Nazimabad Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Hospital Orangi Town Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Fareeda Yaqoob Hospital Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Walfare Hospital TandoAllayar</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Niamatullah Khan Hospital Mithi Tharparkar</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Hospital Ghotki Daharki</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Hospital Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Hospital Bagh AJK</td>\r\n<td>AJK</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747,1344,1345,1346\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2021-12-28 05:25:10', '2021-12-28 05:25:10', '', 701, 'http://ahf.com.pk/2021/12/28/701-revision-v1/', 0, 'revision', '', 0),
(1459, 1, '2021-12-28 05:29:59', '2021-12-28 05:29:59', '[vc_row css=\".vc_custom_1574070418497{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The importance of hospitals is beyond any doubt unquestionable. The developed nations give top-notch priority to the healthcare system by creating sufficient number of hospitals equipped with the latest technology and up-to-date apparatus. Alkhidmat Health Foundation has a countrywide network of hospitals catering to the needs of people at a very affordable rates. There are as many as 40 hospitals spreading in major cities of Pakistan. These hospitals have well-qualified doctors, trained paramedical staff and experienced management. The aim of Alkhidmat hospitals is to provide best possible medical service to the people especially marginalized segments who cannot afford expensive treatment for themselves and their families.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>The following services are being provided in our Hospitals:</strong></h4>\r\n<style>tr:nth-child(even){background-color: #f2f2f2;}tr:hover {background-color: #dddddd;}</style>\r\n<table style=\"border-collapse: collapse; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Out-Patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">In-patient Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Operation Theater</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Emergency Services</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ultrasound Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Clinical Laboratory</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">X-Ray Facility</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Pharmacy</td>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Ambulance Facility</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1px solid #dddddd; text-align: center; padding: 8px; width: auto;\">Blood Bank</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: left;\"><strong>Following is the list of our Hospitals</strong></h4>\r\n \r\n<table width=\"771\">\r\n<tbody>\r\n<tr>\r\n<td width=\"49\">S. No.</td>\r\n<td width=\"597\">Name</td>\r\n<td width=\"125\">Region</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Nishterabad Peshawar</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Mashal Medical Complex Mardan</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Naseem Khan Memorial Hospital Kohat</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Hospital Shamshatu Peshawar</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Hospital Rajjar Charsadda</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Timergrah Dir Lower</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Hospital Landikotal</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>Alkhidmat Younas Khattak Hospital Mansehra</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>9</td>\r\n<td>Alkhidmat Health Clinic Inayat Kaly Bajaur</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>Alkhidmat Hospital Buner</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>11</td>\r\n<td>Alkhidmat Hospital Mohmind</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>12</td>\r\n<td>Alkhidmat Hospital Chitral</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>13</td>\r\n<td>Alkhidmat Hospital Bannu</td>\r\n<td>KPK</td>\r\n</tr>\r\n<tr>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>15</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat IMAN Hospital Talagang</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Fazal Town Sargodha</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>18</td>\r\n<td>Aliya Nabeel Alkhidmat Hospital Bhurban</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Bhera</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center Attock</td>\r\n<td>North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Qila Didar Singh Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>22</td>\r\n<td>Alkhidmat Khurshid Alam Hospital Kacha Khiyali Road Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>23</td>\r\n<td>Alkhidmat Ch. Sardar Khan Hospital Ferozewala Gujranwala</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>24</td>\r\n<td>Alkhidmat Darul Hayat Hospital Sialkot</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>Alkhidmat Hospital Sahiwal</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>26</td>\r\n<td>Amina Jabar Hospital Zarar Sharif Road Lahore</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>27</td>\r\n<td>Alkhidmat Anwar Nazir Hospital Faisalabad</td>\r\n<td>Central Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>28</td>\r\n<td>Alkhidmat Hospital Layyah</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>29</td>\r\n<td width=\"597\">Alkhidmat Sakina Memorial Hospital Rahimyar Khan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>30</td>\r\n<td>Alkhidmat Charity Australia Hospital Multan</td>\r\n<td>South Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>31</td>\r\n<td>Alkhidmat Hospital Korangi Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>Alkhidmat Hospital Nazimabad Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>33</td>\r\n<td>Alkhidmat Hospital Orangi Town Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>34</td>\r\n<td>Alkhidmat Fareeda Yaqoob Hospital Karachi</td>\r\n<td>Karachi</td>\r\n</tr>\r\n<tr>\r\n<td>35</td>\r\n<td>Alkhidmat Walfare Hospital TandoAllayar</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>36</td>\r\n<td>Alkhidmat Niamatullah Khan Hospital Mithi Tharparkar</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>37</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>38</td>\r\n<td>Alkhidmat Hospital Ghotki Daharki</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>39</td>\r\n<td>Alkhidmat Hospital Kashmore</td>\r\n<td>Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>40</td>\r\n<td>Alkhidmat Hospital Bagh AJK</td>\r\n<td>AJK</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Hospitals\"][vc_column][vc_gallery type=\"image_grid\" images=\"863,810,740,744,746,747,1344,1345,1346\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Hospitals', '', 'inherit', 'closed', 'closed', '', '701-revision-v1', '', '', '2021-12-28 05:29:59', '2021-12-28 05:29:59', '', 701, 'http://ahf.com.pk/2021/12/28/701-revision-v1/', 0, 'revision', '', 0),
(1463, 1, '2021-12-28 06:18:53', '2021-12-28 06:18:53', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" i_size=\"lg\" color=\"custom\" css_animation=\"appear\" add_icon=\"true\" css=\".vc_custom_1638007993785{border-radius: 10px !important;}\" accent_color=\"#dd1616\"][vc_column_text css_animation=\"appear\"]\r\n<p style=\"text-align: center;\">Alkhidmat Health Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n \r\n\r\n[sg_popup id=1462][/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-12-28 06:18:53', '2021-12-28 06:18:53', '', 231, 'http://ahf.com.pk/2021/12/28/231-revision-v1/', 0, 'revision', '', 0),
(1464, 1, '2021-12-28 06:24:14', '2021-12-28 06:24:14', '<p style=\"text-align: center;\">Alkhidmat Health Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>', 'popup front', '', 'publish', 'closed', 'closed', '', 'popup-front', '', '', '2021-12-28 06:48:29', '2021-12-28 06:48:29', '', 0, 'http://ahf.com.pk/?post_type=popupbuilder&p=1464', 0, 'popupbuilder', '', 0),
(1465, 1, '2021-12-28 06:24:49', '2021-12-28 06:24:49', '[vc_row top_margin=\"1\" bottom_margin=\"1\"][vc_column][rev_slider_vc alias=\"lifeline_new\"][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" col_title=\"Our Causes\"][vc_column][sh_causes_listing_fancy_style cols=\"4\" number=\"3\" cat=\"all\" sort_by=\"date\" order=\"DESC\"][vc_widget_sidebar][vc_separator][vc_text_separator title=\"Announcement\" i_size=\"lg\" color=\"custom\" css_animation=\"appear\" add_icon=\"true\" css=\".vc_custom_1638007993785{border-radius: 10px !important;}\" accent_color=\"#dd1616\"][vc_column_text css_animation=\"appear\"]\r\n<p style=\"text-align: center;\">Alkhidmat Health Foundation is willing to pre-qualify the Companies / Proprietors / Importers / Suppliers / Indenters / Manufacturers for procurement of Medical Items (Categories Mentioned in Tender Notice) for its Hospitals & Diagnostic Centers throughout Pakistan.</p>\r\n<p style=\"text-align: center;\">Download the Prequalification Documents here :</p>\r\n<p style=\"text-align: center;\"><strong>Pre-Qualification Form (Annex 1)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1f9uAMorJo6SAWbFLPt1sGy54QTgDBJoN/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n<p style=\"text-align: center;\"><strong>Renewal Form (Annex 2)</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://drive.google.com/file/d/1NIYgnWMHABZGhm7pg2jWXW-ympUqaHuU/view?usp=sharing\"><strong>Download Now</strong></a></p>\r\n \r\n\r\n[sg_popup id=1464][/vc_column_text][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column heading_style=\"sec-heading4\" col_title=\"Our Projects\"][tf_numbers][/vc_column][/vc_row][vc_row top_margin=\"1\"][vc_column][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" el_class=\"HealthMapImg\" col_title=\"Where We Serve\"][vc_column][vc_single_image image=\"724\" img_size=\"full\" alignment=\"center\" css_animation=\"fadeInRight\"][/vc_column][/vc_row][vc_row col_title=\"<strong>Recent</strong> News\"][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Recent</strong> News\"][sh_recent_news number=\"6\" cat=\"all\" sort_by=\"title\" sorting_order=\"ASC\" c_opt=\"limit\" c_limit=\"250\" category=\"News\" margins=\"top\" title=\"Recent News\" heading_style=\"simple\"][/vc_column][vc_column width=\"1/2\" heading_style=\"sec-heading\" col_title=\"<strong>Our</strong> Projects\"][sh_welfare_projects number=\"4\" category=\"all\" sort_by=\"date\" sorting_order=\"DESC\" donate_now=\"true\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '231-revision-v1', '', '', '2021-12-28 06:24:49', '2021-12-28 06:24:49', '', 231, 'http://ahf.com.pk/2021/12/28/231-revision-v1/', 0, 'revision', '', 0),
(1466, 1, '2021-12-28 06:52:45', '2021-12-28 06:52:45', '', 'vision', '', 'inherit', 'open', 'closed', '', 'vision', '', '', '2021-12-28 06:52:45', '2021-12-28 06:52:45', '', 1424, 'http://ahf.com.pk/wp-content/uploads/2021/12/vision.jpg', 0, 'attachment', 'image/jpeg', 0),
(1473, 1, '2021-12-28 07:05:19', '2021-12-28 07:05:19', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_separator][vc_column_text]\r\n<h2>Our<span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:05:19', '2021-12-28 07:05:19', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1470, 1, '2021-12-28 06:58:41', '2021-12-28 06:58:41', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_column_text]\r\n<h2><span style=\"background-color: #4a69b1;\">Our</span> Vision</h2>\r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 06:58:41', '2021-12-28 06:58:41', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1467, 1, '2021-12-28 06:54:21', '2021-12-28 06:54:21', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_column_text]<img class=\"wp-image-1466 size-full alignleft\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision.jpg\" alt=\"\" width=\"1391\" height=\"98\" />\r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 06:54:21', '2021-12-28 06:54:21', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1468, 1, '2021-12-28 06:55:53', '2021-12-28 06:55:53', '', 'vision', '', 'inherit', 'open', 'closed', '', 'vision-2', '', '', '2021-12-28 06:55:53', '2021-12-28 06:55:53', '', 1424, 'http://ahf.com.pk/wp-content/uploads/2021/12/vision-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1469, 1, '2021-12-28 06:56:52', '2021-12-28 06:56:52', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_column_text]<img src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-1.jpg\" alt=\"\" width=\"1320\" height=\"98\" />\r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 06:56:52', '2021-12-28 06:56:52', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1471, 1, '2021-12-28 06:59:19', '2021-12-28 06:59:19', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_custom_heading text=\"Our Vision\"][vc_separator][vc_column_text]\r\n<h2><span style=\"color: #4a69b1;\">Our</span> Vision</h2>\r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 06:59:19', '2021-12-28 06:59:19', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1472, 1, '2021-12-28 07:04:20', '2021-12-28 07:04:20', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_separator][vc_column_text]\r\n<h2><span style=\"color: #4a69b1; font-size: 16px;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:04:20', '2021-12-28 07:04:20', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1474, 1, '2021-12-28 07:06:37', '2021-12-28 07:06:37', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_separator][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:06:37', '2021-12-28 07:06:37', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1476, 1, '2021-12-28 07:08:44', '2021-12-28 07:08:44', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n \r\n\r\n<hr />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:08:44', '2021-12-28 07:08:44', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1475, 1, '2021-12-28 07:07:46', '2021-12-28 07:07:46', '[vc_row][vc_column][vc_column_text]Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.\r\n\r\nAlkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n \r\n\r\n<hr />\r\n\r\n \r\n<blockquote>\r\n<h3 style=\"text-align: center;\"><em>To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</em></h3>\r\n</blockquote>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_custom_heading text=\"Our Mission\"][vc_separator][vc_column_text]<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:07:46', '2021-12-28 07:07:46', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1477, 1, '2021-12-28 07:11:13', '2021-12-28 07:11:13', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n \r\n\r\n<hr />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\r\n \r\n\r\n<hr />\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:11:13', '2021-12-28 07:11:13', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1478, 1, '2021-12-28 07:12:37', '2021-12-28 07:12:37', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n\r\n<hr />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\r\n\r\n<hr />\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION (AHF)</strong> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.\r\n\r\n<strong>ALKHIDMAT HEALTH FOUNDATION</strong> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association”.[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:12:37', '2021-12-28 07:12:37', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1479, 1, '2021-12-28 07:15:38', '2021-12-28 07:15:38', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n\r\n<hr />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\r\n\r\n<hr />\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION (AHF)</b> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.</p>\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION</b> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:15:38', '2021-12-28 07:15:38', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1480, 1, '2021-12-28 07:21:10', '2021-12-28 07:21:10', '', 'vision', '', 'inherit', 'open', 'closed', '', 'vision-3', '', '', '2021-12-28 07:21:10', '2021-12-28 07:21:10', '', 1424, 'http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1481, 1, '2021-12-28 07:21:35', '2021-12-28 07:21:35', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n<img class=\"alignleft wp-image-1480 size-full\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg\" alt=\"\" width=\"1315\" height=\"37\" />\r\n\r\n<hr />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\r\n\r\n<hr />\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION (AHF)</b> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.</p>\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION</b> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:21:35', '2021-12-28 07:21:35', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1482, 1, '2021-12-28 07:23:07', '2021-12-28 07:23:07', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n<img class=\"alignleft wp-image-1480 \" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg\" alt=\"\" width=\"952\" height=\"27\" />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\r\n\r\n<hr />\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION (AHF)</b> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.</p>\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION</b> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:23:07', '2021-12-28 07:23:07', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1484, 1, '2021-12-28 07:26:40', '2021-12-28 07:26:40', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n<img class=\"wp-image-1480 alignleft\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg\" alt=\"\" width=\"90%\" height=\"27\" />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\r\n\r\n<hr />\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION (AHF)</b> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.</p>\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION</b> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:26:40', '2021-12-28 07:26:40', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1483, 1, '2021-12-28 07:24:53', '2021-12-28 07:24:53', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\r\n[/vc_column_text][vc_column_text]\r\n\r\n<style>\r\nimg {</p>\r\n<p> margin-right<span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span>: 100px;<br />}<br /></style>\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n<img class=\"wp-image-1480 alignleft\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg\" alt=\"\" width=\"952\" height=\"27\" />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\r\n\r\n<hr />\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION (AHF)</b> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.</p>\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION</b> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:24:53', '2021-12-28 07:24:53', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1485, 1, '2021-12-28 07:27:16', '2021-12-28 07:27:16', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n<img class=\"wp-image-1480 alignleft\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg\" alt=\"\" width=\"98%\" height=\"27\" />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\r\n\r\n<hr />\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION (AHF)</b> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.</p>\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION</b> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:27:16', '2021-12-28 07:27:16', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1486, 1, '2021-12-28 07:28:15', '2021-12-28 07:28:15', '[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Pakistan healthcare system is coping with serious problems such as lack of health facilities in rural areas, unemployment of doctors despite the acute shortage of trained medical personnel, outdated medical apparatus, insufficient number of hospitals, and unavailability of treatments for many diseases, etc. Unfortunately, Pakistan has an alarming maternal and infant mortality rate in South Asian region.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation, keeping these facts in view, has been endeavouring to do its part of the job. With a countrywide network of hospitals, ambulances, pharmacies, medical laboratories, dispensaries, and medical centers, we are offering speedy but quality treatment at affordable prices. From our state-of-the-art diagnostic centers and labs, people can avail the facility of all types of tests on subsidized rates.</p>\r\n[/vc_column_text][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Vision</span></h2>\r\n<img class=\"wp-image-1480 alignleft\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg\" alt=\"\" width=\"98%\" height=\"27\" />\r\n\r\n \r\n<h3 style=\"text-align: center;\">To serve the humanity by provision of best possible health-care facilities with integrity in accordance with the principals of Islam</h3>\r\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_column_text]\r\n<h2><span style=\"color: #0067b1;\">Our</span><span style=\"color: #7c7c7c;\"> Mission</span></h2>\r\n<img class=\"wp-image-1480 alignleft\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/vision-2.jpg\" alt=\"\" width=\"98%\" height=\"27\" />\r\n\r\n \r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION (AHF)</b> will work as an independent, non-governmental and non-profit charitable organization. It will work under its own trust deed.</p>\r\n<p style=\"text-align: justify;\"><b>ALKHIDMAT HEALTH FOUNDATION</b> will exclusively engage and support charitable activities and programs. It will not take political positions nor does it will support political causes or activities. Whatever financial support it will provide to any other organizational home or in the world, it will be only for charitable purposes, particularly in the fields of health care for general public, healthcare for disaster management, education related to health & healthcare, awareness, diagnoses, treatment and preventive services, provision of clean water for health & hygiene, health facilities for orphan care & prisoner\'s welfare and provide community services without any discrimination of color, creed, religion and political association.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2021-12-28 07:28:15', '2021-12-28 07:28:15', '', 1424, 'http://ahf.com.pk/2021/12/28/1424-revision-v1/', 0, 'revision', '', 0),
(1487, 1, '2021-12-28 10:40:46', '2021-12-28 10:40:46', '', 'unnamed', '', 'inherit', 'open', 'closed', '', 'unnamed', '', '', '2021-12-28 10:40:46', '2021-12-28 10:40:46', '', 1441, 'http://ahf.com.pk/wp-content/uploads/2021/12/unnamed.jpg', 0, 'attachment', 'image/jpeg', 0),
(1489, 1, '2021-12-28 10:42:17', '2021-12-28 10:42:17', '<p>[vc_row][vc_column width=\"2/6\"][vc_single_image image=\"1487\" img_size=\"large\" add_caption=\"yes\"][/vc_column][vc_column width=\"4/6\"][vc_column_text]By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples access to quality treatment.<br />\r\nKeeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.</p>\r\n<p>Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore, Karachi, Faisalabad & Peshawar and establishing Healthline. Lets us hope Pakistan would be a leading healthcare nation.</p>\r\n<p style=\"text-align: center;\"><strong>Prof. Dr. Hafeez Ur Rahman</strong><br />\r\n<em><strong>Chairman Alkhidmat Health Foundation</strong></em></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-28 10:42:17', '2021-12-28 10:42:17', '', 1441, 'http://ahf.com.pk/2021/12/28/1441-revision-v1/', 0, 'revision', '', 0),
(1488, 1, '2021-12-28 10:41:11', '2021-12-28 10:41:11', '<p>[vc_row][vc_column width=\"2/6\"][vc_single_image image=\"1487\" img_size=\"large\" add_caption=\"yes\" style=\"vc_box_shadow_3d\"][/vc_column][vc_column width=\"4/6\"][vc_column_text]By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples access to quality treatment.<br />\r\nKeeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.</p>\r\n<p>Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore, Karachi, Faisalabad & Peshawar and establishing Healthline. Lets us hope Pakistan would be a leading healthcare nation.</p>\r\n<p style=\"text-align: center;\"><strong>Prof. Dr. Hafeez Ur Rahman</strong><br />\r\n<em><strong>Chairman Alkhidmat Health Foundation</strong></em></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-28 10:41:11', '2021-12-28 10:41:11', '', 1441, 'http://ahf.com.pk/2021/12/28/1441-revision-v1/', 0, 'revision', '', 0),
(1491, 1, '2021-12-28 12:07:23', '2021-12-28 12:07:23', '[vc_row][vc_column width=\"2/6\"][vc_single_image image=\"1487\" img_size=\"large\" add_caption=\"yes\"][/vc_column][vc_column width=\"4/6\"][vc_column_text]\r\n<p style=\"text-align: justify;\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples access to quality treatment.</p>\r\n<p style=\"text-align: justify;\">Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore, Karachi, Faisalabad & Peshawar and establishing Healthline. Lets us hope Pakistan would be a leading healthcare nation.</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-28 12:07:23', '2021-12-28 12:07:23', '', 1441, 'http://ahf.com.pk/2021/12/28/1441-revision-v1/', 0, 'revision', '', 0),
(1490, 1, '2021-12-28 10:45:06', '2021-12-28 10:45:06', '[vc_row][vc_column width=\"2/6\"][vc_single_image image=\"1487\" img_size=\"large\" add_caption=\"yes\"][/vc_column][vc_column width=\"4/6\"][vc_column_text]\r\n<p style=\"text-align: justify;\">By and large, more than 60 million people in Pakistan are forced to live below the poverty line. They have no way to fulfil their basic needs and proper medical attention remains a dream for the majority. In case of any disease or serious medical condition, people are left at the mercy of circumstances. Around 75% death in new-born babies are caused by the conditions that are quite preventable and treatable but no heed is paid. Overall, the country is struggling to maintain a proper healthcare system to enable peoples access to quality treatment.</p>\r\n<p style=\"text-align: justify;\">Keeping these facts in view, I appreciate the supporters and donors of Alkhidmat Health Foundation who through their generosity have made it possible that the Foundation is running countrywide network of hospitals, healthcare units, diagnostic centers, dispensaries, blood banks, clinics, mobile health units, medical camps and ambulance service. Alkhidmat Health Foundation is serving the nation with first-rate quality medical facilities on relatively subsidised rates.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat has executed activities in Pakistan during the COVID-19 pandemic, by establishing Intensive Care Units in selected 10 hospitals from its country-wide health network and establishing COVID-19 Laboratories in Lahore, Karachi, Faisalabad & Peshawar and establishing Healthline. Lets us hope Pakistan would be a leading healthcare nation.</p>\r\n<p style=\"text-align: center;\"><strong>Prof. Dr. Hafeez Ur Rahman</strong>\r\n<em><strong>Chairman Alkhidmat Health Foundation</strong></em></p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Chairman\'s Message', '', 'inherit', 'closed', 'closed', '', '1441-revision-v1', '', '', '2021-12-28 10:45:06', '2021-12-28 10:45:06', '', 1441, 'http://ahf.com.pk/2021/12/28/1441-revision-v1/', 0, 'revision', '', 0),
(1492, 1, '2021-12-29 06:41:36', '2021-12-29 06:41:36', '[vc_row css=\".vc_custom_1574163557662{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation is running 8 blood Banks across Pakistan. Blood banks are crucial for those patients who require blood in case of emergency especially the victims of terrorist attacks and road accidents. Blood banks also provide routine supply of required blood for the patients of thalassemia while they are extremely helpful during seasonal epidemics like Dengue fever. These blood banks provide platelets for the patients of Dengue fever for their treatment. Blood can also be acquired for patients who under go surgeries and other medical tests like Biopsy and Endoscopy. During C-Section and minor gynecological operations these blood banks play a vital role in saving the lives of mothers and their newborns.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row heading_style=\"sec-title\" css=\".vc_custom_1574163748187{margin-top: 0px !important;padding-top: 0px !important;}\" col_title=\"Blood Banks\"][vc_column][vc_gallery type=\"image_grid\" images=\"773,774,775,818,819,820,821,822,823,824,825\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Blood Banks', '', 'inherit', 'closed', 'closed', '', '716-revision-v1', '', '', '2021-12-29 06:41:36', '2021-12-29 06:41:36', '', 716, 'http://ahf.com.pk/2021/12/29/716-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1496, 1, '2021-12-30 06:49:58', '2021-12-30 06:49:58', '<p style=\"text-align: justify;\">WHO delegation visits Alkhidmat Headquarters, applauds the work. A delegation of the World Health Organisation led by the Country Head, Dr Palitha Gunarathna Mahipala paid a visit to Alkhidmat Headquarters in Lahore, Pakistan. The delegation was given a briefing on all the service areas of the Foundation in general and the healthcare projects in particular. It was told that Alkhidmat Foundation is serving the people across the country without any discrimination based on race, colour, and religion. Speaking on the occasion, WHO\'s Pakistan Country Head, Dr Palitha Ganarthana said that in a nation like Pakistan, it is highly valuable for a humanitarian organization to provide services to rural and remote areas and Alkhidmat Foundation is impacting lives through its incredible relief activities that are being carried out at the grass-root level. Dr Palitha applauded Alkhidmat\'s endeavours aimed to provide much-needed relief to the people through a model that he said holds uniqueness in the non-profit sector. WHO\'s Country Head further said that both Alkhidmat and WHO can join hands together to make a difference in the healthcare sector and work out strategies that could reinforce mutual cooperation.</p>\r\n<p style=\"text-align: justify;\">The meeting was attended by Dr Jamshed Ahmed, Head, WHO Punjab, Dr Yahya, Maternal and Child Health Advisor, WHO, Dr Muhammad Mushtaq Mangat, Vice-President, Alkhidmat Foundation Pakistan, Prof. Dr Hafeez-ur-Rehman, Chairman, Alkhidmat Health Foundation, Prof. Dr Afzal, Senior Vice-Chairman, Prof. Dr Zaid Latif Secretary-General and Sufyan Ahamd, the Managing Director Alkhidmat Health Foundation. Moreover, the representative of the Prevention of Blindness Trust, Dr Intizar Hussain Butt, and the Director of Alkhidmat Maternal and Child Health Project, Prof. Dr Amitullah Zarrin were also present at the meeting.</p>\r\n[gallery size=\"medium\" ids=\"1497,1498,1499,1500,1501\"]', 'WHO delegation visits Alkhidmat Headquarters', '', 'publish', 'open', 'open', '', 'who-delegation-visits-alkhidmat-headquarters', '', '', '2021-12-30 07:08:38', '2021-12-30 07:08:38', '', 0, 'http://ahf.com.pk/?p=1496', 0, 'post', '', 0),
(1506, 1, '2021-12-30 07:07:32', '2021-12-30 07:07:32', '<p style=\"text-align: justify;\">WHO delegation visits Alkhidmat Headquarters, applauds the work. A delegation of the World Health Organisation led by the Country Head, Dr Palitha Gunarathna Mahipala paid a visit to Alkhidmat Headquarters in Lahore, Pakistan. The delegation was given a briefing on all the service areas of the Foundation in general and the healthcare projects in particular. It was told that Alkhidmat Foundation is serving the people across the country without any discrimination based on race, colour, and religion. Speaking on the occasion, WHO\'s Pakistan Country Head, Dr Palitha Ganarthana said that in a nation like Pakistan, it is highly valuable for a humanitarian organization to provide services to rural and remote areas and Alkhidmat Foundation is impacting lives through its incredible relief activities that are being carried out at the grass-root level. Dr Palitha applauded Alkhidmat\'s endeavours aimed to provide much-needed relief to the people through a model that he said holds uniqueness in the non-profit sector. WHO\'s Country Head further said that both Alkhidmat and WHO can join hands together to make a difference in the healthcare sector and work out strategies that could reinforce mutual cooperation.</p>\r\n<p style=\"text-align: justify;\">The meeting was attended by Dr Jamshed Ahmed, Head, WHO Punjab, Dr Yahya, Maternal and Child Health Advisor, WHO, Dr Muhammad Mushtaq Mangat, Vice-President, Alkhidmat Foundation Pakistan, Prof. Dr Hafeez-ur-Rehman, Chairman, Alkhidmat Health Foundation, Prof. Dr Afzal, Senior Vice-Chairman, Prof. Dr Zaid Latif Secretary-General and Sufyan Ahamd, the Managing Director Alkhidmat Health Foundation. Moreover, the representative of the Prevention of Blindness Trust, Dr Intizar Hussain Butt, and the Director of Alkhidmat Maternal and Child Health Project, Prof. Dr Amitullah Zarrin were also present at the meeting.</p>\r\n[gallery columns=\"4\" ids=\"1501,1500,1499,1498,1497\"]', 'WHO delegation visits Alkhidmat Headquarters', '', 'inherit', 'closed', 'closed', '', '1496-revision-v1', '', '', '2021-12-30 07:07:32', '2021-12-30 07:07:32', '', 1496, 'http://ahf.com.pk/1496-revision-v1/', 0, 'revision', '', 0),
(1507, 1, '2021-12-30 07:08:38', '2021-12-30 07:08:38', '<p style=\"text-align: justify;\">WHO delegation visits Alkhidmat Headquarters, applauds the work. A delegation of the World Health Organisation led by the Country Head, Dr Palitha Gunarathna Mahipala paid a visit to Alkhidmat Headquarters in Lahore, Pakistan. The delegation was given a briefing on all the service areas of the Foundation in general and the healthcare projects in particular. It was told that Alkhidmat Foundation is serving the people across the country without any discrimination based on race, colour, and religion. Speaking on the occasion, WHO\'s Pakistan Country Head, Dr Palitha Ganarthana said that in a nation like Pakistan, it is highly valuable for a humanitarian organization to provide services to rural and remote areas and Alkhidmat Foundation is impacting lives through its incredible relief activities that are being carried out at the grass-root level. Dr Palitha applauded Alkhidmat\'s endeavours aimed to provide much-needed relief to the people through a model that he said holds uniqueness in the non-profit sector. WHO\'s Country Head further said that both Alkhidmat and WHO can join hands together to make a difference in the healthcare sector and work out strategies that could reinforce mutual cooperation.</p>\r\n<p style=\"text-align: justify;\">The meeting was attended by Dr Jamshed Ahmed, Head, WHO Punjab, Dr Yahya, Maternal and Child Health Advisor, WHO, Dr Muhammad Mushtaq Mangat, Vice-President, Alkhidmat Foundation Pakistan, Prof. Dr Hafeez-ur-Rehman, Chairman, Alkhidmat Health Foundation, Prof. Dr Afzal, Senior Vice-Chairman, Prof. Dr Zaid Latif Secretary-General and Sufyan Ahamd, the Managing Director Alkhidmat Health Foundation. Moreover, the representative of the Prevention of Blindness Trust, Dr Intizar Hussain Butt, and the Director of Alkhidmat Maternal and Child Health Project, Prof. Dr Amitullah Zarrin were also present at the meeting.</p>\r\n[gallery size=\"medium\" ids=\"1497,1498,1499,1500,1501\"]', 'WHO delegation visits Alkhidmat Headquarters', '', 'inherit', 'closed', 'closed', '', '1496-revision-v1', '', '', '2021-12-30 07:08:38', '2021-12-30 07:08:38', '', 1496, 'http://ahf.com.pk/1496-revision-v1/', 0, 'revision', '', 0),
(1497, 1, '2021-12-30 06:49:07', '2021-12-30 06:49:07', '', 'WHO delegation visits Alkhidmat Headquarters1', '', 'inherit', 'open', 'closed', '', 'who-delegation-visits-alkhidmat-headquarters1', '', '', '2021-12-30 06:49:07', '2021-12-30 06:49:07', '', 1496, 'http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1498, 1, '2021-12-30 06:49:24', '2021-12-30 06:49:24', '', 'WHO delegation visits Alkhidmat Headquarters4', '', 'inherit', 'open', 'closed', '', 'who-delegation-visits-alkhidmat-headquarters4', '', '', '2021-12-30 06:49:24', '2021-12-30 06:49:24', '', 1496, 'http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1499, 1, '2021-12-30 06:49:31', '2021-12-30 06:49:31', '', 'WHO delegation visits Alkhidmat Headquarters3', '', 'inherit', 'open', 'closed', '', 'who-delegation-visits-alkhidmat-headquarters3', '', '', '2021-12-30 06:49:31', '2021-12-30 06:49:31', '', 1496, 'http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1500, 1, '2021-12-30 06:49:35', '2021-12-30 06:49:35', '', 'WHO delegation visits Alkhidmat Headquarters2', '', 'inherit', 'open', 'closed', '', 'who-delegation-visits-alkhidmat-headquarters2', '', '', '2021-12-30 06:49:35', '2021-12-30 06:49:35', '', 1496, 'http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1501, 1, '2021-12-30 06:49:38', '2021-12-30 06:49:38', '', 'WHO delegation visits Alkhidmat Headquarters1', '', 'inherit', 'open', 'closed', '', 'who-delegation-visits-alkhidmat-headquarters1-2', '', '', '2021-12-30 06:49:38', '2021-12-30 06:49:38', '', 1496, 'http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1505, 1, '2021-12-30 07:05:27', '2021-12-30 07:05:27', '<p style=\"text-align: justify;\">WHO delegation visits Alkhidmat Headquarters, applauds the work. A delegation of the World Health Organisation led by the Country Head, Dr Palitha Gunarathna Mahipala paid a visit to Alkhidmat Headquarters in Lahore, Pakistan. The delegation was given a briefing on all the service areas of the Foundation in general and the healthcare projects in particular. It was told that Alkhidmat Foundation is serving the people across the country without any discrimination based on race, colour, and religion. Speaking on the occasion, WHO\'s Pakistan Country Head, Dr Palitha Ganarthana said that in a nation like Pakistan, it is highly valuable for a humanitarian organization to provide services to rural and remote areas and Alkhidmat Foundation is impacting lives through its incredible relief activities that are being carried out at the grass-root level. Dr Palitha applauded Alkhidmat\'s endeavours aimed to provide much-needed relief to the people through a model that he said holds uniqueness in the non-profit sector. WHO\'s Country Head further said that both Alkhidmat and WHO can join hands together to make a difference in the healthcare sector and work out strategies that could reinforce mutual cooperation.</p>\r\nThe meeting was attended by Dr Jamshed Ahmed, Head, WHO Punjab, Dr Yahya, Maternal and Child Health Advisor, WHO, Dr Muhammad Mushtaq Mangat, Vice-President, Alkhidmat Foundation Pakistan, Prof. Dr Hafeez-ur-Rehman, Chairman, Alkhidmat Health Foundation, Prof. Dr Afzal, Senior Vice-Chairman, Prof. Dr Zaid Latif Secretary-General and Sufyan Ahamd, the Managing Director Alkhidmat Health Foundation. Moreover, the representative of the Prevention of Blindness Trust, Dr Intizar Hussain Butt, and the Director of Alkhidmat Maternal and Child Health Project, Prof. Dr Amitullah Zarrin were also present at the meeting.\r\n<div dir=\"auto\"></div>', 'WHO delegation visits Alkhidmat Headquarters', '', 'inherit', 'closed', 'closed', '', '1496-revision-v1', '', '', '2021-12-30 07:05:27', '2021-12-30 07:05:27', '', 1496, 'http://ahf.com.pk/1496-revision-v1/', 0, 'revision', '', 0),
(1502, 1, '2021-12-30 06:49:58', '2021-12-30 06:49:58', '<div dir=\"auto\">WHO delegation visits Alkhidmat Headquarters, applauds the work</div>\r\n<div dir=\"auto\">A delegation of the World Health Organisation led by the Country Head, Dr Palitha Gunarathna Mahipala paid a visit to Alkhidmat Headquarters in Lahore, Pakistan. The delegation was given a briefing on all the service areas of the Foundation in general and the healthcare projects in particular. It was told that Alkhidmat Foundation is serving the people across the country without any discrimination based on race, colour, and religion.</div>\r\n<div dir=\"auto\">Speaking on the occasion, WHO\'s Pakistan Country Head, Dr Palitha Ganarthana said that in a nation like Pakistan, it is highly valuable for a humanitarian organization to provide services to rural and remote areas and Alkhidmat Foundation is impacting lives through its incredible relief activities that are being carried out at the grass-root level. Dr Palitha applauded Alkhidmat\'s endeavours aimed to provide much-needed relief to the people through a model that he said holds uniqueness in the non-profit sector. WHO\'s Country Head further said that both Alkhidmat and WHO can join hands together to make a difference in the healthcare sector and work out strategies that could reinforce mutual cooperation.</div>\r\n<div dir=\"auto\">The meeting was attended by Dr Jamshed Ahmed, Head, WHO Punjab, Dr Yahya, Maternal and Child Health Advisor, WHO, Dr Muhammad Mushtaq Mangat, Vice-President, Alkhidmat Foundation Pakistan, Prof. Dr Hafeez-ur-Rehman, Chairman, Alkhidmat Health Foundation, Prof. Dr Afzal, Senior Vice-Chairman, Prof. Dr Zaid Latif Secretary-General and Sufyan Ahamd, the Managing Director Alkhidmat Health Foundation. Moreover, the representative of the Prevention of Blindness Trust, Dr Intizar Hussain Butt, and the Director of Alkhidmat Maternal and Child Health Project, Prof. Dr Amitullah Zarrin were also present at the meeting.</div>\r\n<div dir=\"auto\"><a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/world?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#World</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/health?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#health</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/organisation?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#organisation</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/alkhidmat?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#Alkhidmat</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/foundation?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#Foundation</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/pakistan?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#Pakistan</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/meeting?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#meeting</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/who?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#WHO</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/ahf?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#AHF</a></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><img class=\"alignnone size-medium wp-image-1501\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters1-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /> <img class=\"alignnone size-medium wp-image-1500\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters2-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /> <img class=\"alignnone size-medium wp-image-1499\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters3-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /> <img class=\"alignnone size-medium wp-image-1497\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></div>', 'WHO delegation visits Alkhidmat Headquarters', '', 'inherit', 'closed', 'closed', '', '1496-revision-v1', '', '', '2021-12-30 06:49:58', '2021-12-30 06:49:58', '', 1496, 'http://ahf.com.pk/2021/12/30/1496-revision-v1/', 0, 'revision', '', 0),
(1503, 1, '2021-12-30 06:52:10', '2021-12-30 06:52:10', '<div dir=\"auto\">WHO delegation visits Alkhidmat Headquarters, applauds the work</div>\r\n<div dir=\"auto\">A delegation of the World Health Organisation led by the Country Head, Dr Palitha Gunarathna Mahipala paid a visit to Alkhidmat Headquarters in Lahore, Pakistan. The delegation was given a briefing on all the service areas of the Foundation in general and the healthcare projects in particular. It was told that Alkhidmat Foundation is serving the people across the country without any discrimination based on race, colour, and religion.</div>\r\n<div dir=\"auto\">Speaking on the occasion, WHO\'s Pakistan Country Head, Dr Palitha Ganarthana said that in a nation like Pakistan, it is highly valuable for a humanitarian organization to provide services to rural and remote areas and Alkhidmat Foundation is impacting lives through its incredible relief activities that are being carried out at the grass-root level. Dr Palitha applauded Alkhidmat\'s endeavours aimed to provide much-needed relief to the people through a model that he said holds uniqueness in the non-profit sector. WHO\'s Country Head further said that both Alkhidmat and WHO can join hands together to make a difference in the healthcare sector and work out strategies that could reinforce mutual cooperation.</div>\r\n<div dir=\"auto\">The meeting was attended by Dr Jamshed Ahmed, Head, WHO Punjab, Dr Yahya, Maternal and Child Health Advisor, WHO, Dr Muhammad Mushtaq Mangat, Vice-President, Alkhidmat Foundation Pakistan, Prof. Dr Hafeez-ur-Rehman, Chairman, Alkhidmat Health Foundation, Prof. Dr Afzal, Senior Vice-Chairman, Prof. Dr Zaid Latif Secretary-General and Sufyan Ahamd, the Managing Director Alkhidmat Health Foundation. Moreover, the representative of the Prevention of Blindness Trust, Dr Intizar Hussain Butt, and the Director of Alkhidmat Maternal and Child Health Project, Prof. Dr Amitullah Zarrin were also present at the meeting.</div>\r\n<div dir=\"auto\"><a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/world?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#World</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/health?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#health</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/organisation?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#organisation</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/alkhidmat?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#Alkhidmat</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/foundation?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#Foundation</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/pakistan?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#Pakistan</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/meeting?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#meeting</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/who?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#WHO</a> <a class=\"oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl gpro0wi8 q66pz984 b1v8xokw\" tabindex=\"0\" role=\"link\" href=\"https://www.facebook.com/hashtag/ahf?__eep__=6&__cft__[0]=AZWXBd4PZOTV4nuusE7nkn5icr_Klo-ON-XWAU8e6TfnJW3WGafgMlSn_DLYXBGwWT41Tghcp3LclySlKxBZwXBWS6BFJE0G5P9RJuTghfG8BLRaayfhKajPoJr_VwM_dQltQhiwWZ6lTvl-PMsUsdJw&__tn__=*NK-R\">#AHF</a></div>\r\n<div dir=\"auto\"></div>\r\n<div dir=\"auto\"><img class=\"aligncenter wp-image-1501 size-full\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters1-1.jpg\" alt=\"\" width=\"1280\" height=\"853\" /> <img class=\"aligncenter wp-image-1500 size-full\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters2.jpg\" alt=\"\" width=\"1280\" height=\"853\" /> <img class=\"aligncenter wp-image-1499 size-full\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters3.jpg\" alt=\"\" width=\"1280\" height=\"853\" /> <img class=\"aligncenter wp-image-1497 size-full\" src=\"http://ahf.com.pk/wp-content/uploads/2021/12/WHO-delegation-visits-Alkhidmat-Headquarters1.jpg\" alt=\"\" width=\"1280\" height=\"853\" /></div>', 'WHO delegation visits Alkhidmat Headquarters', '', 'inherit', 'closed', 'closed', '', '1496-revision-v1', '', '', '2021-12-30 06:52:10', '2021-12-30 06:52:10', '', 1496, 'http://ahf.com.pk/1496-revision-v1/', 0, 'revision', '', 0),
(1504, 1, '2021-12-30 07:08:36', '2021-12-30 07:08:36', '<p style=\"text-align: justify;\">WHO delegation visits Alkhidmat Headquarters, applauds the work. A delegation of the World Health Organisation led by the Country Head, Dr Palitha Gunarathna Mahipala paid a visit to Alkhidmat Headquarters in Lahore, Pakistan. The delegation was given a briefing on all the service areas of the Foundation in general and the healthcare projects in particular. It was told that Alkhidmat Foundation is serving the people across the country without any discrimination based on race, colour, and religion. Speaking on the occasion, WHO\'s Pakistan Country Head, Dr Palitha Ganarthana said that in a nation like Pakistan, it is highly valuable for a humanitarian organization to provide services to rural and remote areas and Alkhidmat Foundation is impacting lives through its incredible relief activities that are being carried out at the grass-root level. Dr Palitha applauded Alkhidmat\'s endeavours aimed to provide much-needed relief to the people through a model that he said holds uniqueness in the non-profit sector. WHO\'s Country Head further said that both Alkhidmat and WHO can join hands together to make a difference in the healthcare sector and work out strategies that could reinforce mutual cooperation.</p>\n<p style=\"text-align: justify;\">The meeting was attended by Dr Jamshed Ahmed, Head, WHO Punjab, Dr Yahya, Maternal and Child Health Advisor, WHO, Dr Muhammad Mushtaq Mangat, Vice-President, Alkhidmat Foundation Pakistan, Prof. Dr Hafeez-ur-Rehman, Chairman, Alkhidmat Health Foundation, Prof. Dr Afzal, Senior Vice-Chairman, Prof. Dr Zaid Latif Secretary-General and Sufyan Ahamd, the Managing Director Alkhidmat Health Foundation. Moreover, the representative of the Prevention of Blindness Trust, Dr Intizar Hussain Butt, and the Director of Alkhidmat Maternal and Child Health Project, Prof. Dr Amitullah Zarrin were also present at the meeting.</p>\n ', 'WHO delegation visits Alkhidmat Headquarters', '', 'inherit', 'closed', 'closed', '', '1496-autosave-v1', '', '', '2021-12-30 07:08:36', '2021-12-30 07:08:36', '', 1496, 'http://ahf.com.pk/1496-autosave-v1/', 0, 'revision', '', 0),
(1508, 1, '2021-12-31 05:46:51', '2021-12-31 05:46:51', '', 'Pharmacy Buner-02', '', 'inherit', 'open', 'closed', '', 'pharmacy-buner-02', '', '', '2021-12-31 05:46:51', '2021-12-31 05:46:51', '', 1089, 'http://ahf.com.pk/wp-content/uploads/2021/12/Pharmacy-Buner-02.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1509, 1, '2021-12-31 05:46:55', '2021-12-31 05:46:55', '', 'Pharmacy Buner-04', '', 'inherit', 'open', 'closed', '', 'pharmacy-buner-04', '', '', '2021-12-31 05:46:55', '2021-12-31 05:46:55', '', 1089, 'http://ahf.com.pk/wp-content/uploads/2021/12/Pharmacy-Buner-04.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1510, 1, '2021-12-31 05:47:16', '2021-12-31 05:47:16', '<p>[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">Hospital pharmacy is a specialized field of pharmacy that is integrated into a healthcare setting. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counseled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\n<p>[/vc_column_text][vc_gallery][/vc_column][/vc_row]</p>\n', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-autosave-v1', '', '', '2021-12-31 05:47:16', '2021-12-31 05:47:16', '', 1089, 'http://ahf.com.pk/1089-autosave-v1/', 0, 'revision', '', 0),
(1511, 1, '2021-12-31 05:49:06', '2021-12-31 05:49:06', '', 'Screen Shot 2019-10-05 at 10.56.47 AM', '', 'inherit', 'open', 'closed', '', 'screen-shot-2019-10-05-at-10-56-47-am-2', '', '', '2021-12-31 05:49:06', '2021-12-31 05:49:06', '', 1089, 'http://ahf.com.pk/wp-content/uploads/2021/12/Screen-Shot-2019-10-05-at-10.56.47-AM.png', 0, 'attachment', 'image/png', 0),
(1512, 1, '2021-12-31 05:49:45', '2021-12-31 05:49:45', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">A Pharmacy is specialized field that is integrated into our healthcare system. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counselled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation has set up pharmacies where people can buy medicines on subsided rates. Quality of medicine, its authenticity, manufacturing and expiry date is verified again and again.</p>\r\n[/vc_column_text][vc_gallery interval=\"3\" images=\"1508,1509,1511\"][/vc_column][/vc_row]', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2021-12-31 05:49:45', '2021-12-31 05:49:45', '', 1089, 'http://ahf.com.pk/1089-revision-v1/', 0, 'revision', '', 0),
(1513, 1, '2021-12-31 05:51:17', '2021-12-31 05:51:17', '<p>[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">A Pharmacy is specialized field that is integrated into our healthcare system. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counselled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation has set up pharmacies where people can buy medicines on subsided rates. Quality of medicine, its authenticity, manufacturing and expiry date is verified again and again.</p>\r\n<p>[/vc_column_text][vc_gallery type=\"image_grid\" images=\"1508,1509,1511\" img_size=\"250x250\"][/vc_column][/vc_row]</p>\r\n', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2021-12-31 05:51:17', '2021-12-31 05:51:17', '', 1089, 'http://ahf.com.pk/1089-revision-v1/', 0, 'revision', '', 0),
(1514, 1, '2021-12-31 05:51:56', '2021-12-31 05:51:56', '<p>[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">A Pharmacy is specialized field that is integrated into our healthcare system. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counselled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation has set up pharmacies where people can buy medicines on subsided rates. Quality of medicine, its authenticity, manufacturing and expiry date is verified again and again.</p>\r\n<p>[/vc_column_text][vc_gallery type=\"image_grid\" images=\"1508,1509,1511\" img_size=\"250x250\" title=\"Pharmacy\"][/vc_column][/vc_row]</p>\r\n', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2021-12-31 05:51:56', '2021-12-31 05:51:56', '', 1089, 'http://ahf.com.pk/1089-revision-v1/', 0, 'revision', '', 0),
(1515, 1, '2021-12-31 05:52:03', '2021-12-31 05:52:03', '', 'Screen Shot 2019-10-05 at 10.56.58 AM', '', 'inherit', 'open', 'closed', '', 'screen-shot-2019-10-05-at-10-56-58-am-2', '', '', '2021-12-31 05:52:03', '2021-12-31 05:52:03', '', 1089, 'http://ahf.com.pk/wp-content/uploads/2021/12/Screen-Shot-2019-10-05-at-10.56.58-AM.png', 0, 'attachment', 'image/png', 0),
(1519, 1, '2021-12-31 05:58:05', '2021-12-31 05:58:05', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">A Pharmacy is specialized field that is integrated into our healthcare system. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counselled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation has set up pharmacies where people can buy medicines on subsided rates. Quality of medicine, its authenticity, manufacturing and expiry date is verified again and again.</p>\r\n\r\n<h2>The following is the list of our medical centers:</h2>\r\n<table width=\"1138\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"397\">KPK</td>\r\n<td colspan=\"2\" width=\"406\">Central Punjab</td>\r\n<td colspan=\"2\" width=\"335\">North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Peshawar</td>\r\n<td>8</td>\r\n<td>Amna Jabbar Hospital, Lahore.</td>\r\n<td>13</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Hospital Charsaddah</td>\r\n<td>9</td>\r\n<td>Alkhidmat Medical Center Center, Chawinda</td>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Medical Complex Mardan</td>\r\n<td>10</td>\r\n<td>Alkhidmat Anwar Nazeer Hospital, Faisalabad</td>\r\n<td>15</td>\r\n<td>Alkhidmat Iman Hospital Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Naseem Khan Hospital Kohat</td>\r\n<td>11</td>\r\n<td>Alkhidmat Dar-ul-Hayat Hospital, Sialkot</td>\r\n<td>16</td>\r\n<td>Alkhidmat Hospital Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Diagnostic Center Mansehra</td>\r\n<td>12</td>\r\n<td>Alkhdimat Hospital Sahiwal</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Dir Lower</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Diagnostic Center Chitral</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"height: 244px;\" width=\"1138\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"380\">South Punjab</td>\r\n<td colspan=\"2\" width=\"506\">Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat FOF Maternity Hospital Layyah</td>\r\n<td>18</td>\r\n<td>Alkhidmat Hospital Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Rahim Yar Khan</td>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Maternity Home Dharaki</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2021-12-31 05:58:05', '2021-12-31 05:58:05', '', 1089, 'http://ahf.com.pk/1089-revision-v1/', 0, 'revision', '', 0),
(1516, 1, '2021-12-31 05:53:45', '2021-12-31 05:53:45', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">A Pharmacy is specialized field that is integrated into our healthcare system. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counselled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation has set up pharmacies where people can buy medicines on subsided rates. Quality of medicine, its authenticity, manufacturing and expiry date is verified again and again.</p>\r\n\r\n<h2>The following is the list of our medical centers:</h2>\r\n<table width=\"2024\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\" width=\"397\">AHF-UNITS</td>\r\n<td width=\"28\"></td>\r\n<td width=\"378\"></td>\r\n<td width=\"28\"></td>\r\n<td width=\"307\"></td>\r\n<td width=\"28\"></td>\r\n<td width=\"352\"></td>\r\n<td width=\"64\"></td>\r\n<td width=\"442\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">KPK</td>\r\n<td colspan=\"2\">Central Punjab</td>\r\n<td colspan=\"2\">North Punjab</td>\r\n<td colspan=\"2\">South Punjab</td>\r\n<td colspan=\"2\">Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Peshawar</td>\r\n<td>8</td>\r\n<td>Amna Jabbar Hospital, Lahore.</td>\r\n<td>13</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n<td>16</td>\r\n<td>Alkhidmat FOF Maternity Hospital Layyah</td>\r\n<td>18</td>\r\n<td>Alkhidmat Hospital Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Hospital Charsaddah</td>\r\n<td>9</td>\r\n<td>Alkhidmat Medical Center Center, Chawinda</td>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Rahim Yar Khan</td>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Medical Complex Mardan</td>\r\n<td>10</td>\r\n<td>Alkhidmat Anwar Nazeer Hospital, Faisalabad</td>\r\n<td>15</td>\r\n<td>Alkhidmat Iman Hospital Talagang</td>\r\n<td></td>\r\n<td></td>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Maternity Home Dharaki</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Naseem Khan Hospital Kohat</td>\r\n<td>11</td>\r\n<td>Alkhidmat Dar-ul-Hayat Hospital, Sialkot</td>\r\n<td>16</td>\r\n<td>Alkhidmat Hospital Sargodha</td>\r\n<td></td>\r\n<td></td>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Diagnostic Center Mansehra</td>\r\n<td>12</td>\r\n<td>Alkhdimat Hospital Sahiwal</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Dir Lower</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Diagnostic Center Chitral</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_gallery type=\"image_grid\" images=\"1508,1509,1511\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2021-12-31 05:53:45', '2021-12-31 05:53:45', '', 1089, 'http://ahf.com.pk/1089-revision-v1/', 0, 'revision', '', 0),
(1518, 1, '2021-12-31 05:57:28', '2021-12-31 05:57:28', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">A Pharmacy is specialized field that is integrated into our healthcare system. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counselled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation has set up pharmacies where people can buy medicines on subsided rates. Quality of medicine, its authenticity, manufacturing and expiry date is verified again and again.</p>\r\n\r\n<h2>The following is the list of our medical centers:</h2>\r\n<table width=\"1138\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"397\">KPK</td>\r\n<td colspan=\"2\" width=\"406\">Central Punjab</td>\r\n<td colspan=\"2\" width=\"335\">North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Peshawar</td>\r\n<td>8</td>\r\n<td>Amna Jabbar Hospital, Lahore.</td>\r\n<td>13</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Hospital Charsaddah</td>\r\n<td>9</td>\r\n<td>Alkhidmat Medical Center Center, Chawinda</td>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Medical Complex Mardan</td>\r\n<td>10</td>\r\n<td>Alkhidmat Anwar Nazeer Hospital, Faisalabad</td>\r\n<td>15</td>\r\n<td>Alkhidmat Iman Hospital Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Naseem Khan Hospital Kohat</td>\r\n<td>11</td>\r\n<td>Alkhidmat Dar-ul-Hayat Hospital, Sialkot</td>\r\n<td>16</td>\r\n<td>Alkhidmat Hospital Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Diagnostic Center Mansehra</td>\r\n<td>12</td>\r\n<td>Alkhdimat Hospital Sahiwal</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Dir Lower</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Diagnostic Center Chitral</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"height: 244px;\" width=\"1138\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"380\">South Punjab</td>\r\n<td colspan=\"2\" width=\"506\">Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat FOF Maternity Hospital Layyah</td>\r\n<td>18</td>\r\n<td>Alkhidmat Hospital Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Rahim Yar Khan</td>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Maternity Home Dharaki</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][vc_column][vc_gallery type=\"image_grid\" images=\"1508,1509,1511\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2021-12-31 05:57:28', '2021-12-31 05:57:28', '', 1089, 'http://ahf.com.pk/1089-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `ahf_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1517, 1, '2021-12-31 05:54:33', '2021-12-31 05:54:33', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">A Pharmacy is specialized field that is integrated into our healthcare system. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counselled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation has set up pharmacies where people can buy medicines on subsided rates. Quality of medicine, its authenticity, manufacturing and expiry date is verified again and again.</p>\r\n\r\n<h2>The following is the list of our medical centers:</h2>\r\n<table width=\"2024\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" rowspan=\"2\" width=\"397\">AHF-UNITS</td>\r\n<td width=\"28\"></td>\r\n<td width=\"378\"></td>\r\n<td width=\"28\"></td>\r\n<td width=\"307\"></td>\r\n<td width=\"28\"></td>\r\n<td width=\"352\"></td>\r\n<td width=\"64\"></td>\r\n<td width=\"442\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">KPK</td>\r\n<td colspan=\"2\">Central Punjab</td>\r\n<td colspan=\"2\">North Punjab</td>\r\n<td colspan=\"2\">South Punjab</td>\r\n<td colspan=\"2\">Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Peshawar</td>\r\n<td>8</td>\r\n<td>Amna Jabbar Hospital, Lahore.</td>\r\n<td>13</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n<td>16</td>\r\n<td>Alkhidmat FOF Maternity Hospital Layyah</td>\r\n<td>18</td>\r\n<td>Alkhidmat Hospital Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Hospital Charsaddah</td>\r\n<td>9</td>\r\n<td>Alkhidmat Medical Center Center, Chawinda</td>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Rahim Yar Khan</td>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Medical Complex Mardan</td>\r\n<td>10</td>\r\n<td>Alkhidmat Anwar Nazeer Hospital, Faisalabad</td>\r\n<td>15</td>\r\n<td>Alkhidmat Iman Hospital Talagang</td>\r\n<td></td>\r\n<td></td>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Maternity Home Dharaki</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Naseem Khan Hospital Kohat</td>\r\n<td>11</td>\r\n<td>Alkhidmat Dar-ul-Hayat Hospital, Sialkot</td>\r\n<td>16</td>\r\n<td>Alkhidmat Hospital Sargodha</td>\r\n<td></td>\r\n<td></td>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Diagnostic Center Mansehra</td>\r\n<td>12</td>\r\n<td>Alkhdimat Hospital Sahiwal</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Dir Lower</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Diagnostic Center Chitral</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][vc_column][vc_gallery type=\"image_grid\" images=\"1508,1509,1511\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2021-12-31 05:54:33', '2021-12-31 05:54:33', '', 1089, 'http://ahf.com.pk/1089-revision-v1/', 0, 'revision', '', 0),
(1520, 1, '2021-12-31 05:58:54', '2021-12-31 05:58:54', '[vc_row css=\".vc_custom_1574164167030{margin-top: 0px !important;padding-top: 0px !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">A Pharmacy is specialized field that is integrated into our healthcare system. In our hospitals, pharmacists are providing pharmaceutical care to admitted as well as ambulatory care patients. Quality medicines stored at controlled temperature are dispensed on subsidized price to ensure safe, effective, accurate and judicious use of medicines. Patients are counselled by their pharmacists regarding the use of medicines, possible adverse drug effects and necessary precautions.</p>\r\n<p style=\"text-align: justify;\">Alkhidmat Health Foundation has set up pharmacies where people can buy medicines on subsided rates. Quality of medicine, its authenticity, manufacturing and expiry date is verified again and again.</p>\r\n\r\n<h2>The following is the list of our medical centers:</h2>\r\n<table width=\"1138\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"397\">KPK</td>\r\n<td colspan=\"2\" width=\"406\">Central Punjab</td>\r\n<td colspan=\"2\" width=\"335\">North Punjab</td>\r\n</tr>\r\n<tr>\r\n<td>1</td>\r\n<td>Alkhidmat Hospital Peshawar</td>\r\n<td>8</td>\r\n<td>Amna Jabbar Hospital, Lahore.</td>\r\n<td>13</td>\r\n<td>Alkhidmat Raazi Hospital Rawalpindi</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>Alkhidmat Hospital Charsaddah</td>\r\n<td>9</td>\r\n<td>Alkhidmat Medical Center Center, Chawinda</td>\r\n<td>14</td>\r\n<td>Alkhidmat Raazi Hospital Islamabad</td>\r\n</tr>\r\n<tr>\r\n<td>3</td>\r\n<td>Alkhidmat Medical Complex Mardan</td>\r\n<td>10</td>\r\n<td>Alkhidmat Anwar Nazeer Hospital, Faisalabad</td>\r\n<td>15</td>\r\n<td>Alkhidmat Iman Hospital Talagang</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>Alkhidmat Naseem Khan Hospital Kohat</td>\r\n<td>11</td>\r\n<td>Alkhidmat Dar-ul-Hayat Hospital, Sialkot</td>\r\n<td>16</td>\r\n<td>Alkhidmat Hospital Sargodha</td>\r\n</tr>\r\n<tr>\r\n<td>5</td>\r\n<td>Alkhidmat Diagnostic Center Mansehra</td>\r\n<td>12</td>\r\n<td>Alkhdimat Hospital Sahiwal</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>6</td>\r\n<td>Alkhidmat Hospital Dir Lower</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>7</td>\r\n<td>Alkhidmat Diagnostic Center Chitral</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"height: 244px;\" width=\"1138\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" width=\"380\">South Punjab</td>\r\n<td colspan=\"2\" width=\"506\">Sindh</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>Alkhidmat FOF Maternity Hospital Layyah</td>\r\n<td>18</td>\r\n<td>Alkhidmat Hospital Tharparkar</td>\r\n</tr>\r\n<tr>\r\n<td>17</td>\r\n<td>Alkhidmat Hospital Rahim Yar Khan</td>\r\n<td>19</td>\r\n<td>Alkhidmat Hospital Hyderabad</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td>20</td>\r\n<td>Alkhidmat Medical Center & Maternity Home Dharaki</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td>21</td>\r\n<td>Alkhidmat Hospital Tando Allah Yar</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery type=\"image_grid\" images=\"1508,1509,1511,1515\" img_size=\"250x250\"][/vc_column][/vc_row]', 'Pharmacy', '', 'inherit', 'closed', 'closed', '', '1089-revision-v1', '', '', '2021-12-31 05:58:54', '2021-12-31 05:58:54', '', 1089, 'http://ahf.com.pk/1089-revision-v1/', 0, 'revision', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `ahf_revslider_css`
--
CREATE TABLE `ahf_revslider_css` (
`id` int(9) NOT NULL,
`handle` text NOT NULL,
`settings` longtext,
`hover` longtext,
`advanced` longtext,
`params` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `ahf_revslider_css`
--
INSERT INTO `ahf_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) 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)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"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\"}'),
(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)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"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)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"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)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"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)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"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\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"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\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"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\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"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\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"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\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"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\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"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\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"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\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"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\",\"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)\",\"margin\":\"0px\",\"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\"},\"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\",\"margin\":\"0px\",\"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\"},\"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\",\"margin\":\"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\"},\"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\",\"margin\":\"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\":[],\"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\",\"text-align\":\"center\",\"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.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\"}'),
(49, '.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\"}'),
(50, '.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\"}'),
(51, '.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\"}'),
(52, '.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\"}'),
(53, '.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\"}'),
(54, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(55, '.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\"}'),
(56, '.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\"}'),
(57, '.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\"}'),
(58, '.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\"}'),
(59, '.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\"}'),
(60, '.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\"}'),
(61, '.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\"}'),
(62, '.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\"}'),
(63, '.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\"}'),
(64, '.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\"}'),
(65, '.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\"}'),
(66, '.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\"}'),
(67, '.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\"}'),
(68, '.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\"}'),
(69, '.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\"}');
INSERT INTO `ahf_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.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\"}'),
(71, '.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\"}'),
(72, '.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\"}'),
(73, '.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\"}'),
(74, '.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\",\"pointer_events\":\"auto\",\"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\"}'),
(75, '.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\"}'),
(76, '.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\",\"pointer_events\":\"auto\",\"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\"}'),
(77, '.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\",\"pointer_events\":\"auto\",\"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\"}'),
(78, '.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\",\"pointer_events\":\"auto\",\"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\"}'),
(79, '.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\",\"pointer_events\":\"auto\",\"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\"}'),
(80, '.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\",\"pointer_events\":\"auto\",\"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\"}'),
(81, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(82, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(83, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(84, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(85, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(86, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(87, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(88, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(89, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(90, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(91, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(92, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(93, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(94, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(95, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(96, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(97, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(98, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(99, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(100, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(101, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(102, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(103, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}');
INSERT INTO `ahf_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(105, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(106, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(107, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(108, '.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\",\"pointer_events\":\"auto\",\"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\":\"-\"}'),
(109, '.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\",\"pointer_events\":\"auto\",\"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 `ahf_revslider_layer_animations`
--
CREATE TABLE `ahf_revslider_layer_animations` (
`id` int(9) NOT NULL,
`handle` text NOT NULL,
`params` text NOT NULL,
`settings` text
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `ahf_revslider_navigations`
--
CREATE TABLE `ahf_revslider_navigations` (
`id` int(9) NOT NULL,
`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
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `ahf_revslider_sliders`
--
CREATE TABLE `ahf_revslider_sliders` (
`id` int(9) NOT NULL,
`title` tinytext NOT NULL,
`alias` tinytext,
`params` longtext NOT NULL,
`settings` text,
`type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `ahf_revslider_sliders`
--
INSERT INTO `ahf_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'lifeline_new', 'lifeline_new', '{\"addOns\":[],\"version\":\"6.0.0\",\"shortcode\":\"[rev_slider alias=\\\"lifeline_new\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"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\":\"\"},\"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\":\"300\",\"delay\":\"9000\",\"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\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1366,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":530,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":530,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\".slide1.slide-1{\\n white-space:nowrap !important;\\n background:url(https:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/2017\\/09\\/slider1-img2.png) no-repeat scroll 00 \\/ auto 100% transparent !important;\\n border-radius:3px !important;\\n padding:0 60px 0 60px !important;\\n}\\nspan.slide1.slide-2{.\\n white-space: nowrap !important;\\n position:relative !important;\\n padding:10px 20px 10px 50px !important;\\n background:rgba(255,255,255,.9) !important;\\n border-radius:4px 0 0 4px !important;\\n border-left:2px solid #93b631 !important;\\n float:left !important;\\n width:400px !important;\\n }\\nh3.slide2.slide2-1{\\n background:rgba(0,0,0,0.85) !important; \\n padding:18px 30px !important; \\n border-radius:3px !important;\\n}\\nh4.slide2.slide2-2{\\n background:rgba(152,212,96,0.85) !important;\\n padding:10px 20px !important; \\n border-radius:3px !important;\\n}\\nh5.slide2.slide2-3{\\n background:rgba(255,255,255,0.85) !important;\\n padding:10px 20px !important; \\n border-radius:3px !important;\\n}\\nspan.light-bg.slide3-subtitle.slide3-2{\\n padding:13px !important; \\n border-radius:3px !important;\\n text-transform:uppercase !important;\\n}\\nspan.slide3-subtitle2.slide3-3{\\n white-space: nowrap !important;\\n padding:13px !important;\\n border-radius:3px !important;\\n background:rgba(0,0,0,.8) !important;\\n text-transform:uppercase !important;\\n}\\nh3.slide4.slide4-1{\\n white-space:nowrap !important;\\n background:rgba(0,0,0,0.9) !important;\\n padding:25px 60px !important; \\n border-radius:4px !important;\\n}\\nspan.slide4-subtitle.slide4-2{\\n border-radius: 4px 4px 0 0 !important;\\n padding: 5px 10px !important;\\n}\\nh4.slide5-title.slide5-3{\\n padding:50px 80px 80px !important; \\n background:url(https:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/2017\\/09\\/slider5-bg.png) no-repeat scroll 0 0 \\/ 100% 100% transparent !important;\\n}\\nspan.slide5-subtitle.slide5-4{\\n white-space: nowrap !important;\\n letter-spacing:3px !important;\\n}\\na.slide-5.slide-donate{\\n white-space: nowrap !important;\\n border-radius:3px !important;\\n padding:10px 20px !important;\\n}\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":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\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"4\"},\"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\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":true,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"200\",\"height\":\"200\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"blockDragVertical\":true,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1010,\"preset\":\"default\",\"presets\":{\"bg-size\":\"70\",\"bg-size-def\":false,\"bg-color\":\"rgba(0,0,0,0.1)\",\"bg-color-def\":false,\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"20\",\"arrow-size-def\":false,\"left-arrow\":\"\\\\e824\",\"left-arrow-def\":false,\"right-arrow\":\"\\\\e825\",\"right-arrow-def\":false},\"alwaysOn\":false,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"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\":2002,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"left\",\"vertical\":\"center\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"100\",\"width\":\"200\",\"widthMin\":\"200\",\"innerOuter\":\"inner\",\"offsetX\":\"20\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"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\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"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\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false,\"alternateURLId\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"Linear.easeNone\",\"speed\":500},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"lifeline_new\\\"][\\/rev_slider]\"}', '{\"version\":\"6.0.0\"}', ''),
(2, 'lifelime-2-new', 'lifelime-2-new', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"lifelime-2-new\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"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\":\"\"},\"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\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"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\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":920,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":455,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\".slide1.slide-1{\\n white-space:nowrap !important;\\n background:url(https:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/2017\\/09\\/slider1-img2.png) no-repeat scroll 00 \\/ auto 100% transparent !important;\\n border-radius:3px !important;\\n padding:0 60px 0 60px !important;\\n}\\nspan.slide1.slide-2{.\\n white-space: nowrap !important;\\n position:relative !important;\\n padding:10px 20px 10px 50px !important;\\n background:rgba(255,255,255,.9) !important;\\n border-radius:4px 0 0 4px !important;\\n border-left:2px solid #93b631 !important;\\n float:left !important;\\n width:400px !important;\\n }\\nh3.slide2.slide2-1{\\n background:rgba(0,0,0,0.85) !important; \\n padding:18px 30px !important; \\n border-radius:3px !important;\\n}\\nh4.slide2.slide2-2{\\n background:rgba(152,212,96,0.85) !important;\\n padding:10px 20px !important; \\n border-radius:3px !important;\\n}\\nh5.slide2.slide2-3{\\n background:rgba(255,255,255,0.85) !important;\\n padding:10px 20px !important; \\n border-radius:3px !important;\\n}\\nspan.light-bg.slide3-subtitle.slide3-2{\\n padding:13px !important; \\n border-radius:3px !important;\\n text-transform:uppercase !important;\\n}\\nspan.slide3-subtitle2.slide3-3{\\n white-space: nowrap !important;\\n padding:13px !important;\\n border-radius:3px !important;\\n background:rgba(0,0,0,.8) !important;\\n text-transform:uppercase !important;\\n}\\nh3.slide4.slide4-1{\\n white-space:nowrap !important;\\n background:rgba(0,0,0,0.9) !important;\\n padding:20px 60px 20px !important; \\n border-radius:4px !important;\\n}\\nspan.slide4-subtitle.slide4-2{\\n border-radius: 4px 4px 0 0 !important;\\n padding: 5px 10px !important;\\n}\\nh4.slide5-title.slide5-3{\\n padding:50px 80px 80px !important; \\n background:url(https:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/2017\\/09\\/slider5-bg.png) no-repeat scroll 0 0 \\/ 100% 100% transparent !important;\\n}\\nspan.slide5-subtitle.slide5-4{\\n white-space: nowrap !important;\\n letter-spacing:3px !important;\\n}\\na.slide-5.slide-donate{\\n white-space: nowrap !important;\\n border-radius:3px !important;\\n padding:10px 20px !important;\\n}\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"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\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":true,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"200\",\"height\":\"200\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"blockDragVertical\":true,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1010,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":false,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2002,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"left\",\"vertical\":\"center\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"100\",\"width\":\"200\",\"widthMin\":\"200\",\"innerOuter\":\"inner\",\"offsetX\":\"20\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"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\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"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\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false}}', '{\"version\":\"6.0.0\"}', '');
-- --------------------------------------------------------
--
-- Table structure for table `ahf_revslider_slides`
--
CREATE TABLE `ahf_revslider_slides` (
`id` int(9) NOT NULL,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `ahf_revslider_slides`
--
INSERT INTO `ahf_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ahf.com.pk\\/wp-content\\/uploads\\/2019\\/09\\/Tharparkar-Banner.jpg\",\"imageId\":652,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/\",\"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\":[\"fade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"arrows\":{\"presets\":{\"bg-size\":\"70\",\"bg-size-def\":false,\"bg-color\":\"rgba(0,0,0,0.1)\",\"bg-color-def\":false,\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"20\",\"arrow-size-def\":false,\"left-arrow\":\"\\\\e824\",\"left-arrow-def\":false,\"right-arrow\":\"\\\\e825\",\"right-arrow-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.0.5\"}'),
(12, 1, 3, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ahf.com.pk\\/wp-content\\/uploads\\/2019\\/11\\/AlkhdmatFareedaYaqoobHospital.jpg\",\"imageId\":867,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/\",\"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\":[\"fade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"arrows\":{\"presets\":{\"bg-size\":\"70\",\"bg-size-def\":false,\"bg-color\":\"rgba(0,0,0,0.1)\",\"bg-color-def\":false,\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"20\",\"arrow-size-def\":false,\"left-arrow\":\"\\\\e824\",\"left-arrow-def\":false,\"right-arrow\":\"\\\\e825\",\"right-arrow-def\":false}}},\"uid\":12}', '{\"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.0.5\"}'),
(5, 1, 2, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ahf.com.pk\\/wp-content\\/uploads\\/2021\\/01\\/Mishal-Medical-Complex-Final.jpg\",\"imageId\":1112,\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/\",\"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\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"arrows\":{\"presets\":{\"bg-size\":\"70\",\"bg-size-def\":false,\"bg-color\":\"rgba(0,0,0,0.1)\",\"bg-color-def\":false,\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"20\",\"arrow-size-def\":false,\"left-arrow\":\"\\\\e824\",\"left-arrow-def\":false,\"right-arrow\":\"\\\\e825\",\"right-arrow-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.0.5\"}'),
(6, 2, 1, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/revslider\\/lifelime-2-new\\/slider1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/\",\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}', '{\"1\":{\"text\":\"<i>SAVE<\\/i> <span>ENVIORNMENT<\\/span>\",\"alias\":\"Caption text1\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"248px\",\"e\":true},\"n\":{\"v\":\"248px\",\"e\":true},\"t\":{\"v\":\"128px\",\"e\":true},\"m\":{\"v\":\"8px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"276px\",\"e\":true},\"t\":{\"v\":\"386px\",\"e\":true},\"m\":{\"v\":\"256px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide1 slide-1\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":750},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":\"20deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeOutQuart\",\"speed\":1000,\"start\":750,\"startRelative\":750},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeOutQuart\",\"speed\":1000,\"start\":750,\"startRelative\":750},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"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\":\"easeOutQuart\",\"speed\":1500,\"start\":9000,\"startRelative\":7250,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"Roboto\",\"color\":{\"d\":{\"v\":\"rgba(76,76,76,1)\",\"e\":true},\"n\":{\"v\":\"rgba(76,76,76,1)\"},\"t\":{\"v\":\"rgba(76,76,76,1)\"},\"m\":{\"v\":\"rgba(76,76,76,1)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"34px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"34px\"},\"m\":{\"v\":\"34px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"56px\",\"e\":true},\"n\":{\"v\":\"56px\"},\"t\":{\"v\":\"56px\"},\"m\":{\"v\":\"56px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(76,76,76,1)\",\"e\":true},\"n\":{\"v\":\"rgba(76,76,76,1)\"},\"t\":{\"v\":\"rgba(76,76,76,1)\"},\"m\":{\"v\":\"rgba(76,76,76,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"BE READY TO WORK <i>WITH US<\\/i>\",\"alias\":\"BE READY TO WORK WIT...\",\"uid\":2,\"htmltag\":\"span\",\"size\":{\"width\":{\"d\":{\"v\":\"400px\",\"e\":true},\"n\":{\"v\":\"400px\"},\"t\":{\"v\":\"400px\"},\"m\":{\"v\":\"400px\"}},\"height\":{\"d\":{\"e\":true}},\"originalWidth\":\"400px\"},\"position\":{\"x\":{\"d\":{\"v\":\"248px\",\"e\":true},\"n\":{\"v\":\"248px\",\"e\":true},\"t\":{\"v\":\"128px\",\"e\":true},\"m\":{\"v\":\"8px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"200px\",\"e\":true},\"n\":{\"v\":\"346px\",\"e\":true},\"t\":{\"v\":\"456px\",\"e\":true},\"m\":{\"v\":\"326px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide1 slide-2\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":760},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":\"50deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeOutQuart\",\"speed\":1000,\"start\":760,\"startRelative\":760},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeOutQuart\",\"speed\":1000,\"start\":760,\"startRelative\":760},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"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\":\"easeOutQuart\",\"speed\":1500,\"start\":9000,\"startRelative\":7240,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(10,10,10,1)\",\"e\":true},\"n\":{\"v\":\"rgba(10,10,10,1)\"},\"t\":{\"v\":\"rgba(10,10,10,1)\"},\"m\":{\"v\":\"rgba(10,10,10,1)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\"},\"t\":{\"v\":\"24px\"},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"27px\"},\"t\":{\"v\":\"27px\"},\"m\":{\"v\":\"27px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(10,10,10,1)\",\"e\":true},\"n\":{\"v\":\"rgba(10,10,10,1)\"},\"t\":{\"v\":\"rgba(10,10,10,1)\"},\"m\":{\"v\":\"rgba(10,10,10,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"Sed interdum, lacus et vulputate pellentesque, velit nulla commodo <br \\/> sem, at egestas nulla metus vel sapien! Lorem ipsum dolor\",\"alias\":\"Sed interdum, lacus ...\",\"uid\":3,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"248px\",\"e\":true},\"n\":{\"v\":\"248px\",\"e\":true},\"t\":{\"v\":\"128px\",\"e\":true},\"m\":{\"v\":\"8px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"260px\",\"e\":true},\"n\":{\"v\":\"406px\",\"e\":true},\"t\":{\"v\":\"516px\",\"e\":true},\"m\":{\"v\":\"386px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide-3\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"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\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeOutQuart\",\"speed\":1000,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeOutQuart\",\"speed\":1000,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":{\"speed\":1000,\"start\":9000,\"startRelative\":7000,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(254,254,254,1)\",\"e\":true},\"n\":{\"v\":\"rgba(254,254,254,1)\"},\"t\":{\"v\":\"rgba(254,254,254,1)\"},\"m\":{\"v\":\"rgba(254,254,254,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"13px\",\"e\":true},\"n\":{\"v\":\"13px\"},\"t\":{\"v\":\"13px\"},\"m\":{\"v\":\"13px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(254,254,254,1)\",\"e\":true},\"n\":{\"v\":\"rgba(254,254,254,1)\"},\"t\":{\"v\":\"rgba(254,254,254,1)\"},\"m\":{\"v\":\"rgba(254,254,254,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}', '{\"0\":\"\",\"version\":\"6.0.0\"}'),
(7, 2, 2, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/revslider\\/lifelime-2-new\\/slider2.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/\",\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}', '{\"1\":{\"text\":\"HELP <i>US<\\/i> TO HELP OTHERS\",\"alias\":\"HELP US TO HELP OTHE...\",\"uid\":1,\"htmltag\":\"h3\",\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"140px\",\"e\":true},\"n\":{\"v\":\"170px\",\"e\":true},\"t\":{\"v\":\"80px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"136px\",\"e\":true},\"n\":{\"v\":\"266px\",\"e\":true},\"t\":{\"v\":\"366px\",\"e\":true},\"m\":{\"v\":\"176px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide2 slide2-1\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"0\",\"scaleY\":\"0\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":1500,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuart\",\"speed\":1500,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":1500,\"start\":9000,\"startRelative\":6700,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"32px\",\"e\":true},\"n\":{\"v\":\"32px\"},\"t\":{\"v\":\"32px\"},\"m\":{\"v\":\"32px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\"},\"t\":{\"v\":\"22px\"},\"m\":{\"v\":\"22px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"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(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"RESPONSIVE <span>TEMPLATE<\\/span>\",\"alias\":\"RESPONSIVE TEMPLATE\",\"uid\":2,\"htmltag\":\"h4\",\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"140px\",\"e\":true},\"n\":{\"v\":\"170px\",\"e\":true},\"t\":{\"v\":\"80px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"205px\",\"e\":true},\"n\":{\"v\":\"335px\",\"e\":true},\"t\":{\"v\":\"435px\",\"e\":true},\"m\":{\"v\":\"245px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide2 slide2-2\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":850},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"0\",\"scaleY\":\"0\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":1500,\"start\":850,\"startRelative\":850},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuart\",\"speed\":1500,\"start\":850,\"startRelative\":850},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":1500,\"start\":9000,\"startRelative\":6650,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"28px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"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(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"CREATIVE <span>IDEAS<\\/span>\",\"alias\":\"CREATIVE IDEAS\",\"uid\":3,\"htmltag\":\"h5\",\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"140px\",\"e\":true},\"n\":{\"v\":\"170px\",\"e\":true},\"t\":{\"v\":\"80px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"259px\",\"e\":true},\"n\":{\"v\":\"389px\",\"e\":true},\"t\":{\"v\":\"489px\",\"e\":true},\"m\":{\"v\":\"299px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide2 slide2-3\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":900},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"0\",\"scaleY\":\"0\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":1500,\"start\":900,\"startRelative\":900},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuart\",\"speed\":1500,\"start\":900,\"startRelative\":900},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":1500,\"start\":9000,\"startRelative\":6600,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(89,88,88,1)\",\"e\":true},\"n\":{\"v\":\"rgba(89,88,88,1)\"},\"t\":{\"v\":\"rgba(89,88,88,1)\"},\"m\":{\"v\":\"rgba(89,88,88,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\"},\"t\":{\"v\":\"24px\"},\"m\":{\"v\":\"24px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(89,88,88,1)\",\"e\":true},\"n\":{\"v\":\"rgba(89,88,88,1)\"},\"t\":{\"v\":\"rgba(89,88,88,1)\"},\"m\":{\"v\":\"rgba(89,88,88,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}', '{\"0\":\"\",\"version\":\"6.0.0\"}'),
(8, 2, 3, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/revslider\\/lifelime-2-new\\/slider3.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/\",\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}', '{\"1\":{\"text\":\"I WANNA SAY <span>SOMETHING<\\/span>\",\"alias\":\"I WANNA SAY SOMETHIN...\",\"uid\":1,\"htmltag\":\"h3\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"250px\",\"e\":true},\"t\":{\"v\":\"320px\",\"e\":true},\"m\":{\"v\":\"230px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide3 slide3-1\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":0,\"scaleX\":\"0\",\"scaleY\":\"0\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":1500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuart\",\"speed\":1500,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"easeInOutQuint\",\"speed\":1000,\"start\":9000,\"startRelative\":6500,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"65px\",\"e\":true},\"n\":{\"v\":\"65px\"},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"35px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"900\",\"e\":true},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\",\"e\":true},\"m\":{\"v\":\"900\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"Please Feel My <i style=\\\"font-style:normal; color:#373737;\\\">Tension<\\/i>\",\"alias\":\"Please Feel My Tensi...\",\"uid\":2,\"htmltag\":\"span\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"114px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"248px\",\"e\":true},\"n\":{\"v\":\"338px\",\"e\":true},\"t\":{\"v\":\"408px\",\"e\":true},\"m\":{\"v\":\"318px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"classes\":\"light-bg slide3-subtitle slide3-2\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1200},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"0\",\"scaleY\":\"0\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":1500,\"start\":1200,\"startRelative\":1200},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuart\",\"speed\":1500,\"start\":1200,\"startRelative\":1200},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"easeInOutQuad\",\"speed\":1000,\"start\":9000,\"startRelative\":6300,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\",\"e\":true},\"m\":{\"v\":\"26px\"}},\"fontWeight\":{\"d\":{\"v\":\"800\",\"e\":true},\"n\":{\"v\":\"800\"},\"t\":{\"v\":\"800\",\"e\":true},\"m\":{\"v\":\"800\"}},\"lineHeight\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"We <i style=\\\"font-style:normal;\\\">Need<\\/i> Your Help\",\"alias\":\"We Need Your Help\",\"uid\":3,\"htmltag\":\"span\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"601px\",\"e\":true},\"n\":{\"v\":\"651px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"248px\",\"e\":true},\"n\":{\"v\":\"338px\",\"e\":true},\"t\":{\"v\":\"470px\",\"e\":true},\"m\":{\"v\":\"376px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide3-subtitle2 slide3-3\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1300},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"0\",\"scaleY\":\"0\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":1500,\"start\":1300,\"startRelative\":1300},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuart\",\"speed\":1500,\"start\":1300,\"startRelative\":1300},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":1000,\"start\":9000,\"startRelative\":6200,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\",\"e\":true},\"m\":{\"v\":\"26px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"800\",\"e\":true},\"n\":{\"v\":\"800\"},\"t\":{\"v\":\"800\",\"e\":true},\"m\":{\"v\":\"800\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}', '{\"0\":\"\",\"version\":\"6.0.0\"}');
INSERT INTO `ahf_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(9, 2, 4, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/revslider\\/lifelime-2-new\\/slider4.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/\",\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}', '{\"1\":{\"text\":\"SAVE THE <span>WORLD<\\/span>\",\"alias\":\"SAVE THE WORLD\",\"uid\":1,\"htmltag\":\"h3\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"170px\",\"e\":true},\"n\":{\"v\":\"160px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"270px\",\"e\":true},\"t\":{\"v\":\"380px\",\"e\":true},\"m\":{\"v\":\"280px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide4 slide4-1\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"100\",\"scaleY\":\"0\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":2000,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuart\",\"speed\":2000,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"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\":\"easeInOutQuart\",\"speed\":1400,\"start\":9000,\"startRelative\":6000,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(254,254,254,1)\",\"e\":true},\"n\":{\"v\":\"rgba(254,254,254,1)\"},\"t\":{\"v\":\"rgba(254,254,254,1)\",\"e\":true},\"m\":{\"v\":\"rgba(254,254,254,1)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"36px\",\"e\":true},\"n\":{\"v\":\"36px\"},\"t\":{\"v\":\"36px\",\"e\":true},\"m\":{\"v\":\"36px\"}},\"fontWeight\":{\"d\":{\"v\":\"900\",\"e\":true},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\",\"e\":true},\"m\":{\"v\":\"900\"}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\"},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"22px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(254,254,254,1)\",\"e\":true},\"n\":{\"v\":\"rgba(254,254,254,1)\"},\"t\":{\"v\":\"rgba(254,254,254,1)\",\"e\":true},\"m\":{\"v\":\"rgba(254,254,254,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"Want To Know Why And How We Do It?\",\"alias\":\"Want To Know Why And...\",\"uid\":2,\"htmltag\":\"span\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"252px\",\"e\":true},\"n\":{\"v\":\"242px\",\"e\":true},\"t\":{\"v\":\"-1px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"206px\",\"e\":true},\"n\":{\"v\":\"346px\",\"e\":true},\"t\":{\"v\":\"456px\",\"e\":true},\"m\":{\"v\":\"356px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide4-subtitle slide4-2\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1500},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"100\",\"scaleY\":\"0\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":2000,\"start\":1500,\"startRelative\":1500},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuart\",\"speed\":2000,\"start\":1500,\"startRelative\":1500},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"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\":\"easeInOutQuart\",\"speed\":1400,\"start\":9000,\"startRelative\":5500,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"13px\",\"e\":true},\"n\":{\"v\":\"13px\"},\"t\":{\"v\":\"13px\",\"e\":true},\"m\":{\"v\":\"13px\"}},\"fontWeight\":{\"d\":{\"v\":\"800\",\"e\":true},\"n\":{\"v\":\"800\"},\"t\":{\"v\":\"800\",\"e\":true},\"m\":{\"v\":\"800\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"OUR CHARITY HELPS THOSE PEOPLE WHO HAVE NO HOPE\",\"alias\":\"OUR CHARITY HELPS TH...\",\"uid\":3,\"htmltag\":\"h4\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"255px\",\"e\":true},\"n\":{\"v\":\"395px\",\"e\":true},\"t\":{\"v\":\"505px\",\"e\":true},\"m\":{\"v\":\"405px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide4-desc slide4-3\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"100\",\"scaleY\":\"0\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeInOutQuad\",\"speed\":2000,\"start\":2000,\"startRelative\":2000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuad\",\"speed\":2000,\"start\":2000,\"startRelative\":2000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"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\":\"easeInOutQuart\",\"speed\":1400,\"start\":9000,\"startRelative\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true},\"n\":{\"v\":\"rgba(3,3,3,1)\"},\"t\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true},\"m\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Source Sans Pro\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true},\"n\":{\"v\":\"rgba(3,3,3,1)\"},\"t\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true},\"m\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"4\":{\"text\":\"Sed interdum, lacus et vulputate pellentesque, velit nulla commodo sem, at egestas nulla metus.\",\"alias\":\"Sed interdum, lacus ...\",\"uid\":4,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"76px\",\"e\":true},\"n\":{\"v\":\"66px\",\"e\":true},\"t\":{\"v\":\"-1px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"290px\",\"e\":true},\"n\":{\"v\":\"430px\",\"e\":true},\"t\":{\"v\":\"540px\",\"e\":true},\"m\":{\"v\":\"440px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide4-subtitle2 slide4-4\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"100\",\"scaleY\":\"0\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeInOutQuart\",\"speed\":2000,\"start\":2000,\"startRelative\":2000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuart\",\"speed\":2000,\"start\":2000,\"startRelative\":2000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInOutQuart\",\"speed\":1400,\"start\":9000,\"startRelative\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true},\"n\":{\"v\":\"rgba(3,3,3,1)\"},\"t\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true},\"m\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true},\"n\":{\"v\":\"rgba(3,3,3,1)\"},\"t\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true},\"m\":{\"v\":\"rgba(3,3,3,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}', '{\"0\":\"\",\"version\":\"6.0.0\"}'),
(10, 2, 5, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/revslider\\/lifelime-2-new\\/slider5-1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/themes.webinane.com\\/wp\\/lifeline\\/wp-content\\/uploads\\/\",\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}', '{\"1\":{\"text\":\"Supporting <span>889<\\/span> People\",\"alias\":\"Supporting 889 Peopl...\",\"uid\":1,\"htmltag\":\"h5\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"490px\",\"e\":true},\"n\":{\"v\":\"560px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"110px\",\"e\":true},\"n\":{\"v\":\"300px\",\"e\":true},\"t\":{\"v\":\"300px\",\"e\":true},\"m\":{\"v\":\"200px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide5 slide5-1\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeOutQuart\",\"speed\":760,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeOutQuart\",\"speed\":760,\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"easeInQuart\",\"speed\":1000,\"start\":9000,\"startRelative\":7240,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"36px\",\"e\":true},\"n\":{\"v\":\"36px\"},\"t\":{\"v\":\"36px\",\"e\":true},\"m\":{\"v\":\"36px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"fundraising & charity...\",\"alias\":\"Fundraising & charit...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"580px\",\"e\":true},\"n\":{\"v\":\"650px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"350px\",\"e\":true},\"t\":{\"v\":\"350px\",\"e\":true},\"m\":{\"v\":\"250px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeOutQuart\",\"speed\":760,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeOutQuart\",\"speed\":760,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeInQuart\",\"speed\":1000,\"start\":9000,\"startRelative\":7740,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"OPEN <span>H<\\/span>EART\",\"alias\":\"OPEN HEART\",\"uid\":3,\"htmltag\":\"h4\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"450px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"190px\",\"e\":true},\"n\":{\"v\":\"380px\",\"e\":true},\"t\":{\"v\":\"380px\",\"e\":true},\"m\":{\"v\":\"280px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide5-title slide5-3\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1400},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"-90deg\",\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeOutQuart\",\"speed\":1000,\"start\":1400,\"startRelative\":1400},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeOutQuart\",\"speed\":1000,\"start\":1400,\"startRelative\":1400},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"-90deg\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"easeInQuart\",\"speed\":1000,\"start\":9000,\"startRelative\":6600,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\"},\"t\":{\"v\":\"70px\",\"e\":true},\"m\":{\"v\":\"70px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\",\"e\":true},\"m\":{\"v\":\"55px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"4\":{\"text\":\"DONATE FOR NEEDY PEOPLE\",\"alias\":\"DONATE FOR NEEDY PEO...\",\"uid\":4,\"htmltag\":\"span\",\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"530px\",\"e\":true},\"n\":{\"v\":\"600px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"310px\",\"e\":true},\"n\":{\"v\":\"500px\",\"e\":true},\"t\":{\"v\":\"500px\",\"e\":true},\"m\":{\"v\":\"400px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"classes\":\"slide5-subtitle slide5-4\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1700},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeOutQuart\",\"speed\":1000,\"start\":1700,\"startRelative\":1700},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeOutQuart\",\"speed\":1000,\"start\":1700,\"startRelative\":1700},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"-90deg\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"easeInQuart\",\"speed\":1000,\"start\":9000,\"startRelative\":6300,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"18px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"<a href=\\\"#\\\" title=\\\"\\\" itemprop=\\\"url\\\" class=\\\"slide-5 slide-donate\\\"><i class=\\\"icon-heart\\\"><\\/i> DONATE NOW<\\/a>\",\"alias\":\" DONATE NOW\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"590px\",\"e\":true},\"n\":{\"v\":\"660px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"570px\",\"e\":true},\"t\":{\"v\":\"570px\",\"e\":true},\"m\":{\"v\":\"470px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"700px\"},\"n\":{\"v\":\"700px\"},\"t\":{\"v\":\"700px\"},\"m\":{\"v\":\"700px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"easeOutQuart\",\"speed\":1000,\"start\":2000,\"startRelative\":2000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"easeOutQuart\",\"speed\":1000,\"start\":2000,\"startRelative\":2000},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}},\"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\":\"-90deg\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"easeInQuart\",\"speed\":1000,\"start\":9000,\"startRelative\":6000,\"endWithSlide\":true},\"chars\":{\"delay\":\"0\"},\"words\":{\"delay\":\"0\"},\"lines\":{\"delay\":\"0\"}}},\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"12px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\"},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"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)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}', '{\"0\":\"\",\"version\":\"6.0.0\"}');
-- --------------------------------------------------------
--
-- Table structure for table `ahf_revslider_static_slides`
--
CREATE TABLE `ahf_revslider_static_slides` (
`id` int(9) NOT NULL,
`slider_id` int(9) NOT NULL,
`params` longtext NOT NULL,
`layers` longtext NOT NULL,
`settings` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `ahf_revslider_static_slides`
--
INSERT INTO `ahf_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '[]', '', '{\"temp\":true}');
-- --------------------------------------------------------
--
-- Table structure for table `ahf_sgpb_subscribers`
--
CREATE TABLE `ahf_sgpb_subscribers` (
`id` int(12) NOT NULL,
`firstName` varchar(255) DEFAULT NULL,
`lastName` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`subscriptionType` int(12) DEFAULT NULL,
`cDate` date DEFAULT NULL,
`status` varchar(255) DEFAULT NULL,
`unsubscribed` int(11) DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `ahf_sgpb_subscription_error_log`
--
CREATE TABLE `ahf_sgpb_subscription_error_log` (
`id` int(12) NOT NULL,
`firstName` varchar(255) DEFAULT NULL,
`popupType` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`date` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `ahf_termmeta`
--
CREATE TABLE `ahf_termmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `ahf_terms`
--
CREATE TABLE `ahf_terms` (
`term_id` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `ahf_terms`
--
INSERT INTO `ahf_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Top Menu', 'top-menu', 0),
(3, 'Social Links Menu', 'social-links-menu', 0),
(4, 'Arts & Culture', 'arts-culture', 0),
(5, 'Education', 'education', 0),
(6, 'Environmental', 'environmental', 0),
(7, 'Health', 'health', 0),
(8, 'Donations', 'donations', 0),
(9, 'Fundraising', 'fundraising', 0),
(10, 'Sponsorship', 'sponsorship', 0),
(11, 'Civil Rights', 'civil-rights', 0),
(12, 'Community', 'community', 0),
(13, 'Environment', 'environment', 0),
(14, 'Health', 'health', 0),
(15, 'Schools', 'schools', 0),
(16, 'Charity', 'charity', 0),
(17, 'Category Two', 'category-two', 0),
(18, 'Events', 'events', 0),
(19, 'People', 'people', 0),
(20, 'Featured', 'featured', 0),
(21, 'Workers', 'workers', 0),
(22, 'Volunteers', 'volunteers', 0),
(23, 'Category One', 'category-one', 0),
(24, 'main menu', 'main-menu', 0),
(25, 'Footer Extra Menu', 'footer-extra-menu', 0),
(26, 'Members', 'members', 0),
(27, 'CBM', 'cbm', 0),
(28, 'CBM', 'cbm', 0),
(29, 'Hospitals', 'hospitals', 0),
(30, 'Hospitals', 'hospitals', 0),
(31, 'MCHC', 'mchc', 0),
(32, 'Diagnostic Services', 'diagnostic-services', 0),
(33, 'Blood Banks', 'blood-banks', 0),
(34, 'Ambulance', 'ambulance', 0),
(35, 'Medical Centers/Clinics', 'medical-centers-clinics', 0),
(36, 'Ambulance', 'ambulance', 0),
(37, 'Meeting', 'meeting', 0),
(38, 'International', 'international', 0),
(39, 'Ambulance', 'ambulance', 0),
(40, 'Diagnostic Labs', 'diagnostic-labs', 0),
(41, 'COVID-19', 'covid-19', 0),
(42, 'Coronavirus', 'coronavirus', 0),
(43, 'Coronavirus Test', 'coronavirus-test', 0),
(44, 'Diagnostic Labs', 'diagnostic-labs', 0),
(45, 'Alkhidmat Health', 'alkhidmat-health', 0),
(46, 'Announcement', 'announcement', 0);
-- --------------------------------------------------------
--
-- Table structure for table `ahf_term_relationships`
--
CREATE TABLE `ahf_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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `ahf_term_relationships`
--
INSERT INTO `ahf_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(23, 2, 0),
(24, 2, 0),
(25, 2, 0),
(26, 2, 0),
(27, 3, 0),
(28, 3, 0),
(29, 3, 0),
(30, 3, 0),
(31, 3, 0),
(943, 25, 0),
(938, 37, 0),
(1108, 25, 0),
(1099, 45, 0),
(1099, 44, 0),
(1099, 43, 0),
(1099, 42, 0),
(1099, 41, 0),
(1070, 14, 0),
(882, 29, 0),
(909, 37, 0),
(1099, 40, 0),
(357, 30, 0),
(913, 38, 0),
(358, 31, 0),
(359, 32, 0),
(360, 33, 0),
(361, 34, 0),
(362, 35, 0),
(904, 36, 0),
(364, 16, 0),
(365, 16, 0),
(366, 16, 0),
(367, 16, 0),
(368, 16, 0),
(369, 16, 0),
(370, 16, 0),
(371, 16, 0),
(372, 16, 0),
(373, 16, 0),
(374, 16, 0),
(375, 16, 0),
(376, 16, 0),
(377, 16, 0),
(378, 16, 0),
(379, 16, 0),
(380, 16, 0),
(381, 16, 0),
(382, 16, 0),
(383, 16, 0),
(384, 16, 0),
(385, 16, 0),
(386, 16, 0),
(387, 16, 0),
(388, 16, 0),
(389, 16, 0),
(390, 16, 0),
(391, 16, 0),
(392, 16, 0),
(393, 16, 0),
(394, 16, 0),
(395, 17, 0),
(396, 17, 0),
(397, 17, 0),
(398, 17, 0),
(399, 17, 0),
(400, 17, 0),
(401, 17, 0),
(402, 17, 0),
(403, 17, 0),
(404, 17, 0),
(405, 17, 0),
(406, 17, 0),
(407, 17, 0),
(408, 17, 0),
(409, 17, 0),
(410, 17, 0),
(411, 17, 0),
(412, 17, 0),
(413, 17, 0),
(414, 17, 0),
(415, 17, 0),
(416, 17, 0),
(417, 17, 0),
(418, 17, 0),
(419, 17, 0),
(420, 17, 0),
(421, 17, 0),
(422, 17, 0),
(423, 18, 0),
(424, 19, 0),
(425, 20, 0),
(426, 21, 0),
(427, 18, 0),
(427, 19, 0),
(428, 20, 0),
(428, 21, 0),
(429, 18, 0),
(429, 19, 0),
(430, 20, 0),
(430, 21, 0),
(431, 18, 0),
(431, 19, 0),
(432, 20, 0),
(432, 21, 0),
(433, 18, 0),
(433, 19, 0),
(434, 19, 0),
(434, 21, 0),
(435, 22, 0),
(436, 22, 0),
(437, 22, 0),
(438, 22, 0),
(439, 23, 0),
(440, 23, 0),
(441, 23, 0),
(442, 23, 0),
(443, 23, 0),
(444, 23, 0),
(445, 23, 0),
(665, 25, 0),
(654, 24, 0),
(694, 27, 0),
(1051, 39, 0),
(689, 27, 0),
(1126, 1, 0),
(621, 24, 0),
(622, 24, 0),
(1117, 7, 0),
(732, 24, 0),
(733, 24, 0),
(734, 24, 0),
(735, 24, 0),
(736, 24, 0),
(1093, 24, 0),
(738, 24, 0),
(698, 27, 0),
(697, 27, 0),
(696, 27, 0),
(695, 27, 0),
(688, 24, 0),
(681, 26, 0),
(680, 26, 0),
(679, 26, 0),
(678, 26, 0),
(675, 26, 0),
(670, 25, 0),
(669, 25, 0),
(1048, 24, 0),
(666, 25, 0),
(1316, 2, 0),
(1321, 2, 0),
(1333, 24, 0),
(1390, 28, 0),
(1392, 28, 0),
(1394, 28, 0),
(1395, 28, 0),
(1396, 28, 0),
(1397, 28, 0),
(1398, 28, 0),
(1399, 28, 0),
(1400, 28, 0),
(1401, 28, 0),
(1402, 28, 0),
(1403, 28, 0),
(1404, 28, 0),
(1405, 28, 0),
(1406, 28, 0),
(1438, 24, 0),
(1446, 24, 0),
(1496, 7, 0),
(1496, 38, 0);
-- --------------------------------------------------------
--
-- Table structure for table `ahf_term_taxonomy`
--
CREATE TABLE `ahf_term_taxonomy` (
`term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `ahf_term_taxonomy`
--
INSERT INTO `ahf_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 6),
(3, 3, 'nav_menu', '', 0, 5),
(4, 4, 'category', '', 0, 0),
(5, 5, 'category', '', 0, 0),
(6, 6, 'category', '', 0, 0),
(7, 7, 'category', '', 0, 2),
(8, 8, 'post_tag', '', 0, 0),
(9, 9, 'post_tag', '', 0, 0),
(10, 10, 'post_tag', '', 0, 0),
(40, 40, 'category', '', 0, 1),
(39, 39, 'causes_category', '', 0, 1),
(11, 11, 'causes_category', '', 0, 0),
(12, 12, 'causes_category', '', 0, 0),
(13, 13, 'causes_category', '', 0, 0),
(14, 14, 'causes_category', '', 0, 1),
(31, 31, 'project_category', '', 0, 1),
(30, 30, 'project_category', '', 0, 1),
(15, 15, 'project_category', '', 0, 0),
(16, 16, 'event_category', '', 0, 31),
(17, 17, 'portfolio_category', '', 0, 28),
(18, 18, 'gallery_category', '', 0, 5),
(19, 19, 'gallery_category', '', 0, 6),
(20, 20, 'gallery_category', '', 0, 4),
(21, 21, 'gallery_category', '', 0, 5),
(22, 22, 'team_category', '', 0, 4),
(23, 23, 'team_category', '', 0, 7),
(24, 24, 'nav_menu', '', 0, 15),
(25, 25, 'nav_menu', '', 0, 6),
(26, 26, 'wpb_team_member_category', '', 0, 5),
(27, 27, 'team_group', '', 0, 5),
(28, 28, 'team_member_position', '', 0, 15),
(29, 29, 'causes_category', '', 0, 1),
(32, 32, 'project_category', '', 0, 1),
(33, 33, 'project_category', '', 0, 1),
(34, 34, 'project_category', '', 0, 1),
(35, 35, 'project_category', '', 0, 1),
(36, 36, 'category', '', 0, 1),
(37, 37, 'category', '', 0, 2),
(38, 38, 'category', '', 0, 2),
(41, 41, 'post_tag', '', 0, 1),
(42, 42, 'post_tag', '', 0, 1),
(43, 43, 'post_tag', '', 0, 1),
(44, 44, 'post_tag', '', 0, 1),
(45, 45, 'post_tag', '', 0, 1),
(46, 46, 'category', '', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `ahf_usermeta`
--
CREATE TABLE `ahf_usermeta` (
`umeta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `ahf_usermeta`
--
INSERT INTO `ahf_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Alkhidmat Heath Foundation'),
(2, 1, 'first_name', 'Alkhidmat Health'),
(3, 1, 'last_name', 'Foundation'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'midnight'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'ahf_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'ahf_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy,vc_pointers_backend_editor,text_widget_custom_html,theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:10:{s:64:\"dcc8381ed29891ab348e1d26ccdd7c8db444e4145d4c222024d990097ebb4aa1\";a:4:{s:10:\"expiration\";i:1641798346;s:2:\"ip\";s:13:\"156.146.59.19\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";s:5:\"login\";i:1640588746;}s:64:\"d81d58485473e0f1fac6bf6154180effcc019769a1c76dfb904c97347a3cc626\";a:4:{s:10:\"expiration\";i:1641798797;s:2:\"ip\";s:15:\"119.160.120.132\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";s:5:\"login\";i:1640589197;}s:64:\"7c84fb1a77aa399671a5cd7879e72662dab20dac0e561f162f828d011a96d563\";a:4:{s:10:\"expiration\";i:1641798815;s:2:\"ip\";s:15:\"119.160.120.132\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";s:5:\"login\";i:1640589215;}s:64:\"0ee6b945989716b6bbfb6aae9132ab51c0cb9b8dbf22d1544e85f0e7834d80c4\";a:4:{s:10:\"expiration\";i:1641876822;s:2:\"ip\";s:15:\"119.160.103.252\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";s:5:\"login\";i:1640667222;}s:64:\"7281a0add958275eabdc6131d91b4686638d6af71fc834b2b9821187936f7b37\";a:4:{s:10:\"expiration\";i:1641877646;s:2:\"ip\";s:15:\"119.160.103.252\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";s:5:\"login\";i:1640668046;}s:64:\"b9dedd2f8d8a15fb7955d852346c20758d69bb0a374d45a74aeb15d8388fc053\";a:4:{s:10:\"expiration\";i:1641877722;s:2:\"ip\";s:15:\"119.160.103.252\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";s:5:\"login\";i:1640668122;}s:64:\"efd3fc6c73cd2f4be26d9fe274e5128020cf39ed9fd02fe30fe8bc7b803d8d17\";a:4:{s:10:\"expiration\";i:1641877754;s:2:\"ip\";s:15:\"119.160.103.252\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";s:5:\"login\";i:1640668154;}s:64:\"9fbc7abb3b07dd6c9a0ace9bb4724ab1b20cfdd7755e018d1e654a7ff6310e74\";a:4:{s:10:\"expiration\";i:1641969600;s:2:\"ip\";s:13:\"103.27.22.130\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";s:5:\"login\";i:1640760000;}s:64:\"779b0ebd1cb2266ca745dc1320702e4cd69ef3cca242c2923a44ecfe08566c1a\";a:4:{s:10:\"expiration\";i:1641019063;s:2:\"ip\";s:13:\"103.27.22.130\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";s:5:\"login\";i:1640846263;}s:64:\"4df50ca68707403ca7f79eca0fb8763c0aecd0971ca25669ca161cc6f09d35e6\";a:4:{s:10:\"expiration\";i:1642139138;s:2:\"ip\";s:13:\"103.27.22.130\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";s:5:\"login\";i:1640929538;}}'),
(17, 1, 'ahf_dashboard_quick_press_last_post_id', '1339'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"103.27.22.0\";}'),
(19, 1, 'ahf_user-settings', 'libraryContent=browse&edit_element_vcUIPanelWidth=1061&edit_element_vcUIPanelLeft=173px&edit_element_vcUIPanelTop=30px&editor=tinymce'),
(20, 1, 'ahf_user-settings-time', '1640930021'),
(21, 1, 'nav_menu_recently_edited', '2'),
(22, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(23, 1, 'metaboxhidden_nav-menus', 'a:16:{i:0;s:25:\"add-post-type-dict_causes\";i:1;s:31:\"add-post-type-dict_testimonials\";i:2;s:26:\"add-post-type-dict_project\";i:3;s:24:\"add-post-type-dict_event\";i:4;s:28:\"add-post-type-dict_portfolio\";i:5;s:26:\"add-post-type-dict_gallery\";i:6;s:23:\"add-post-type-dict_team\";i:7;s:27:\"add-post-type-dict_services\";i:8;s:12:\"add-post_tag\";i:9;s:24:\"add-testimonial_category\";i:10;s:20:\"add-project_category\";i:11;s:22:\"add-portfolio_category\";i:12;s:17:\"add-team_category\";i:13;s:20:\"add-gallery_category\";i:14;s:18:\"add-event_category\";i:15;s:19:\"add-causes_category\";}'),
(24, 1, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:19:\"dashboard_right_now\";s:4:\"side\";s:21:\"dashboard_quick_press\";s:7:\"column3\";s:17:\"dashboard_primary\";s:7:\"column4\";s:18:\"dashboard_activity\";}'),
(25, 1, 'closedpostboxes_dashboard', 'a:4:{i:0;s:19:\"dashboard_right_now\";i:1;s:21:\"dashboard_quick_press\";i:2;s:17:\"dashboard_primary\";i:3;s:18:\"dashboard_activity\";}'),
(26, 1, 'metaboxhidden_dashboard', 'a:0:{}'),
(27, 1, 'closedpostboxes_wpb_team_members', 'a:3:{i:0;s:21:\"mymetabox_revslider_0\";i:1;s:17:\"_wpb_otm_doc_help\";i:2;s:11:\"commentsdiv\";}'),
(28, 1, 'metaboxhidden_wpb_team_members', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(29, 1, 'meta-box-order_wpb_team_members', 'a:3:{s:4:\"side\";s:50:\"submitdiv,wpb_team_member_categorydiv,postimagediv\";s:6:\"normal\";s:90:\"_wpb_team_members_options,commentstatusdiv,slugdiv,mymetabox_revslider_0,_wpb_otm_doc_help\";s:8:\"advanced\";s:0:\"\";}'),
(30, 1, 'screen_layout_wpb_team_members', '2'),
(31, 1, 'closedpostboxes_team_member', 'a:1:{i:0;s:10:\"postcustom\";}'),
(32, 1, 'metaboxhidden_team_member', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(33, 1, 'closedpostboxes_tf_stats', 'a:3:{i:7;s:10:\"_tf_addons\";i:8;s:21:\"mymetabox_revslider_0\";i:9;s:6:\"tf_tnk\";}'),
(34, 1, 'metaboxhidden_tf_stats', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(35, 1, 'meta-box-order_dict_causes', 'a:3:{s:4:\"side\";s:41:\"submitdiv,causes_categorydiv,postimagediv\";s:6:\"normal\";s:202:\"dict_causes_settings_0,dict_causes_settings_4,dict_causes_settings_5,dict_causes_settings_3,dict_causes_settings_6,dict_causes_settings_1,postexcerpt,slugdiv,dict_causes_settings_2,mymetabox_revslider_0\";s:8:\"advanced\";s:0:\"\";}'),
(36, 1, 'screen_layout_dict_causes', '2');
-- --------------------------------------------------------
--
-- Table structure for table `ahf_users`
--
CREATE TABLE `ahf_users` (
`ID` bigint(20) UNSIGNED NOT NULL,
`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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `ahf_users`
--
INSERT INTO `ahf_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, '@Dmin@AHF', '$P$BvDX5ZSQUz.nCOaQqz8K81ZIMbLR6M/', 'dminahf', 'web@alkhidmat.org', 'http://ahf.com.pk', '2019-08-31 11:06:08', '', 0, 'Alkhidmat Health Foundation');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `ahf_commentmeta`
--
ALTER TABLE `ahf_commentmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `comment_id` (`comment_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `ahf_comments`
--
ALTER TABLE `ahf_comments`
ADD PRIMARY KEY (`comment_ID`),
ADD KEY `comment_post_ID` (`comment_post_ID`),
ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
ADD KEY `comment_date_gmt` (`comment_date_gmt`),
ADD KEY `comment_parent` (`comment_parent`),
ADD KEY `comment_author_email` (`comment_author_email`(10));
--
-- Indexes for table `ahf_layerslider`
--
ALTER TABLE `ahf_layerslider`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `ahf_layerslider_revisions`
--
ALTER TABLE `ahf_layerslider_revisions`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `ahf_links`
--
ALTER TABLE `ahf_links`
ADD PRIMARY KEY (`link_id`),
ADD KEY `link_visible` (`link_visible`);
--
-- Indexes for table `ahf_options`
--
ALTER TABLE `ahf_options`
ADD PRIMARY KEY (`option_id`),
ADD UNIQUE KEY `option_name` (`option_name`);
--
-- Indexes for table `ahf_postmeta`
--
ALTER TABLE `ahf_postmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `post_id` (`post_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `ahf_posts`
--
ALTER TABLE `ahf_posts`
ADD PRIMARY KEY (`ID`),
ADD KEY `post_name` (`post_name`(191)),
ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
ADD KEY `post_parent` (`post_parent`),
ADD KEY `post_author` (`post_author`);
--
-- Indexes for table `ahf_revslider_css`
--
ALTER TABLE `ahf_revslider_css`
ADD UNIQUE KEY `id` (`id`);
--
-- Indexes for table `ahf_revslider_layer_animations`
--
ALTER TABLE `ahf_revslider_layer_animations`
ADD UNIQUE KEY `id` (`id`);
--
-- Indexes for table `ahf_revslider_navigations`
--
ALTER TABLE `ahf_revslider_navigations`
ADD UNIQUE KEY `id` (`id`);
--
-- Indexes for table `ahf_revslider_sliders`
--
ALTER TABLE `ahf_revslider_sliders`
ADD UNIQUE KEY `id` (`id`);
--
-- Indexes for table `ahf_revslider_slides`
--
ALTER TABLE `ahf_revslider_slides`
ADD UNIQUE KEY `id` (`id`);
--
-- Indexes for table `ahf_revslider_static_slides`
--
ALTER TABLE `ahf_revslider_static_slides`
ADD UNIQUE KEY `id` (`id`);
--
-- Indexes for table `ahf_sgpb_subscribers`
--
ALTER TABLE `ahf_sgpb_subscribers`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `ahf_sgpb_subscription_error_log`
--
ALTER TABLE `ahf_sgpb_subscription_error_log`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `ahf_termmeta`
--
ALTER TABLE `ahf_termmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `term_id` (`term_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `ahf_terms`
--
ALTER TABLE `ahf_terms`
ADD PRIMARY KEY (`term_id`),
ADD KEY `slug` (`slug`(191)),
ADD KEY `name` (`name`(191));
--
-- Indexes for table `ahf_term_relationships`
--
ALTER TABLE `ahf_term_relationships`
ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);
--
-- Indexes for table `ahf_term_taxonomy`
--
ALTER TABLE `ahf_term_taxonomy`
ADD PRIMARY KEY (`term_taxonomy_id`),
ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
ADD KEY `taxonomy` (`taxonomy`);
--
-- Indexes for table `ahf_usermeta`
--
ALTER TABLE `ahf_usermeta`
ADD PRIMARY KEY (`umeta_id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `ahf_users`
--
ALTER TABLE `ahf_users`
ADD PRIMARY KEY (`ID`),
ADD KEY `user_login_key` (`user_login`),
ADD KEY `user_nicename` (`user_nicename`),
ADD KEY `user_email` (`user_email`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `ahf_commentmeta`
--
ALTER TABLE `ahf_commentmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `ahf_comments`
--
ALTER TABLE `ahf_comments`
MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `ahf_layerslider`
--
ALTER TABLE `ahf_layerslider`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `ahf_layerslider_revisions`
--
ALTER TABLE `ahf_layerslider_revisions`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `ahf_links`
--
ALTER TABLE `ahf_links`
MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `ahf_options`
--
ALTER TABLE `ahf_options`
MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31379;
--
-- AUTO_INCREMENT for table `ahf_postmeta`
--
ALTER TABLE `ahf_postmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6236;
--
-- AUTO_INCREMENT for table `ahf_posts`
--
ALTER TABLE `ahf_posts`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1521;
--
-- AUTO_INCREMENT for table `ahf_revslider_css`
--
ALTER TABLE `ahf_revslider_css`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;
--
-- AUTO_INCREMENT for table `ahf_revslider_layer_animations`
--
ALTER TABLE `ahf_revslider_layer_animations`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `ahf_revslider_navigations`
--
ALTER TABLE `ahf_revslider_navigations`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `ahf_revslider_sliders`
--
ALTER TABLE `ahf_revslider_sliders`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `ahf_revslider_slides`
--
ALTER TABLE `ahf_revslider_slides`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT for table `ahf_revslider_static_slides`
--
ALTER TABLE `ahf_revslider_static_slides`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `ahf_sgpb_subscribers`
--
ALTER TABLE `ahf_sgpb_subscribers`
MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `ahf_sgpb_subscription_error_log`
--
ALTER TABLE `ahf_sgpb_subscription_error_log`
MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `ahf_termmeta`
--
ALTER TABLE `ahf_termmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `ahf_terms`
--
ALTER TABLE `ahf_terms`
MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;
--
-- AUTO_INCREMENT for table `ahf_term_taxonomy`
--
ALTER TABLE `ahf_term_taxonomy`
MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;
--
-- AUTO_INCREMENT for table `ahf_usermeta`
--
ALTER TABLE `ahf_usermeta`
MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;
--
-- AUTO_INCREMENT for table `ahf_users`
--
ALTER TABLE `ahf_users`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;
/*!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 */;